Hi all,

I am trying to use gem5 to run multiple same cpu2006 benchmark in 4-core se
mode.
The command is like:
   gem5.opt se.py --caches --l2cache --l3cache --cpu-type=detailed
--mem-size="8192MB" -n 4 -c "mcf;mcf;mcf;mcf" -o "inp.in;inp.i;inp.in;inp.in
"
I find when I use gem5.opt it always give me the following error:
    void Alpha::handleLokedSnoop:Assertion (cacheBlockMask & snoop_addr) ==

            snoop_addr failed
But if I use gem5.fast then it could work correctly.

So gem5.opt now do not support many-core execution or there is something
wrong with my command? Any suggestion is appreciated, thanks.

-- 
Qi Jia
Graduate Student
Department of Electrical and Computer Engineering
North Carolina State University, Raleigh
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to