mirror of https://github.com/zachjs/sv2v.git
4 lines
81 B
Systemverilog
4 lines
81 B
Systemverilog
|
|
module top;
|
||
|
|
initial $display("%b", (12'hb03 - 12'hb07) + 12'hb10);
|
||
|
|
endmodule
|