blob: a2518bf39f576ab50b891e634f22f2c3a1d21775 (
plain)
1
2
3
4
5
|
Coherence = Enum('uni', 'msi', 'mesi', 'mosi', 'moesi')
simobj CoherenceProtocol(SimObject):
do_upgrades = Param.Bool(true, "use upgrade transactions?")
protocol = Param.Coherence("name of coherence protocol")
|