mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-09-07 02:43:01 +02:00
Check that a const property can be assigned from a named block inside its class constructor. Signed-off-by: Lars-Peter Clausen <[email protected]>
10 lines
239 B
JSON
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"
|
|
}
|
|
}
|