Sign in
foss-fpga-tools
/
third_party
/
verible
/
07095f61a411b16de8b60e28d8dde49151bc63cd
/
.
/
verilog
/
tools
/
lint
/
testdata
/
localparam_name_style.sv
blob: 639dc3d5658763a1f10d4b4f0faf16e2bb7e036a [
file
]
// Expected localparam name, "Hello_World" to follow UpperCamelCase
// naming convention.
class
foo
;
localparam
int
Hello_World
=
1
;
endclass