Khushi Posted July 18, 2018 Report Share Posted July 18, 2018 In UVM verification env, do we need to use two monitor if I want to sample the input (to DUT)and output(from DUT) and compare them in scoreboard. In this case do I need to use two monitor, one on input and other on output ? Can a single monitor does the same job ? I tried but what I see by the time output arrives the input changes(for next set of inputs) Thanks Quote Link to comment Share on other sites More sharing options...
hbhbts Posted August 2, 2019 Report Share Posted August 2, 2019 you can use the one monitor for the dut input and output. And i think the root case is not base on how mant input/ouput of dut you have, but the interface type the dut have. for exanple, if you have one axi input and one aix output, you can use one monitor to collect all input/outout axi transaction. So i think the number monitor is based on the types of interfaces. 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.