Hi everybody again,

I found another bug. In this case with MOESI_CMP_token, I used this command
to build gem5:

scons ./build/X86/gem5.opt PROTOCOL=MOESI_CMP_token  RUBY=True -j30

To run the simulation this command has been used:

./build/X86/gem5.opt configs/example/fs.py --ruby
--kernel=/home/cano/gem5/system/binaries/x86_64-vmlinux-2.6.22.9.smp
--disk-image=/home/cano/gem5/system/disks/x86root.img

And gem5 shows the following error:

warn: Tried to clear PCI interrupt
14

gem5.opt: build/X86/sim/eventq_impl.hh:44: void
EventQueue::schedule(Event*, Tick, bool): Assertion `when >= getCurTick()'
failed.
Program aborted at tick 4797006602000

This error is a little bit confusing for me, as far as I can understand,
someone is generating a event far from the current simulation's tick.

As in the previous case, the binaries that has been used are available on:

http://www.m5sim.org/dist/current/x86/x86-system.tar.bz2

Best,
Cano.
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to