Sign in
foss-fpga-tools
/
third_party
/
verible
/
7ef4fe45b18f3999c48af7db0b868d6fca18f025
/
.
/
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