Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
HEAD
/
.
/
tests
/
UnitDefParam
/
def.v
blob: ea2f722329215d2a4eeea0438b511fcf0f523785 [
file
] [
log
] [
blame
]
module
def
();
parameter SIZE1
=
2
;
defparam small_top
.
u1
.
SIZE
=
SIZE1
;
defparam small_top
.
u1
.
dummy
=
4
;
endmodule