leapoo Posted August 12, 2014 Report 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? Quote
wszhong631 Posted September 2, 2014 Report 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. Quote
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.