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...
Justin Refice Posted August 14, 2018 Report Share Posted August 14, 2018 Would it be sufficient to clone the original sequence, and execute the clone in parallel on the TLM model's sequencer/driver? Quote Link to comment Share on other sites More sharing options...
Khushi Posted August 15, 2018 Author Report Share Posted August 15, 2018 22 hours ago, jrefice said: Would it be sufficient to clone the original sequence, and execute the clone in parallel on the TLM model's sequencer/driver? Hi Jrefice Thanks for the guidance. Can you elaborate a little more. I mean what to clone and where. I can try accordingly. Thanks Quote Link to comment Share on other sites More sharing options...
Justin Refice Posted August 20, 2018 Report Share Posted August 20, 2018 It's difficult to provide more details without knowing what your environment looks like. Would you be able to provide a loose description of your environment (What sequencers and drivers exist)? Generally speaking, I'm talking about cloning the sequence (or sequence items) after the randomization has occurred, so that you have 2 independent threads operating in parallel and doing the same things on different DUTs. 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.