Jump to content

Should SystemC model be exactly same as the RTL in terms of the architecture of each module?


acc_sysC

Recommended Posts

The answer is a clear: it depends. In general you are allowed to do whatever is beneficial. If your SC module is supposed to replace the RTL module it should pin compatible. If this is not the case you may add additional ports or leave unused ports ouf.

The same applies to the architecture. If the SC module should behave exactly the same you will end up with the same architecture. But then you have the same module in another language -  I doubt that this is a goal as you do not gain anything. Usually you want to have a similar behavior e.g. when doing cycle-approximate models. In this case the architecture might be enirely different although usually you end up with a similar structure. But since you abstract some details away you can implement the behavior much more efficient and thus gain simulation performance.

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...