Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-09 | misc: add a MasterId to the ExternalPort | Christian Menard | |
The Request constructor requires a MasterID. However, an external transactor has no chance of getting a MasterID as it does not have a pointer to the System. This patch adds a MasterID to ExternalMaster to allow external modules to easily genrerate new Requests. Signed-off-by: Jason Lowe-Power <jason@lowepower.com> | |||
2014-10-16 | mem: Add ExternalMaster and ExternalSlave ports | Andrew Bardsley | |
This patch adds two MemoryObject's: ExternalMaster and ExternalSlave. Each object has a single port which can be bound to an externally- provided bridge to a port of another simulation system at initialisation. |