Jump to content

Accessing SystemC from SystemVerilog TB


thuvm

Recommended Posts

Hi All,

I have a basic SystemC TB which has VHDL DUT and some systemC TB components instantiated.

Now I want to build a SystemVerilog UVM TB on top of this systemC TB.

 

1. Is it possible to do this?

2. How to access systemC TB components (like systemC threads, systemC variables & systemC events, etc..) from SystemVerilog TB?

 

Please help to clarify this basic query.

 

Thanks in advance!

Link to comment
Share on other sites

Likely as not you will also need to reword your SystemC TB somewhat (or perhaps even remove to be replaced by SystemVerilog driven version). What I mean is that SystemVerilog/UVM probably needs to be able to control the SystemC model. At very least, there needs to be a way to halt and progress time externally. Another approach is to have the SystemVerilog issue commands to the fabric. Quite a lot of this depends on exactly what you are modeling.

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