Re: [gem5-users] Gem5-Ruby component-Cache coherence protocol simulation

2016-06-22 Thread Jason Lowe-Power
Hello, I think there may be a couple of mistakes in your command line: "./build/ARM/gem5.opt configs/example/se.py --ruby --cpu-type timing -c testa/test-progs/hello/bin/X86/linux/hello" First, it looks like you've build gem5 with support for the ARM ISA, but you're trying to run an X86 binary. I

[gem5-users] Gem5-Ruby component-Cache coherence protocol simulation

2016-06-22 Thread 206115008
Hi, I want to simulate MESI cache coherence protocol using snoop filtering. For this simulation i used the following command : ./build/ARM/gem5.opt configs/example/se.py --ruby --cpu-type timing -c testa/test-progs/hello/bin/X86/linux/hello but it gave the following error Traceback (most