Khushi Posted August 14, 2018 Report Share Posted August 14, 2018 I have a RTL DUT verification platform where I integrated the corresponding TLM model as a reference model. I Now I want to drive the same random sequence to both RTL and TLM and compare the result. I want to drive the sequence independently to both RTL and TLM because either of them can finish earlier so it does not need to wait for other to finish before feeding the next sequence. Can anyone guide me how I can do this. May be if you know some pointer for the same. Thanks Quote Link to comment Share on other sites More sharing options...
lohiya Posted September 14, 2018 Report Share Posted September 14, 2018 You may connect the sequencer to a dummy driver which gets the transaction which can transferred to RTL driver and TLM reference model thru TLM fifo. With this approach, you will have flexibility to keep transactions to RTL and reference model in SYNC or ASYNS(delay). Quote Link to comment Share on other sites More sharing options...
hbhbts Posted August 1, 2019 Report Share Posted August 1, 2019 add a TLM port in regular driver and the port is used to get the transaction and sent to ref model. And also the driver respondsiable for transition the item to RTL signals 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.