Hi, I haven't tried the FS mode yet, but in my opinion you can define the numThreads in the coresponding .py file. My advice is to look for examples how to set .py files in the mailing list archive.
In my opinion, the tid:0 indicates the stats of the 1st hard thread. So, one hard thread in one core means you actually don't have hard threads! Hope it helps, Fernando -- Fernando A. Endo, PhD student and researcher Université de Grenoble, UJF France 2013/5/20 tod <[email protected]> > 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]<http://hanmail/mail/[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://hanmail/mail/[email protected]> >> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >> > > _______________________________________________ > gem5-users mailing list > [email protected]<http://hanmail/mail/[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
