Jump to content

interface module with TLM2 interface


Recommended Posts

Hi Guys

I am trying to put in place  a generic UVM verification env for TLM IPs. For RTL IPs we usually define the interface like(for simple adder)

interface dut_if (input clk);
    logic [3:0] in1;
    logic [3:0] in2;
    logic [4:0] out;
endinterface

What the interface definition look like for TLM2 interfaces (for example if DUT has a target socket)

Thanks

Khushi

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