When I tried to run mcpat-parse-se.py (written by Richard), there are some
errors:
ERROR, UNEXPECTED EXCEPTION
int() argument must be a string or a number
Traceback (most recent call last):
File "m5-mcpat-parse-se2.py", line 1896, in ?
exit_code = main()
File "m5-mcpat-parse-se2.py", line 1847, in main
run()
File "m5-mcpat-parse-se2.py", line 1036, in run
parseSystemConfig(config_file_path, stat_file_path, out_file_path,
out_file_path_2, component_hash, stats_hash)
File "m5-mcpat-parse-se2.py", line 1682, in parseSystemConfig
createComponentTree (cht, sht)
File "m5-mcpat-parse-se2.py", line 1568, in createComponentTree
generateCalcStats(cht, sht)
File "m5-mcpat-parse-se2.py", line 1494, in generateCalcStats
cht[options.system_name].statistics["total_cycles"] =
str(int(sht["%s.sim_ticks"%(options.system_name)])/int(fastest_clock))
TypeError: int() argument must be a string or a number
Is there anyone who have successfully integrate gem5 with McPAT?
Yanqi
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev