[gem5-users] Re: Connecting custom peripheral to Garnet

2025-05-22 Thread xomse via gem5-users
Hi Srikant, Thanks for your response. We're prototyping an accelerator's architecture in gem5. We are able to construct it virtually from scratch by using gem5 primitives like SimObject or ClockedObjects and connecting them through ports. Now, designing a NoC in the middle of this accelerator,

[gem5-users] Re: Connecting custom peripheral to Garnet

2025-05-22 Thread Srikant Bharadwaj via gem5-users
Hi Xomse, Can you describe more about what you want to do? What do you mean by connecting a Garnet component to a simple port Srikant On Wed, May 21, 2025 at 6:37 AM xomse via gem5-users wrote: > Hi gem5-users, > > I have been playing around with NoC models in gem5 using Garnet. > It is very co