Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
a6e0db71fd27409e58ad25485ea251937b8a3745
/
.
/
src
/
Testcases
/
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