[gem5-users] Using NIC in gem5 with x86 architecture

2023-05-16 Thread Varun Chandrashekhar Gohil via gem5-users
Hello, The NIC module provided in gem5 works for the ARM architecture. However, I want to use it to simulate a cluster of multiple x86 machines. This email thread (https://www.mail-archive.com/gem5-users@gem5.org/msg12680.html) explains how to port the NIC module to x86. It requires using a

[gem5-users] Re: How do I fix extraDataValid error while trying to run a test program on a gem5 simple ARM configuration with cache?

2023-05-16 Thread Pedro Corrêa Rigotto via gem5-users
Good afternoon Thank you very much. The new configuration script does work with caches on ARM, and since that's all I needed, my research can continue. I just need to study the file a bit more. Much appreciated, Pedro Corrêa Rigotto Em sex., 12 de mai. de 2023 às 14:50, Ayaz Akram escreveu: >

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

2023-05-16 Thread Derek Christ via gem5-users
Hi Congwu, with these two commits, it now works! Thank you both! Best Derek Am 16.05.23 um 16:58 schrieb zhangcongwu via gem5-users: Hi Derek, I have built it successfully with cherry-pick another two commits https://gem5-review.googlesource.com/c/public/gem5/+/68818?usp=search and

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

2023-05-16 Thread zhangcongwu via gem5-users
Hi Derek, I have built it successfully with cherry-pick another two commits https://gem5-review.googlesource.com/c/public/gem5/+/68818?usp=search and https://gem5-review.googlesource.com/c/public/gem5/+/68817. You can try these two commits. Best Congwu > On May 16, 2023, at 22:25, Derek

[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'