summaryrefslogtreecommitdiff
path: root/src/mem/ruby/common/Debug.def
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2009-05-11 10:38:45 -0700
committerNathan Binkert <nate@binkert.org>2009-05-11 10:38:45 -0700
commite1915f16d140f568dc713820189455cfdf5f9772 (patch)
tree5d04f2c73ee2999226af83f80154de5e5bd978e3 /src/mem/ruby/common/Debug.def
parent6e8373fad6f5faac0648c814f8c7ddc21023dc6c (diff)
downloadgem5-e1915f16d140f568dc713820189455cfdf5f9772.tar.xz
ruby: fold the debugging options into Debug.cc
Diffstat (limited to 'src/mem/ruby/common/Debug.def')
-rw-r--r--src/mem/ruby/common/Debug.def17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mem/ruby/common/Debug.def b/src/mem/ruby/common/Debug.def
deleted file mode 100644
index 23af06655..000000000
--- a/src/mem/ruby/common/Debug.def
+++ /dev/null
@@ -1,17 +0,0 @@
-DEFINE_COMP(SYSTEM_COMP, 's', "System")
-DEFINE_COMP(NODE_COMP, 'N', "Node")
-DEFINE_COMP(QUEUE_COMP, 'q', "Queue")
-DEFINE_COMP(EVENTQUEUE_COMP, 'e', "Event Queue")
-DEFINE_COMP(NETWORK_COMP, 'n', "Network")
-DEFINE_COMP(SEQUENCER_COMP, 'S', "Sequencer")
-DEFINE_COMP(TESTER_COMP, 't', "Tester")
-DEFINE_COMP(GENERATED_COMP, 'g', "Generated")
-DEFINE_COMP(SLICC_COMP, 'l', "SLICC")
-DEFINE_COMP(NETWORKQUEUE_COMP, 'Q', "Network Queues")
-DEFINE_COMP(TIME_COMP, 'T', "Time")
-DEFINE_COMP(NETWORK_INTERNALS_COMP, 'i', "Network Internals")
-DEFINE_COMP(STOREBUFFER_COMP, 'b', "Store Buffer")
-DEFINE_COMP(CACHE_COMP, 'c', "Cache")
-DEFINE_COMP(PREDICTOR_COMP, 'p', "Predictor")
-DEFINE_COMP(ALLOCATOR_COMP, 'a', "Allocator")
-