base: Create a central header listing all signals used within gem5
Review Request #1530 - Created Nov. 2, 2012 and submitted
| 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.
Ship It!
Posted (Nov. 7, 2012, 5:46 a.m.)
What exactly is the point of this? For those that know how signals work, this is just unnecessary confusion. If you want to centralize all signal handlers, then move them.
