Review Board 2.0.15


Port: Hide the queue implementation in SimpleTimingPort

Review Request #1296 - Created July 5, 2012 and submitted

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 9102:af67b97a5ccb
---------------------------
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.
util/regress all passing (disregarding t1000 and eio)

Issue Summary

1 0 1 0
Description From Last Updated Status
Review request changed
Updated (July 9, 2012, 2:46 a.m.)

Status: Closed (submitted)