I'm pretty sure you can define more than one hardware thread (the default is one):
./src/cpu/BaseCPU.py: numThreads = Param.Unsigned(1, "number of HW thread contexts") So, you can try setting/changing this parameter in the se.py configuration file, for example. After, you should check it in the config.ini file. Regards, Fernando -- Fernando A. Endo, PhD student and researcher Université de Grenoble, UJF France 2013/5/13 tod <[email protected]> > Hi Everyone, > > > Does Gem5 provide more than one hardware thread contexts? > > If yes, what is that configuration and cpu type? > > > Does persistent "tid:0" in trace files correspond to only one hardware > thread contexts? > > > Thanks. > > > best, > > > > _______________________________________________ > 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
