summaryrefslogtreecommitdiff
path: root/src/mem/protocol/MOESI_CMP_directory-L2cache.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-L2cache.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-L2cache.sm')
-rw-r--r--src/mem/protocol/MOESI_CMP_directory-L2cache.sm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mem/protocol/MOESI_CMP_directory-L2cache.sm b/src/mem/protocol/MOESI_CMP_directory-L2cache.sm
index eb9693ed9..6238953ad 100644
--- a/src/mem/protocol/MOESI_CMP_directory-L2cache.sm
+++ b/src/mem/protocol/MOESI_CMP_directory-L2cache.sm
@@ -225,8 +225,8 @@ machine(L2Cache, "Token protocol")
}
- TBETable TBEs, template_hack="<L2Cache_TBE>";
- PerfectCacheMemory localDirectory, template_hack="<L2Cache_DirEntry>";
+ TBETable TBEs, template="<L2Cache_TBE>";
+ PerfectCacheMemory localDirectory, template="<L2Cache_DirEntry>";
void set_cache_entry(AbstractCacheEntry b);
void unset_cache_entry();