Hi all,
I am using detailed cpu for x86.
1. I am not able to change the size of cache like I was able to do for
simple atomic cpu.

./build/X86/gem5.debug --debug-flags=Exec --debug-file=trace_mov
./configs/example/se.py --num-cpus=2 --l1d_size=64k --l1i_size=128k
--l2_size=512k --num-l2caches=2 --cpu-type=atomic  -c
./tests/test-progs/hello/bin/x86/linux/hello
same command  with detailed cpu doesnt works


./build/X86/gem5.debug --debug-flags=Exec --debug-file=trace_detailed
./configs/example/se.py --cpu-type=detailed --caches  --l2cache  -c
./tests/test-progs/hello/bin/x86/linux/hello
the only thing that seems to work with detailed cpu is this but it doesnt
lets me change the sizes of cpu.

2. For a single instruction if atomic cpu takes only one clock cycle
detailed cpu take 20 cycles or some thing?  every thing seems to start
working at 8200 tick. i am not sure how to fix it.

*Regards,*
*Kassan Unda*

*Doctoral Candidate*
*Computer Engineering*
*Missouri S&T (Formerly University of Missouri Rolla)*
*WebPage: http://web.mst.edu/~kutx9 <http://web.mst.edu/~kutx9>*

*"Do not go where the path may lead, go instead where there is no path  and
leave a trail."* Ralph Waldo Emerson
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to