Hi all,

I am asking a very basic question but I am confused as to what the size 
variable in Packet class represents. When I ran dram/sweep.py config file, I 
saw that the size turns out to 1,4,8, and 64 for different cases. In the 
packet.hh, the comment says that size represents the size of request or 
transfer, so is it in bits or bytes ?
There is a data pointer (*data, packet.hh line 333). I want to print out the 
data that this pointer points to for that I need to know the size of the 
request made and accordingly the data will be printed. So I am not able make 
out whether size is in terms of bits or bytes.

Thanks in advance.

Regards,
Riddhi

Sent from Mail for Windows 10

_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to