diff options
Diffstat (limited to 'objects/CoherenceProtocol.mpy')
-rw-r--r-- | objects/CoherenceProtocol.mpy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/objects/CoherenceProtocol.mpy b/objects/CoherenceProtocol.mpy index a2518bf39..c77348f0a 100644 --- a/objects/CoherenceProtocol.mpy +++ b/objects/CoherenceProtocol.mpy @@ -1,5 +1,6 @@ Coherence = Enum('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") |