[gem5-users] Re: Generate traffic/trace and feed it to Garnet standalone mode

2021-05-28 Thread Travis Dai via gem5-users
you have created. I think there is a script in configs/dram/sweep.py that has an example of using PyTrafficGen. Please let me know if you have any questions. Best Regards On Wed, May 26, 2021 at 7:23 PM Travis Dai via gem5-users mailto:gem5-users@gem5.org>> wrote: Dear all users, I hav

[gem5-users] Topology errors

2021-05-27 Thread Travis Dai via gem5-users
Hi all users, I have implemented a ring topology in gem5, it works well when set up nodes number = 64. When I set cpu =60, I met the following error: “fatal: fatal condition !masks.empty() && _intlv_match >= ULL(1) << masks.size() occurred: Match value 32 does not fit in 5 interleaving bits. M

[gem5-users] Generate traffic/trace and feed it to Garnet standalone mode

2021-05-26 Thread Travis Dai via gem5-users
Dear all users, I have been working on how to generate traffic by using TrafficGen.py and related files in gem5/src/cpu/testers/traffic_gen these days but without success. I have tried to run TrafficGen.py by command “python TrafficGen.py” but receiving error “ImportError: No module named m5.p