Fpga_Egr_2025
Occasional Contributor
8 days agoUVM Questasim simulation
HI , I am trying to simulate a generic ALU in Systemverilog UVM test environment . My add_i is random input signal , but when i open my wave i dont see it toggling , but the display function reports...
- 7 days ago
Hi,
In the alu_pkg.sv posted, you may change //vif.add_i <= 1; to vif.add_i <= trans.add_i; and
//vif.add_i <= 0; to vif.add_i <= 0; (for clearing purpose this is optional) then you may get below waveform:
Attached file for your reference.