diff options
Diffstat (limited to 'src/mem/Bus.py')
-rw-r--r-- | src/mem/Bus.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/Bus.py b/src/mem/Bus.py index 34d9ae664..06fff93b5 100644 --- a/src/mem/Bus.py +++ b/src/mem/Bus.py @@ -75,6 +75,7 @@ class CoherentBus(BaseBus): cxx_header = "mem/coherent_bus.hh" system = Param.System(Parent.any, "System that the bus belongs to.") + snoop_filter = Param.SnoopFilter(NULL, "Selected snoop filter for the bus.") class SnoopFilter(SimObject): type = 'SnoopFilter' |