Port: Hide the queue implementation in SimpleTimingPort
authorAndreas Hansson <andreas.hansson@arm.com>
Mon, 9 Jul 2012 16:35:42 +0000 (12:35 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Mon, 9 Jul 2012 16:35:42 +0000 (12:35 -0400)
commit67e257f44210b0f4462df860500d903e3d4551df
tree63beb174106b5372915a6245978dfdc6d70f26be
parentfda338f8d3ba6f6cb271e2c10cb880ff064edb61
Port: Hide the queue implementation in SimpleTimingPort

This patch makes the queue implementation in the SimpleTimingPort
private to avoid confusion with the protected member queue in the
QueuedSlavePort. The SimpleTimingPort provides the queue_impl to the
QueuedSlavePort and it can be accessed via the reference in the base
class. The use of the member name queue is thus no longer overloaded.
src/mem/tport.cc
src/mem/tport.hh