52403a5ddf
get rid of the alias for true to True and false to False to keep consistent python syntax. util/stats/info.py: Fix typo --HG-- extra : convert_revision : e69588a8de52424e043315e70008ca3a3ede7d5b
6 lines
250 B
Text
6 lines
250 B
Text
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")
|