Re: [gem5-users] Assertion `!delayedResponse' failed, In X86 FS simulation

2014-11-08 Thread Mohammad Alian via gem5-users
Hello, I found the error source. This assertion goes up when the page table walker inserts an entry into TLB and when it do a second lookup to get that entry, it's not available. The problem is that when walker calls  tlb->translate(), the request matches for the following if condition and it's

[gem5-users] Assertion `!delayedResponse' failed, In X86 FS simulation

2014-10-29 Thread Mohammad Alian via gem5-users
Hello every one, I'm running some map-reduce benchmarks on X86 FS Dual mode. I can run the benchmark with atomic simple cpu, but when I use O3 cpu, after simulating around 3 seconds, I get the following error . Also I should mention that I've hardcoded PCI accesses to be uncacheable to be able t

[gem5-users] Full System X86 Dual mode checkpoint-restore problem

2014-10-18 Thread Mohammad Alian via gem5-users
Hi all, I'm running a simple client-server application on FS dual mode. I start server on drive_sys and take a checkpoint. The problem is that if I restore from the checkpoint with detail O3 cpu, client on test_sys cannot connect to server and prints out there is no server running on drive_sys.