[gem5-users] Are there any tutorial available which demonstrate how to add custom instructions to gem5

2022-10-02 Thread Setu Gupta
Hi I am trying to add some custom instructions to the x86-64 ISA in gem5. However, I was not able to find much information regarding how to modify the ISA to make it support custom instructions online. So can someone please point out some resources which could help me. Thanks and Regards Setu

[gem5-users] Re: How to create binary file from c test?

2023-01-23 Thread Setu Gupta via gem5-users
Hi Ikram To generate the binary files, you just need to compile your C code using a compiler. Thanks Setu On Mon, Jan 23, 2023, 4:18 PM IKRAM via gem5-users wrote: > > Hi Team, > > I am working on ARM ISA. > > I want to know how we create binary files from c test. > > For example, in *simple.p

[gem5-users] Re: How to create binary file from c test?

2023-01-23 Thread Setu Gupta via gem5-users
s written in perspective of arm > will be simulated. > > > If I do > >>gcc arm.c > then a.out binary file will be created but it is not created in > perspective of arm. > > > > > Regards > - Ikram > > On Mon, 23 Jan, 2023, 4:28 pm Setu Gupta via gem

[gem5-users] Re: garnet - garnet synthetic traffic - Mesh_XY routing algorithm

2023-03-09 Thread Setu Gupta via gem5-users
playlist (Lectures 78 onwards) to get a deeper understanding of this topic. Thanks Setu On Fri, Mar 10, 2023, 2:04 AM Setu Gupta wrote: > Hi Karim > > Sorry I forgot to attach the picture. > > Thanks > Setu > > On Fri, Mar 10, 2023, 2:02 AM Setu Gupta wrote: > >> Hi Ka

[gem5-users] How to use Gem5 to collect instruction traces

2023-09-26 Thread Setu Gupta via gem5-users
Hi I want to use Gem5 to generate instruction traces which I then want to use in other simulators. How can I generate traces using Gem5, and what format are the traces in? Thanks and Regards Setu ___ gem5-users mailing list -- gem5-users@gem5.org To uns