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
_______________________________________________ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org