Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
356a4bf2123fc606ca19fbed9b9c535f149fdec5
/
.
/
SVIncCompil
/
Testcases
/
Verilator
/
t_lint_defparam.v
blob: 079fb0bd20d9030387a11179b63c1bf9711df6fe [
file
] [
log
] [
blame
]
// DESCRIPTION: Verilator: Verilog Test module
//
// This file ONLY is placed into the Public Domain, for any use,
// without warranty, 2010 by Wilson Snyder.
module
t
;
sub
sub
();
defparam
sub
.
P
=
2
;
endmodule
module
sub
;
parameter P
=
6
;
endmodule