Re: [gem5-users] REG head flit in a gem5

2019-03-12 Thread nevethetha ganesan
Thank you sir.. On Tue, 12 Mar, 2019, 7:14 PM Krishna, Tushar NetDest is a bit vector of destinations - you can do a cout and check. > I would suggest looking at RoutingUnit.cc’s outportCompute function where > the destination id is used and see the RouteInfo struct. > For your case, I think you

Re: [gem5-users] REG head flit in a gem5

2019-03-12 Thread Krishna, Tushar
NetDest is a bit vector of destinations - you can do a cout and check. I would suggest looking at RoutingUnit.cc’s outportCompute function where the destination id is used and see the RouteInfo struct. For your case, I think you need to add a temp destination there and use

Re: [gem5-users] SPEC 2017 runs on gem5

2019-03-12 Thread Shyam Murthy
Hi, I am using se.py within config/example. Thanks, Shyam > On Mar 11, 2019, at 11:42 PM, SM Farabi Mahmud wrote: > > Can you share the configuration file that you're using? > > On Fri, Mar 8, 2019, 4:26 PM Shyam Murthy > wrote: > Hi All, > > When I am