You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have used the parser given by you, but it gives me the following error
Traceback (most recent call last):
File "Gem5ToMcPAT-Parser.py", line 301, in
main()
File "Gem5ToMcPAT-Parser.py", line 298, in main
dumpMcpatOut(args.output)
File "Gem5ToMcPAT-Parser.py", line 267, in dumpMcpatOut
param.attrib['value'] = str(eval(str(value)))
File "", line 1, in
TypeError: unsupported operand type(s) for /: 'float' and 'list'
Please can anyone help me to rectify it.
Thanks and best regards.
The text was updated successfully, but these errors were encountered:
This error is mostly due to your template.xml file. The stats in your template.xml file do not match the stats in your stats.txt file from gem5. Print 'value' before line 267 and check the last parameter printed. This last parameter would be the statistic your parser is looking for in stats.txt
Hi,
I have used the parser given by you, but it gives me the following error
Traceback (most recent call last):
File "Gem5ToMcPAT-Parser.py", line 301, in
main()
File "Gem5ToMcPAT-Parser.py", line 298, in main
dumpMcpatOut(args.output)
File "Gem5ToMcPAT-Parser.py", line 267, in dumpMcpatOut
param.attrib['value'] = str(eval(str(value)))
File "", line 1, in
TypeError: unsupported operand type(s) for /: 'float' and 'list'
Please can anyone help me to rectify it.
Thanks and best regards.
The text was updated successfully, but these errors were encountered: