Jump to content

NoC modelling


icecube

Recommended Posts

Hello,

I actually want to model a simple NoC based on systemc.  In my model, I plan to use 2 Arm cores which they can communicate with each other through NoC. Basically the problem is that cores are not  synchronized while the simulation is running. Therefore usually simulation breaks.   Does anyone have  experience with NoC simulation in systemC ? Thank you

Link to comment
Share on other sites

In this case you would need to add some syncronization at the ingress and the egress of the NoC. One should run with the clock of the sender and the other with the clock of the receiver. Since SystemC does not have an 'undefined' state the syncronization between ingress and egress is fairly simple depending on the way you model the way the phits/flits are send thru the NoC

BR

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...