cpu: Move O3's data port into the LSQ.
authorGabe Black <gabeblack@google.com>
Sat, 17 Aug 2019 08:15:39 +0000 (01:15 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 28 Aug 2019 02:14:29 +0000 (02:14 +0000)
commitb4e3e2f4a4dfa3a05d068ab33eb50a749326f2c5
tree352cb6a0d1e920cbe649f82893192e7fd96b6a3a
parentc387a212d98024e42e4267ff364c2976f976d666
cpu: Move O3's data port into the LSQ.

That's where it's used, and putting it there avoids having to pass
around the port using the top level getDataPort function.

Change-Id: I0dea25d0c5f4bb3f58a6574a8f2b2d242784caf2
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/20238
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/cpu/o3/cpu.cc
src/cpu/o3/cpu.hh
src/cpu/o3/iew_impl.hh
src/cpu/o3/lsq.hh
src/cpu/o3/lsq_impl.hh