mirror of https://github.com/zachjs/sv2v.git
6 lines
88 B
Systemverilog
6 lines
88 B
Systemverilog
|
|
`define SIZE 4
|
||
|
|
`define NAME op
|
||
|
|
module t`NAME;
|
||
|
|
initial $display(`SIZE'ha);
|
||
|
|
endmodule
|