Sign in
foss-fpga-tools
/
third_party
/
verible
/
bbe85ac0e45bb1e955b2b705e5b21d4a00a39b66
/
.
/
verilog
/
tools
/
lint
/
testdata
/
constraint_name_style.sv
blob: 2b858b2ccb4489682efed5e917a648f0eac89ffe [
file
] [
log
] [
blame
]
class
constraints_check
;
logic max
;
// This line should trigger the constraint naming convention rule check
constraint
MyMax
{
max
>=
64
;
}
endclass