summaryrefslogtreecommitdiff
path: root/src/mem/protocol/MESI_Two_Level.slicc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/protocol/MESI_Two_Level.slicc')
-rw-r--r--src/mem/protocol/MESI_Two_Level.slicc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mem/protocol/MESI_Two_Level.slicc b/src/mem/protocol/MESI_Two_Level.slicc
new file mode 100644
index 000000000..b5bf104df
--- /dev/null
+++ b/src/mem/protocol/MESI_Two_Level.slicc
@@ -0,0 +1,7 @@
+protocol "MESI_Two_Level";
+include "RubySlicc_interfaces.slicc";
+include "MESI_Two_Level-msg.sm";
+include "MESI_Two_Level-L1cache.sm";
+include "MESI_Two_Level-L2cache.sm";
+include "MESI_Two_Level-dir.sm";
+include "MESI_Two_Level-dma.sm";