Jump to content

Component model access from both DUT and predictor


Recommended Posts

I have a (VHDL) DUT which is a state machine that needs to talk to a peripheral, which we have a model for.

 

Our predictor (SystemC) also needs to access the peripheral model.  So we have two components which need access to a single model.

 

If the peripheral model is VHDL, I would let the DUT communicate with the peripheral model, and use a monitor hanging off the interface to synchronize to my predictor.

 

If the peripheral model is SystemC, I would let the predictor (which is also SystemC) talk directly to the model, and send a copy of the transaction to a FIFO in a synchronization component plugged in to the peripheral interface of the DUT.

 

Is this a typical scenario?  I've gotten both of these scenarios to work, I just wonder if there is a better way.

 

 

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