diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2011-11-03 22:46:45 -0500 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2011-11-03 22:46:45 -0500 |
commit | a547cf34b9216ebbccdb69c3d98af062098b1f28 (patch) | |
tree | 2b88b305cc86e731b6ad9a4a0bc13a98c91f5971 /src/mem/protocol | |
parent | d735abe5dabf483aafb0ccfb0a70cb7c3b0a5a74 (diff) | |
download | gem5-a547cf34b9216ebbccdb69c3d98af062098b1f28.tar.xz |
Ruby: Remove some unused typedefs
This patch removes some of the unused typedefs. It also moves
some of the typedefs from Global.hh to TypeDefines.hh. The patch
also eliminates the file NodeID.hh.
Diffstat (limited to 'src/mem/protocol')
-rw-r--r-- | src/mem/protocol/RubySlicc_Types.sm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/protocol/RubySlicc_Types.sm b/src/mem/protocol/RubySlicc_Types.sm index a2f8abfaa..cc404394d 100644 --- a/src/mem/protocol/RubySlicc_Types.sm +++ b/src/mem/protocol/RubySlicc_Types.sm @@ -48,7 +48,7 @@ structure(InPort, external = "yes", primitive="yes") { bool isEmpty(); } -external_type(NodeID, default="0"); +external_type(NodeID, default="0", primitive="yes"); external_type(MachineID); MessageBuffer getMandatoryQueue(int core_id); |