macro_boundary.sv 88 Bytes
Newer Older
1 2 3 4 5
`define SIZE 4
`define NAME op
module t`NAME;
    initial $display(`SIZE'ha);
endmodule