gem5
v19.0.0.0
|
change this to a scheduled event to simulate disk delay
change this to a scheduled event to simulate disk delay
in reality, we should be able to start processing the packet as it arrives, and not have to wait for the full packet ot be in the receive fifo.
do we want to schedule a future kick?
Andrew says this needs to be fixed. What's wrong with it?
This currently is faked by just doing a direct read from memory, however, to be realistic, this needs to actually do a bus transaction. The process is explained in the tsunami documentation on page 10-12 and basically munges the address to look up a PTE from a table in memory and then uses that mapping to create an address for the SG page