misc: add a MasterId to the ExternalPort
Review Request #3480 - Created May 26, 2016 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Christian Menard | |
| gem5 | |
| default | |
| 3527 | |
| Reviewers | |
| Default | |
misc: add a MasterId to the ExternalPort
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.
Used in a SystemC transactor
