misc: add a MasterId to the ExternalPort
authorChristian Menard <Christian.Menard@tu-dresden.de>
Fri, 10 Feb 2017 00:14:58 +0000 (19:14 -0500)
committerChristian Menard <Christian.Menard@tu-dresden.de>
Fri, 10 Feb 2017 00:14:58 +0000 (19:14 -0500)
commit41a61589545c284d109019c3cb528762b8345aa0
tree0f1cc5c5b4d471fbe32406dd4c7d1d9d3ba64d3b
parent164d9bd73282907ded465b8b45503dc41c007ee8
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.

Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
src/mem/ExternalMaster.py
src/mem/external_master.cc
src/mem/external_master.hh