leapoo 0 Report post Posted August 12, 2014 For example, the sequence item random parameter is A. Then the total UVM environment has been set up correctly. I make the test to repeat 10 times and the A should be generated 10 times and driven to my DUT. How can I check each times A in waveform instead of the terminal screen. Because I also want to check other signals, for example. The driver port signal, the monitor port signal? Share this post Link to post Share on other sites
wszhong631 0 Report post Posted September 2, 2014 For example, the sequence item random parameter is A. Then the total UVM environment has been set up correctly. I make the test to repeat 10 times and the A should be generated 10 times and driven to my DUT. How can I check each times A in waveform instead of the terminal screen. Because I also want to check other signals, for example. The driver port signal, the monitor port signal? you must compile questasim_uvm_package.sv ,and vsim -uvmcontrol=all ,then add sequences to wave using UVM-Aware Debug windows, also,may add monitor transaction to wave using transaction record method , the version of mentor tools should 10.2b above. ,ple reference questa SIM user Mannal. Share this post Link to post Share on other sites