Hi,
Assume that there are 2 monitors connected to a scoreboard. I want to write from both these monitors into the scoreboard. To do so I have to call write method in the monitors. Then how can I have two write methods in the scoreboard.
Hi,
Assume that there are 2 monitors connected to a scoreboard. I want to write from both these monitors into the scoreboard. To do so I have to call write method in the monitors. Then how can I have two write methods in the scoreboard.
In reply to Ravi_Chandra:
Use the `uvm_analysis_imp_decl macro.
In reply to dave_59:
Can you please illustrate with an example ?