diff options
author | Erfan Azarkhish <erfan.azarkhish@unibo.it> | 2015-11-03 12:17:58 -0600 |
---|---|---|
committer | Erfan Azarkhish <erfan.azarkhish@unibo.it> | 2015-11-03 12:17:58 -0600 |
commit | 845a10e33076d720132839deb82d17214202ebd7 (patch) | |
tree | 493617e06a219f4fb6bccede2839e436c1f5c2a1 /src/mem/xbar.hh | |
parent | 7e3f670457d2705c97078d6a20ee263fabd21ef4 (diff) | |
download | gem5-845a10e33076d720132839deb82d17214202ebd7.tar.xz |
mem: hmc: minor fixes
This patch performs two minor fixes to DRAMCtrl.py and xbar.hh in favor of the
HMC patch series.
Committed by: Nilay Vaish <nilay@cs.wisc.edu>
Diffstat (limited to 'src/mem/xbar.hh')
-rw-r--r-- | src/mem/xbar.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/xbar.hh b/src/mem/xbar.hh index 251ad62cb..a92eb044e 100644 --- a/src/mem/xbar.hh +++ b/src/mem/xbar.hh @@ -340,7 +340,7 @@ class BaseXBar : public MemObject * * @param master_port_id id of the port that received the change */ - void recvRangeChange(PortID master_port_id); + virtual void recvRangeChange(PortID master_port_id); /** Find which port connected to this crossbar (if any) should be * given a packet with this address. |