Hello all,
I find a bug which trivially stops the simulation at begin.
gem5 compiled Apr 27 2015 18:23:01
gem5 started Apr 28 2015 14:46:31
gem5 executing on khchen-All-Series
command line: ./build/SPARC/gem5.opt configs/example/fs.py
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/khchen/gem5-sparc/gem5/src/python/m5/main.py", line 388, in
main
exec filecode in scope
File "configs/example/fs.py", line 330, in <module>
test_sys = build_test_system(np)
File "configs/example/fs.py", line 96, in build_test_system
test_sys = makeSparcSystem(test_mem_mode, bm[0], cmdline=cmdline)
TypeError: makeSparcSystem() got an unexpected keyword argument 'cmdline'
We can see that makeSparcSystem() only be defined with two arguments, which
receives three args here test_sys = makeSparcSystem(test_mem_mode, bm[0],
cmdline=cmdline).
Best,
Kuan-Hsun
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users