I am using the script  provided by

https://bitbucket.org/dskhudia/gem5tomcpat/src

while running it generates following error 

Reading GEM5 stats from: stats.txt
    Warning (stats): system.mem_ctrls.avgQLat is nan. Setting it to 0
    Warning (stats): system.mem_ctrls.avgBusLat is nan. Setting it to 0
    Warning (stats): system.mem_ctrls.avgMemAccLat is nan. Setting it to 0
    Warning (stats): system.mem_ctrls.readRowHitRate is nan. Setting it to 0
    Warning (stats): system.mem_ctrls.writeRowHitRate is nan. Setting it to 0
    Warning (stats): system.mem_ctrls.avgGap is nan. Setting it to 0
    Warning (stats): system.mem_ctrls.pageHitRate is nan. Setting it to 0
Traceback (most recent call last):
  File "GEM5ToMcPAT.py", line 161, in <module>
    main()
  File "GEM5ToMcPAT.py", line 53, in main
    readStatsFile(args[0])
  File "GEM5ToMcPAT.py", line 134, in readStatsFile
    statKind = statLine.match(line).group(1)
AttributeError: 'NoneType' object has no attribute 'group'


Can you suggest any solution to it. 
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to