diff options
author | Nathan Binkert <nate@binkert.org> | 2009-05-11 10:38:43 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2009-05-11 10:38:43 -0700 |
commit | 2f30950143cc70bc42a3c8a4111d7cf8198ec881 (patch) | |
tree | 708f6c22edb3c6feb31dd82866c26623a5329580 /src/mem/protocol/MOESI_CMP_token.slicc | |
parent | c70241810d4e4f523f173c1646b008dc40faad8e (diff) | |
download | gem5-2f30950143cc70bc42a3c8a4111d7cf8198ec881.tar.xz |
ruby: Import ruby and slicc from GEMS
We eventually plan to replace the m5 cache hierarchy with the GEMS
hierarchy, but for now we will make both live alongside eachother.
Diffstat (limited to 'src/mem/protocol/MOESI_CMP_token.slicc')
-rw-r--r-- | src/mem/protocol/MOESI_CMP_token.slicc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mem/protocol/MOESI_CMP_token.slicc b/src/mem/protocol/MOESI_CMP_token.slicc new file mode 100644 index 000000000..ae4a6d6ec --- /dev/null +++ b/src/mem/protocol/MOESI_CMP_token.slicc @@ -0,0 +1,5 @@ +MOESI_CMP_token-msg.sm +MOESI_CMP_token-L1cache.sm +MOESI_CMP_token-L2cache.sm +MOESI_CMP_token-dir.sm +standard_CMP-protocol.sm |