diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/example/fs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/example/fs.py b/configs/example/fs.py index f0e32e97f..a5b8772af 100644 --- a/configs/example/fs.py +++ b/configs/example/fs.py @@ -72,6 +72,7 @@ class MyCache(BaseCache): latency = 1 mshrs = 10 tgts_per_mshr = 5 + protocol = CoherenceProtocol(protocol='moesi') # client system CPU is always simple... note this is an assignment of # a class, not an instance. |