[gem5-users] Re: Duplicate net_msg_ptr values

2021-05-09 Thread Bharadwaj, Srikant via gem5-users
[AMD Public Use] Hi Navneet, Can you post a snippet of the code? It will help us understand the problem. Thanks, Srikant From: NAVNEET KUMAR Sent: Sunday, May 9, 2021 5:24:09 AM To: Bharadwaj, Srikant ; gem5 users mailing list Cc: Krishna, Tushar Subject: Re:

[gem5-users] Re: Ruby in Arm?

2021-05-09 Thread adrian via gem5-users
Hi Giacomo, Thanks for your response. I've managed to run the simulator with a single core. However, I cannot do the same with more than one. This is the command I use to boot. ./build/ARM/gem5.opt --outdir m5out/booted_machine_4 configs/example/fs.py --kernel=binaries/vmlinux.arm64 --cpu-type=

[gem5-users] Re: Duplicate net_msg_ptr values

2021-05-09 Thread NAVNEET KUMAR via gem5-users
Hello Srikant, Actually, I am taking the values of net_msg_ptr in flitiSize( ) function right at the beginning therefore for one packet that function would be called only once. Moreover, if an L1 miss happens then only the packet comes to the network and split into flits. So the possibility of g