[gem5-users] Re: Tracing Instructions in gem5 (re: Adding a New Instruction)

2021-05-14 Thread Jason Z via gem5-users
Hi Giacomo, Thank you for your reply, I really appreciate it! My main goal is to be able to implement new instructions in gem5 similar to ARM's MTE instructions, so I've been trying to modify the gem5 files to be able to add these new instructions. And I thought I had figured it out, but when

[gem5-users] Broadcast and Multicast Traffics in the Garnet

2021-05-14 Thread Arash Azizi via gem5-users
Hi All, I want to do broadcast and multicast traffics in the Garnet for different topologies like Mesh, Crossbar, and Pt2Pt. Does anybody have an idea, how I can do it? Does Garnet support broadcast and multicast traffic? Thanks, Arash ___

[gem5-users] Re: Run full system with Garnet

2021-05-14 Thread Jiayi Huang via gem5-users
Can you share your command line to provide more info? On Tue, Apr 6, 2021 at 2:21 AM 等价无穷小 via gem5-users wrote: > Hello Gem5 ! > > Recently I am looking to run the fs mode with garnet. > When I use the parameter --network=garnet, which returns a error : no such > option. > I check the

[gem5-users] Re: Boot FS with kvm and multiple cores

2021-05-14 Thread Pedro Henrique Exenberger Becker via gem5-users
Hi Giacomo, thanks for the feedback. However, I didn't follow when you said > I gave a quick look. _build_kvm seems more or less the same. There is a manipulation of the event queues specifically for the KVM case in fs_bigLITTLE.py that I couldn't find in fs.py. In my experiments, if those are

[gem5-users] Re: gem5 ARM RealView Ctrl

2021-05-14 Thread Samuel Thomas via gem5-users
Hello, I’m following up on this. Does anyone have any advice for how to resolve this? Best, Sam > On May 11, 2021, at 8:31 PM, Samuel Thomas wrote: > > Hi all, > > I am writing because I am trying to set up an existing project on a new > machine. Unfortunately, when transferring the code

[gem5-users] Re: Boot FS with kvm and multiple cores

2021-05-14 Thread Giacomo Travaglini via gem5-users
Hi Pedro, glad it worked > -Original Message- > From: Pedro Henrique Exenberger Becker > Sent: 14 May 2021 10:48 > To: Giacomo Travaglini > Cc: gem5 users mailing list > Subject: Re: [gem5-users] Re: Boot FS with kvm and multiple cores > > Hi Giacomo, > > > > --little-cpus option

[gem5-users] Re: Boot FS with kvm and multiple cores

2021-05-14 Thread Pedro Henrique Exenberger Becker via gem5-users
Hi Giacomo, --little-cpus option defaults to 1. This means you are effectively running > with 9 cpus. Could you try setting --little-cpus to zero from command line? Yes, this works. Rookie mistake of mine. At this point, I have already adapted code from fs_bigLITTLE.py script to the fs.py

[gem5-users] Re: Tracing Instructions in gem5 (re: Adding a New Instruction)

2021-05-14 Thread Giacomo Travaglini via gem5-users
Hi Jason, > -Original Message- > From: jzell001--- via gem5-users > Sent: 14 May 2021 00:44 > To: gem5-users@gem5.org > Cc: jzell...@ucr.edu > Subject: [gem5-users] Tracing Instructions in gem5 (re: Adding a New > Instruction) > > Hi Everyone, > > I am fairly new to gem5, so I apologize

[gem5-users] Re: Boot FS with kvm and multiple cores

2021-05-14 Thread Giacomo Travaglini via gem5-users
Hi Pedro > The main problem I still have is fs_bigLITTLE.py with --big-cpus 8 (I want to > have an 8-core setup) causes panic: > info: Using bootloader at address 0x10 > info: Using kernel entry physical address at 0x8008 > info: Loading DTB file: m5out/system.dtb at address 0x8800 >