Re: [gem5-users] Aborted (core dumped) When trying to run HPI full system simulation with 4 cores

2019-11-01 Thread Ciro Santilli
Iago, thanks for the report, sorry I didn't have the time to look into this. Unfortunately multicore problems with the details CPUs are not unheard of. Can you provide the full gem5 CLI that generates the problem, and images used if not obvious from CLI? On Fri, Oct 25, 2019 at 6:00 PM Iago . wr

[gem5-users] Aborted (core dumped) When trying to run HPI full system simulation with 4 cores

2019-10-25 Thread Iago .
I sucessfully booted the simulation with HPI cpu model with one core but whenever I try to run it with 4 I get an error. panic: panic condition (pkt->needsWritable() != pkt->isInvalidate()) && !pkt->req->isCacheMaintenance() occurred: global got snoop WriteReq [80945000:80945003] UC where needs

Re: [gem5-users] Aborted (core dumped)

2018-06-04 Thread Hadouda Ali
hi georgios, you must use the script.rcs in the statement --bootscript : --bootscript = / path / script.rcS. you must generate the script.rsS file for each application, for example for the blackscholes application of parsec 3.0, #! / Bin / bash PARSEC_DIR = "/ home / parsec-3.0" cd $ PARSEC_DIR

Re: [gem5-users] Aborted (core dumped)

2018-06-04 Thread Ciro Santilli
I think bootrscript is just an arbitrary script that your must create yourself to run the benchmark you want, or give you a shell. It must be being used from the /init of that image to set the m5 readfile path, and then run it. This kind of thing allows you to checkpoint at the end of boot, but s

[gem5-users] Aborted (core dumped)

2018-06-04 Thread Georgios Bousdras
Hi, I am new on gem5 and need your help. I am trying to run the fs_bigLITTLE.py (2 big, 2 little cores) but I take an error. I understand that the error is on bootscript. By default the bootscript is the bootscript.rcS but I can not find this file in the gem5 folder. How can I export this file