summaryrefslogtreecommitdiff
path: root/objects/CoherenceProtocol.mpy
diff options
context:
space:
mode:
Diffstat (limited to 'objects/CoherenceProtocol.mpy')
-rw-r--r--objects/CoherenceProtocol.mpy6
1 files changed, 0 insertions, 6 deletions
diff --git a/objects/CoherenceProtocol.mpy b/objects/CoherenceProtocol.mpy
deleted file mode 100644
index f3b0026b7..000000000
--- a/objects/CoherenceProtocol.mpy
+++ /dev/null
@@ -1,6 +0,0 @@
-class Coherence(Enum): vals = ['uni', 'msi', 'mesi', 'mosi', 'moesi']
-
-simobj CoherenceProtocol(SimObject):
- type = 'CoherenceProtocol'
- do_upgrades = Param.Bool(True, "use upgrade transactions?")
- protocol = Param.Coherence("name of coherence protocol")