[gem5-users] Re: Modifying Garnet Routers

2024-02-03 Thread Vladimir Milicevic via gem5-users
Thanks Srikant, this worked. Vladimir On Feb 2, 2024, at 1:07 AM, Srikant Bharadwaj wrote: [External Email] Hi Vladimir, You can print the message pointer in Network Interface. You can use the Garnet DPRINTF to do so. The file to modify would be src/mem/ruby/network/garnet/NetworkInterface.c

[gem5-users] Re: Modifying Garnet Routers

2024-02-01 Thread Srikant Bharadwaj via gem5-users
Hi Vladimir, You can print the message pointer in Network Interface. You can use the Garnet DPRINTF to do so. The file to modify would be src/mem/ruby/network/garnet/NetworkInterface.cc in function flitisizeMessage Thanks, Srikant On Thu, Feb 1, 2024 at 7:26 PM Vladimir Milicevic via gem5-user