gem5-users@gem5.org

The gem5 Users mailing list

View all threads

Error: snoop filter exceeded capacity

JS
John Smith
Mon, Jul 10, 2023 7:47 PM

Hi everyone,
I'm facing the below error when running fs.py with the following
configurations:

./build/X86/gem5.opt ./configs/example/fs.py  --cpu-clock=1GHz
-n 8   
--mem-size=16GB 
--caches --l2cache --l3cache
--num-l2caches=8
--num-l3caches=1
--l1d_size=32kB
--l1i_size=32kB --l2_size=512kB --l3_size=4MB
--l1d_assoc=8 --l1i_assoc=8
--l2_assoc=8 --l3_assoc=64
--cacheline_size=64 \

It would be great if someone could help me point out what exactly the
problem is here. I tried running it with -n 4 as well but I'm still facing
the same problem.

--
Regards,
John Smith

Hi everyone, I'm facing the below error when running fs.py with the following configurations: ./build/X86/gem5.opt ./configs/example/fs.py --cpu-clock=1GHz \ -n 8 \ --mem-size=16GB \ --caches --l2cache --l3cache \ --num-l2caches=8 --num-l3caches=1 \ --l1d_size=32kB --l1i_size=32kB --l2_size=512kB --l3_size=4MB \ --l1d_assoc=8 --l1i_assoc=8 --l2_assoc=8 --l3_assoc=64 \ --cacheline_size=64 \ It would be great if someone could help me point out what exactly the problem is here. I tried running it with -n 4 as well but I'm still facing the same problem. -- Regards, John Smith