[gem5-users] Re: BasicPioDevice read() / write() not responding

2023-10-25 Thread Derek Christ via gem5-users
Hello everyone, I'm hitting the exact same problem on ARM as Andreas. I have a physical address mapped into the virtual address space and marked it as uncacheable. When I now write to the virtual address from my SE-program (multiple times), exactly one read access is made to the corresponding

[gem5-users] Re: Writing a script to run multiple simulations at once

2023-06-14 Thread Derek Christ via gem5-users
Hi Jason, it seems like this is exactly what I was looking for. Awesome to hear that things will get more user friendly in next versions. Best Derek Am 14.06.23 um 20:05 schrieb Jason Lowe-Power via gem5-users: Hi all, You can use python multiprocessing with gem5. See

[gem5-users] Re: Writing a script to run multiple simulations at once

2023-06-14 Thread Derek Christ via gem5-users
14.06.23 um 14:38 schrieb Eliot Moss via gem5-users: On 6/14/2023 2:32 AM, Derek Christ via gem5-users wrote: Hello, maybe I have missed something in the official docs, but I'm not sure how to run multiple simulations with different parameters concurrently to speed up the process. What I have

[gem5-users] Re: Writing a script to run multiple simulations at once

2023-06-14 Thread Derek Christ via gem5-users
link to see how `argparse` is used for this purpose: https://www.gem5.org/documentation/learning_gem5/part1/cache_config/ -Ayaz On Tue, Jun 13, 2023 at 11:32 PM Derek Christ via gem5-users wrote: Hello, maybe I have missed something in the official docs, but I'm not sure how

[gem5-users] Writing a script to run multiple simulations at once

2023-06-14 Thread Derek Christ via gem5-users
Hello, maybe I have missed something in the official docs, but I'm not sure how to run multiple simulations with different parameters concurrently to speed up the process. What I have done is I created a Python script that sets environment variables and then kicks-off gem5 which in turn

[gem5-users] Re: Python 3.11 on stable release

2023-05-16 Thread Derek Christ via gem5-users
://gem5-review.googlesource.com/c/public/gem5/+/68817. You can try these two commits. Best Congwu On May 16, 2023, at 22:25, Derek Christ via gem5-users wrote: Hi Richard, thanks for your answer! With the patch cherry-picked, it starts to compile now. Unfortunately, it still fails

[gem5-users] Re: Python 3.11 on stable release

2023-05-16 Thread Derek Christ via gem5-users
Hi Richard, thanks for your answer! With the patch cherry-picked, it starts to compile now. Unfortunately, it still fails at a later point in time: [SO Param] m5.objects.BaseMMU, BaseMMU-> X86/params/BaseMMU.hh terminate called after throwing an instance of 'pybind11::error_already_set'  

[gem5-users] Python 3.11 on stable release

2023-05-11 Thread Derek Christ via gem5-users
Hello, currently I have trouble building the most recent stable release of gem5 on Arch Linux since they switched from Python 3.10 to Python 3.11. When simply building gem5, it errors out at the configuration stage of scons: Checking Python version... no Error: Can't find a working Python