Verification Academy
Display portion of the variable
SystemVerilog
SystemVerilog
dave_59
July 14, 2021, 6:27am
2
In reply to
megamind
:
$display("var = %x",var_64[31:0]); $display("var = %x",32'(var_64));
show post in topic