diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2012-10-02 14:35:44 -0500 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2012-10-02 14:35:44 -0500 |
commit | b370f6a7b2fb9a4cd8e38b1db12845d401d3adf3 (patch) | |
tree | c51131cdc9e0af5544527446b602c726f2a02acb /src/mem/protocol/MI_example-cache.sm | |
parent | d58f84c481093aa34d08079f9f8dd6700114e767 (diff) | |
download | gem5-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/MI_example-cache.sm')
-rw-r--r-- | src/mem/protocol/MI_example-cache.sm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/protocol/MI_example-cache.sm b/src/mem/protocol/MI_example-cache.sm index 89f8cbed1..cf5cf9505 100644 --- a/src/mem/protocol/MI_example-cache.sm +++ b/src/mem/protocol/MI_example-cache.sm @@ -98,7 +98,7 @@ machine(L1Cache, "MI Example L1 Cache") // STRUCTURES - TBETable TBEs, template_hack="<L1Cache_TBE>"; + TBETable TBEs, template="<L1Cache_TBE>"; // PROTOTYPES void set_cache_entry(AbstractCacheEntry a); |