mem: Move the Port base class into sim.
authorGabe Black <gabeblack@google.com>
Thu, 7 Mar 2019 08:45:09 +0000 (00:45 -0800)
committerGabe Black <gabeblack@google.com>
Fri, 15 Mar 2019 18:38:35 +0000 (18:38 +0000)
commit993c26938cb73239838893e3f5e46635392ea488
tree9fdc5b947df798923263c7c8d30327cd5ef73383
parent6e8be00dff5717ba6bd066749d1847ea48680878
mem: Move the Port base class into sim.

The Port class is going to be officially used for more than just memory
system connections.

Change-Id: I493e721f99051865c5f0c06946a2303ff723c2af
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/17036
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
src/mem/port.cc
src/mem/port.hh
src/sim/SConscript
src/sim/port.cc [new file with mode: 0644]
src/sim/port.hh [new file with mode: 0644]