Bus: Turn the PortId into a transport function parameter
authorAndreas Hansson <andreas.hansson@arm.com>
Wed, 30 May 2012 09:30:24 +0000 (05:30 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Wed, 30 May 2012 09:30:24 +0000 (05:30 -0400)
commit5880fbe96dea23c7b036e2ff9c7dcb4d206402ad
tree785c3b7599f6a2178e8dc3ef67e1c052ef7f937f
parentcad802761a876c6dcd00d58e09c8984886c987f6
Bus: Turn the PortId into a transport function parameter

The main aim of this patch is to arrive at a suitable port interface
for vector ports, including both the packet and the port id. This
patch changes the bus transport functions
(recvFunctional/Atomic/Timing) to require a PortId parameter
indicating the source port. Previously this information was passed by
setting the source field of the packet, and this is only required in
the case of a timing request.

With this patch, the use of the source and destination field is also
more restrictive, as they are only needed for timing accesses. The
modifications to these fields for atomic snoops is now removed
entirely, also making minor modifications to the cache.
src/mem/bus.cc
src/mem/bus.hh
src/mem/cache/cache_impl.hh