Review Board 2.0.15


base: Create a central header listing all signals used within gem5

Review Request #1530 - Created Nov. 2, 2012 and submitted - Latest diff uploaded

Information
Ali Saidi
gem5
default
Reviewers
Default
Changeset 9355:adc19edfa256
---------------------------
base: Create a central header listing all signals used within gem5

There is currently no central place where all signals used within gem5
are listed. This patch adds a header file and with a name space
containing constants for all signals used within gem5. This simplifies
the task of finding a non-conflicting signal when implementing new
functionality that requires signals.