Sign in
foss-fpga-tools
/
third_party
/
verible
/
67b8fe74e31f81ac1d1fc943997f049a19e06673
/
.
/
verible
/
verilog
/
tools
/
lint
/
testdata
/
instance_parameters.sv
blob: 7f5d142ae3ff4c5f41b78844af566e282ec4f3a0 [
file
]
module
instance_parameters
;
bar
#(4, 8) baz;
endmodule