Files
iverilog/ivtest/vvp_tests/sv_class_const_static_init.json
T
Lars-Peter Clausen aa8f928ffa Add regression tests for initialized const static properties
Check that a `const static` class property with a declaration
initializer is accepted and has the initialized value. Also check that
subsequent assignments through unqualified and object-member lookup are
rejected.

Signed-off-by: Lars-Peter Clausen <[email protected]>
2026-08-08 18:06:24 -07:00

10 lines
238 B
JSON

{
"type" : "normal",
"source" : "sv_class_const_static_init.v",
"iverilog-args" : [ "-g2005-sv" ],
"vlog95" : {
"__comment" : "Classes are not supported",
"type" : "CE"
}
}