Hi, With the following command line .../fs.py --detailed --caches --l2cache -r 1 --maxtick=100000
I get this error: Switch at curTick count:10000 info: Entering event queue @ 2255565138000. Starting simulation... Switched CPUS @ tick 2255565148000 Changing memory mode to timing switching cpus **** REAL SIMULATION **** info: Entering event queue @ 2255565148000. Starting simulation... fatal: simulate: num_cycles must be >= 0 (was -2255565038000) @ cycle 2255565148000 [simulate:build/ALPHA_FS/sim/simulate.cc, line 53] Two questions: 1- Why it says "Switch at curTick count:10000"? I didn't specify such thing. I used --detailed to start detail simulation right after simulation. 2- What does "num_cycles must be >= 0" mean? I couldn't find such option in fs.py. Also I want to stop after 100000 ticks. Any problem with that? Regards -- // Naderan *Mahmood; _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
