[gem5-users] can't run riscv simulation with any CPU model except Atomic

2023-08-23 Thread oe-fans via gem5-users
hi, all I built gem5 v23.0.1.0, I can run configs/example/lupv/run_lupv.py with atomic CPU model successful. But when I run it with TIMING model, there is nothing appear in m5term. I try configs/example/gem5_library/riscv-fs.py or riscvmatched-fs.py, neither of them can boot. What's wrong

[gem5-users] Get gem5 output directory from python config

2023-08-23 Thread Caio Vieira via gem5-users
Hi, I would like to know how to get the gem5 output directory (flags --outdir=DIR, -d=DIR in gem5's binary) from the python config script. If this feature is not implemented, then it would be nice to make it available by creating a function in src/gem5/runtime.py and allow the user to probe

[gem5-users] Re: Get gem5 output directory from python config

2023-08-23 Thread Giacomo Travaglini via gem5-users
Hi, m5.options.outdir is probably what you are looking for. Kind Regards Giacomo From: Caio Vieira via gem5-users Date: Wednesday, 23 August 2023 at 10:24 To: The gem5 Users mailing list Cc: Caio Vieira Subject: [gem5-users] Get gem5 output directory from python config Hi, I would like to

[gem5-users] Re: Get gem5 output directory from python config

2023-08-23 Thread Caio Vieira via gem5-users
Hi, It was exactly what I was looking for. Thank you for the quick answer :) Kind Regards, Caio Vieira On 23.08.23 11:38, Giacomo Travaglini wrote: Hi, m5.options.outdir is probably what you are looking for. Kind Regards Giacomo *From: *Caio Vieira via gem5-users *Date: *Wednesday, 23

[gem5-users] Re: Gem5 GCN3_X86

2023-08-23 Thread Matt Sinclair via gem5-users
Hi Kazi, Trying to answer your questions: 1. I am not aware of -d not working -- as of yesterday my students and I were able to use it (with head of develop, or something close to it). How are you attempting to use it on the command line? 2. I am not sure about the -mem-type flag (maybe Matt

[gem5-users] Gem5 GCN3_X86

2023-08-23 Thread Kazi Asifuzzaman via gem5-users
Hello, I am exploring the usage of the Gem5-GPU model GCN3_X86 (version 22.1.0.0). I have the following queries/questions if you could kindly clarify: 1. In previous versions of Gem5 we could use --outdir or -d option to redirect the output to a specific directory. That appears to be not

[gem5-users] Re: can't run riscv simulation with any CPU model except Atomic

2023-08-23 Thread Jason Lowe-Power via gem5-users
Hello, These scripts are tested nightly, so they should be working. How long did you wait for the terminal output? It can take 15-30 minutes before you see any output. Cheers, Jason On Wed, Aug 23, 2023 at 5:00 AM oe-fans via gem5-users wrote: > hi, all > > I built gem5 v23.0.1.0, I can run

[gem5-users] Re: can't run riscv simulation with any CPU model except Atomic

2023-08-23 Thread oe-fans via gem5-users
After 2 hours, message appear in m5term. My CPU is xeon e5 2687w v3, I think the boot time is too long, are there any way to accelerate it? ---Original--- From: "Jason Lowe-Power via gem5-users"___ gem5-users mailing list -- gem5-users@gem5.org To