Hi all.
I try to integrate gem5 with McPAT, and run the example of the website
https://www.cl.cam.ac.uk/~acr31/sicsa/
According to the steps, I execute gem5 with the matrix1 program
"./build/ALPHA/gem5.opt ./configs/example/se.py -d -c matrix/matrix1.out
 --caches --l2cache --l2_size=8kB --l1d_size=4kB"
and then convert the gem5 output in to an XML file for mcpat to use "perl
m5-mcpat.pl m5out/stats.txt m5out/config.ini mcpat-template.xml >
matrix1-results.xml"
Here comes the problem "Failed to parse stats
system.l2.avg_blocked_cycles::no_mshrs  nan  #averge number of cycles each
access was blocked". And I check out the m5out/stats.txt   there are some
 nan value too. As below, "system.l2.avg_blocked_cycles::no_targets  nan
 #averge number of cycles each access was blocked"
"system.cpu.icache.avg_blocked_cycles::no_mshrs   nan  #averge number of
cycles each access was blocked"
"system.cpu.icache.avg_blocked_cycles::no_targets  nan  #averge number of
cycles each access was blocked"
Then how to solve the problem? Thank you~

Best,
Zhang Xing~
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to