When you increase the number of threads you probably need to turn up the number of physical registers as well. The assert is making sure there are enough to hold all of the registers the ISA needs.
Gabe On 07/11/11 02:15, Meng Dong wrote: > Hi all > I want to run the test 01.hello-2T-smt under SPARC_SE > But it always have errors like this > > m5.opt: build/SPARC_SE/cpu/o3/cpu.cc:283: > FullO3CPU<Impl>::FullO3CPU(DerivO3CPUParams*) [with Impl = O3CPUImpl]: > Assertion `params->numPhysIntRegs >= numThreads * > SparcISA::NumIntRegs' failed. > > I don't know how to fix that > > The command is : > build/SPARC_SE/m5.opt -d > build/SPARC_SE/tests/fast/quick/2T-smt/sparc/linux/o3-timing -re > tests/run.py build/ALPHA_SE/tests/fast/quick/2T-smt/sparc/linux/o3-timing > > I copy the 01.hello-2T-smt and rename it as 2T-smt > Should I have to make some changes? > > Thanks > > > -- > Yours,Dongmeng > > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
