Hi,


If my consideration is FS mode then changing it in se.py will not do it, right? Does it need to be redefined in fs.py, where it actually does not exist?

Further, Can anybody comment about persistent "tid:0" in trace files? Does it correspond to only one hardware thread context or what?


regards,



--------- 원본 메일 ---------
보낸사람: Fernando Endo <[email protected]>
받는사람 : gem5 users mailing list <[email protected]>
날짜: 2013년 5월 16일 목요일, 16시 47분 08초 +0900
제목: Re: [gem5-users] Gem5: number of HW thread contexts
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



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

Reply via email to