Quoting Edward Kim <[email protected]>:
se.py uses the atomic simple CPU by default, but it can use the other ones too. Pass it --help to see what options it takes.I guess the option is as follows.. -s, --standard-switch switch from timing CPU to Detailed CPU But, I have error messages. [~/gem5-test] build/ALPHA_SE/m5.opt configs/example/se.py --standard-switch O3CPU Error: script doesn't take any positional arguments Could you please fix it?
I don't know how exactly --standard-switch is supposed to work, but it doesn't look like it takes any arguments. It's also for running with the timing simple CPU and then switching to O3, not running with O3 to start with. You want -d, I think.
Gabe _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
