[gem5-users] Passing 2-dimension list from Python to C++ object

2020-12-17 Thread Daecheol You via gem5-users
Hi all, For passing parameter to C++ object from Python, gem5 provides Param object. Through Param, int, float, string parameters can be passed to C++ object (Param.Int(), Param.Float(), Param.String(), etc) Now, I want to pass 2-dimension list from Python ([ [] ]), and get it as a vector> object

[gem5-users] run pre-build binaries of aarch64 with error

2020-12-17 Thread Liyichao via gem5-users
Hi: I run the pre-build binaries of aarch64 test_std_thread , test_std_mutex and test_std_condition_variable on an aarch64 ubuntu18.04 OS server, which downloaded from https://gem5.googlesource.com/public/gem5-resources/+/refs/heads/stable/, I see the error execution below: root@ubu