summaryrefslogtreecommitdiff
path: root/objects/CoherenceProtocol.mpy
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2005-03-09 15:56:29 -0500
committerAli Saidi <saidi@eecs.umich.edu>2005-03-09 15:56:29 -0500
commit28976656858f59dd52c3d9291c167264989f944c (patch)
treef9392b69a7dbf213f76538b2a1984c90b1b001c7 /objects/CoherenceProtocol.mpy
parent707a5ca06b59760cdf3c93e3c74bffb3c55df75b (diff)
parent7d91bda6bfba1bd0cf49ff7ff20373b5d44df87a (diff)
downloadgem5-28976656858f59dd52c3d9291c167264989f944c.tar.xz
Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5
--HG-- extra : convert_revision : a61ddd67647fc6a6e8e12d918cc71ae9da69f869
Diffstat (limited to 'objects/CoherenceProtocol.mpy')
-rw-r--r--objects/CoherenceProtocol.mpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/objects/CoherenceProtocol.mpy b/objects/CoherenceProtocol.mpy
index ae041b638..f3b0026b7 100644
--- a/objects/CoherenceProtocol.mpy
+++ b/objects/CoherenceProtocol.mpy
@@ -1,4 +1,4 @@
-Coherence = Enum('uni', 'msi', 'mesi', 'mosi', 'moesi')
+class Coherence(Enum): vals = ['uni', 'msi', 'mesi', 'mosi', 'moesi']
simobj CoherenceProtocol(SimObject):
type = 'CoherenceProtocol'