Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
98f127ff6b12d7e3541cbfb04b45b4f145c38053
/
.
/
SVIncCompil
/
Testcases
/
YosysTests
/
regression
/
issue_00826
/
top.v
blob: 9f281849a9b7b51c4076363ae4b8967bc74916e6 [
file
] [
log
] [
blame
]
`default_nettype none
module A;
parameter P = 0;
endmodule
module top;
A inst_i();
defparam inst_i.P = 1;
endmodule