summaryrefslogtreecommitdiff
path: root/src/mem/protocol/MOESI_CMP_directory-dma.sm
diff options
context:
space:
mode:
authorNilay Vaish <nilay@cs.wisc.edu>2012-10-02 14:35:44 -0500
committerNilay Vaish <nilay@cs.wisc.edu>2012-10-02 14:35:44 -0500
commitb370f6a7b2fb9a4cd8e38b1db12845d401d3adf3 (patch)
treec51131cdc9e0af5544527446b602c726f2a02acb /src/mem/protocol/MOESI_CMP_directory-dma.sm
parentd58f84c481093aa34d08079f9f8dd6700114e767 (diff)
downloadgem5-b370f6a7b2fb9a4cd8e38b1db12845d401d3adf3.tar.xz
ruby: rename template_hack to template
I don't like using the word hack. Hence, the patch.
Diffstat (limited to 'src/mem/protocol/MOESI_CMP_directory-dma.sm')
-rw-r--r--src/mem/protocol/MOESI_CMP_directory-dma.sm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/protocol/MOESI_CMP_directory-dma.sm b/src/mem/protocol/MOESI_CMP_directory-dma.sm
index 36b89056c..e0a8a3eb5 100644
--- a/src/mem/protocol/MOESI_CMP_directory-dma.sm
+++ b/src/mem/protocol/MOESI_CMP_directory-dma.sm
@@ -44,7 +44,7 @@ machine(DMA, "DMA Controller")
MessageBuffer mandatoryQueue, ordered="false";
MessageBuffer triggerQueue, ordered="true";
- TBETable TBEs, template_hack="<DMA_TBE>";
+ TBETable TBEs, template="<DMA_TBE>";
State cur_state;
void set_tbe(TBE b);