de72e36619
this patch adds an ordered response buffer to the GM pipeline to ensure in-order data delivery. the buffer is implemented as a stl ordered map, which sorts the request in program order by using their sequence ID. when requests return to the GM pipeline they are marked as done. only the oldest request may be serviced from the ordered buffer, and only if is marked as done. the FIFO response buffers are kept and used in OoO delivery mode |
||
---|---|---|
.. | ||
arm | ||
apu_se.py | ||
etrace_replay.py | ||
fs.py | ||
garnet_synth_traffic.py | ||
hmctest.py | ||
memcheck.py | ||
memtest.py | ||
read_config.py | ||
ruby_direct_test.py | ||
ruby_gpu_random_test.py | ||
ruby_mem_test.py | ||
ruby_random_test.py | ||
se.py |