summaryrefslogtreecommitdiff
path: root/src/mem/protocol/MOESI_hammer-dir.sm
diff options
context:
space:
mode:
authorSteve Reinhardt <steve.reinhardt@amd.com>2010-01-29 20:29:17 -0800
committerSteve Reinhardt <steve.reinhardt@amd.com>2010-01-29 20:29:17 -0800
commitc6f1d959be74de55b0c90f3c961314791342d03e (patch)
treed0ef0777894828291a6ced188c8bcae323cea442 /src/mem/protocol/MOESI_hammer-dir.sm
parent98c94cfe3ce83634f3bad79ca18263f42e36ca6a (diff)
downloadgem5-c6f1d959be74de55b0c90f3c961314791342d03e.tar.xz
ruby: Make SLICC-generated objects SimObjects.
Also add SLICC support for state-machine parameter defaults (passed through to Python as SimObject Param defaults).
Diffstat (limited to 'src/mem/protocol/MOESI_hammer-dir.sm')
-rw-r--r--src/mem/protocol/MOESI_hammer-dir.sm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/protocol/MOESI_hammer-dir.sm b/src/mem/protocol/MOESI_hammer-dir.sm
index b9b001e40..767d271f9 100644
--- a/src/mem/protocol/MOESI_hammer-dir.sm
+++ b/src/mem/protocol/MOESI_hammer-dir.sm
@@ -34,7 +34,7 @@
*/
machine(Directory, "AMD Hammer-like protocol")
-: int memory_controller_latency
+: int memory_controller_latency = 12
{
MessageBuffer forwardFromDir, network="To", virtual_network="2", ordered="false";