Review Board 2.0.15


Port: Align port names in C++ and Python

Review Request #1269 - Created June 11, 2012 and submitted

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 9076:dd03678d404e
---------------------------
Port: Align port names in C++ and Python

This patch is a first step to align the port names used in the Python
world and the C++ world. Ultimately it serves to make the use of
config.json together with output from the simulation easier, including
post-processing of statistics.

Most notably, the CPU, cache, and bus is addressed in this patch, and
there might be other ports that should be updated accordingly. The
dash name separator has also been replaced with a "." which is what is
used to concatenate the names in python, and a separation is made
between the master and slave port in the bus.
util/regress all passing (disregarding t1000 and eio)
Review request changed
Updated (July 9, 2012, 2:46 a.m.)

Status: Closed (submitted)