Skip to content

Commit

Permalink
remove redundant time variable
Browse files Browse the repository at this point in the history
Signed-off-by: Vaibhav Jain <[email protected]>
  • Loading branch information
Vaibhav Jain authored and Vaibhav Jain committed Dec 12, 2023
1 parent 9ef3ef1 commit 4143421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cv32e40p/tb/uvmt/uvmt_cv32e40p_dut_wrap.sv
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ module uvmt_cv32e40p_dut_wrap

assign irq = interrupt_if.irq_drv;
always @(irq) begin
`uvm_info("uvmt_cv32e40p_dut_wrap", $sformatf(" @%0t; irq = %8x", $time, irq), UVM_HIGH);
`uvm_info("uvmt_cv32e40p_dut_wrap", $sformatf("irq = %8x", irq), UVM_HIGH);
end

// -------------------------------------------------------------
Expand Down

0 comments on commit 4143421

Please sign in to comment.