Re: [gem5-users] Assert error when running a simple python script

2019-04-05 Thread Jason Lowe-Power
This should be now fixed. I just merged https://gem5-review.googlesource.com/c/public/gem5/+/17828 Cheers, Jason On Tue, Mar 19, 2019 at 5:52 AM Nikos Nikoleris wrote: > Have a look at the discussion here [1], you might be running into the > same issue. However, the patch is not ready yet, I

Re: [gem5-users] Assert error when running a simple python script

2019-03-19 Thread Nikos Nikoleris
Have a look at the discussion here [1], you might be running into the same issue. However, the patch is not ready yet, I think the conclusion is that we have to send the swap packet to the writeQueue rather than the readQueue. [1]: https://gem5-review.googlesource.com/c/public/gem5/+/17349 Nikos

Re: [gem5-users] Assert error when running a simple python script

2019-03-19 Thread Gambord, Ryan
A write packet is ending up in the read queue. I'd run it in gdb up to that line and do some digging in there. Ryan On Tue, Mar 19, 2019, 05:08 Rishabh Jain wrote: > Thanks for the reply Ryan. > > I build the system with this command: > $scons build/RISCV/gem5.debug -j5 > and then : > $

Re: [gem5-users] Assert error when running a simple python script

2019-03-19 Thread Rishabh Jain
Thanks for the reply Ryan. I build the system with this command: $scons build/RISCV/gem5.debug -j5 and then : $ build/RISCV/gem5.debug configs/learning_gem5/part1/simple.py Still, getting the same Assertion error. "build/RISCV/mem/dram_ctrl.cc:416: void DRAMCtrl::addToReadQueue(PacketPtr,

Re: [gem5-users] Assert error when running a simple python script

2019-03-19 Thread Gambord, Ryan
If you build to gem5.debug you can see what the assert is. Ryan On Tue, Mar 19, 2019, 04:16 Rishabh Jain wrote: > Hello everyone, > > I am getting an error while running "simple.py" configuration file, > present at configs/learning_gem5/part1/ when I use the command: > $ build/RISCV/gem5.opt

[gem5-users] Assert error when running a simple python script

2019-03-19 Thread Rishabh Jain
Hello everyone, I am getting an error while running "simple.py" configuration file, present at configs/learning_gem5/part1/ when I use the command: $ build/RISCV/gem5.opt configs/learning_gem5/part1/simple.py Error of console log is pasted at this link : https://pastebin.com/pgnaPzZQ This