17f9270dad
This patch is the last part of moving all protocol-related functionality out of the Port base class. All the send/recv functions are already moved, and the retry (which still governs all the timing transport functions) is the only part that remained in the base class. The only point where this currently causes a bit of inconvenience is in the bus where the retry list is global and holds Port pointers (not Master/SlavePort). This is about to change with the split into a request/response bus and will soon be removed anyway. The patch has no impact on any regressions. |
||
---|---|---|
.. | ||
prefetch | ||
tags | ||
base.cc | ||
base.hh | ||
BaseCache.py | ||
blk.cc | ||
blk.hh | ||
builder.cc | ||
cache.cc | ||
cache.hh | ||
cache_impl.hh | ||
mshr.cc | ||
mshr.hh | ||
mshr_queue.cc | ||
mshr_queue.hh | ||
SConscript |