sv2v/test/basic/string_param_plain_tb.v

5 lines
68 B
Verilog

module top;
mod #("FOO") m1();
mod #("BAR") m2();
endmodule