Re: [gem5-users] Assert error while running FS

2019-03-16 Thread Abhishek Singh
I have not dugged into the problem yet. I did post about the problem in past. I am sure that it’s related to boot up process. On Sat, Mar 16, 2019 at 9:44 AM Ashok Sathyan wrote: > Hi Abhishek, > > It is working as you suggested, Any idea why it's not working when I start > with

Re: [gem5-users] Assert error while running FS

2019-03-16 Thread Ashok Sathyan
Hi Abhishek, It is working as you suggested, Any idea why it's not working when I start with DerivO3CPU. On Sat, Mar 16, 2019 at 6:50 PM Abhishek Singh < abhishek.singh199...@gmail.com> wrote: > Hello Ashok, > > Just change the CPU type to Timing or Atomic. Gem5 FS x86 mode gives the >

Re: [gem5-users] Assert error while running FS

2019-03-16 Thread Abhishek Singh
Hello Ashok, Just change the CPU type to Timing or Atomic. Gem5 FS x86 mode gives the assertion error when used with O3CPU directly. The way you can use O3CPU, is to Fast Forward boot process or use checkpointing technique i.e., create checkpoints with Atomic CPU and then restore with

Re: [gem5-users] Assert error while running FS

2019-03-16 Thread Ashok Sathyan
./build/X86/gem5.opt -d results/gcc configs/example/fs.py --caches --cpu-type=DerivO3CPU -- Regards, Ashok Sathyan ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] Assert error while running FS

2019-03-16 Thread Abhishek Singh
Hello, Can you post the command line? On Sat, Mar 16, 2019 at 7:37 AM Ashok Sathyan wrote: > Dear All, > > I downloaded a fresh copy of gem5 > (9e22a2ab603d743b187108986cfbeba07c0c0b8d) and it giving a assert error > while trying to run it in FS. I haven't done any modifications to the code. >

[gem5-users] Assert error while running FS

2019-03-16 Thread Ashok Sathyan
Dear All, I downloaded a fresh copy of gem5 (9e22a2ab603d743b187108986cfbeba07c0c0b8d) and it giving a assert error while trying to run it in FS. I haven't done any modifications to the code. Any help will be appreciated. Thanks info: Entering event queue @ 0. Starting simulation... gem5.opt: