[gem5-users] Re: Error: snoop filter exceeded capacity

2023-07-10 Thread Eliot Moss via gem5-users
On 7/10/2023 5:17 PM, John Smith wrote: I understood how to pass it. However, --param='system.membus.snoop_filter=NULL' doesn't seem to work. I'm getting the following error: NameError: name 'NULL' is not defined I see. Well, this line was in an older version of XBar.py: snoop_filter =

[gem5-users] Re: Error: snoop filter exceeded capacity

2023-07-10 Thread Eliot Moss via gem5-users
On 7/10/2023 3:59 PM, John Smith via gem5-users wrote: I'm sorry. Here's the error message I got: build/X86/mem/snoop_filter.cc:197: panic: panic condition !is_hit && (cachedLocations.size() >= maxEntryCount) occurred: snoop filter exceeded capacity of 131072 cache blocks That snoop filter

[gem5-users] Re: Error: snoop filter exceeded capacity

2023-07-10 Thread John Smith via gem5-users
I'm sorry. Here's the error message I got: build/X86/mem/snoop_filter.cc:197: panic: panic condition !is_hit && (cachedLocations.size() >= maxEntryCount) occurred: snoop filter exceeded capacity of 131072 cache blocks Memory Usage: 17708540 KBytes Program aborted at tick 3777287772000 --- BEGIN