Files
iverilog/ivtest/vvp_tests/sv_class_const_nested_block.json
T
Lars-Peter Clausen b883f7713c Add regression test for nested const property initialization
Check that a const property can be assigned from a named block inside its
class constructor.

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

10 lines
239 B
JSON

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