Sign in
foss-fpga-tools
/
third_party
/
verible
/
c428b43c153fa0708394d76824d00a0e94801683
/
.
/
verilog
/
tools
/
lint
/
testdata
/
defparam_usage.sv
blob: 70ad9aae1a0e1757e5ae8cedaeb379f33d352c00 [
file
] [
log
] [
blame
]
module
defparam_usage
;
// defparam shouldn't be used, this should trigger the forbid-defparam rule
defparam p0
.
MY_PARAM
=
1
;
endmodule