|
gem5
v20.1.0.5
|
#include "mem/bridge.hh"#include "base/trace.hh"#include "debug/Bridge.hh"#include "params/Bridge.hh"Go to the source code of this file.
Implementation of a memory-mapped bridge that connects a requestor and a responder through a request and response queue.
Definition in file bridge.cc.