[gem5-users] Re: Print Packet Content /Flit Content

2023-04-05 Thread Srikant Bharadwaj via gem5-users
Hi Lissiyas, Yes, the data packet is 72 bytes and can be configured in Ruby (See https://gem5.googlesource.com/public/gem5/+/refs/heads/develop/src/mem/ruby/network/Network.cc#66 ) The address that you are seeing is the simulated virtual address that the message is carrying data for. This address

[gem5-users] Re: Print Packet Content /Flit Content

2023-04-03 Thread Lissiyas Antony via gem5-users
Hello Srikant. Sorry for the delayed reply and thank you for your information. I've got the data block values. However, I am a little confused regarding the block size and address size. For example, for the below packet:- [PacketId=11144 Type=0 [ResponseMsg: addr = [0xd5e040, line 0xd5e040]

[gem5-users] Re: Print Packet Content /Flit Content

2023-03-23 Thread Srikant Bharadwaj via gem5-users
The DataBlk should show the correct hex values. However, you might be looking at data requests. Ensure that you look at data responses when loading data. What kind of application/workload are you running? Synthetic simulations always have 0x0 data values in packets. Srikant On Thu, Mar 23, 2023