Hi all,

I want run a program with different function unit. I used detail cpu model
to test the program.
I just change the count parameter in src/cpu/o3/FuncUnitConfig.py. However,
I found I got same simulation time with different function unit.
Then I set all the count to zero, but result didn't change. I think if I set
all count to zero, the simulator should not have function unit and the
program will stall.
I used command:
./build/ALPHA_FS/gem5.opt configs/example/ruby_fs.py -detail -n 1 --caches
--l2cache --l1i_size=32kB --l1d_size=32kB --l2_size=1MB --num-l2caches=1
--topology=Crossbar

Is there anything I missed? should I change other parameter?

Thanks in advance.
Shu.
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to