Khushi Posted July 18, 2018 Report Share Posted July 18, 2018 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 Quote Link to comment Share on other sites More sharing options...
David Black Posted July 19, 2018 Report Share Posted July 19, 2018 TLM2 is completely different from RTL type of connection. Interface won't work. Nor is there timing you can count on since it could be either AT or LT without timing. You also need to specify if you are interfacing between SV and SC or is this native SV UVM to UVM TLM2. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.