Files
iverilog/ivtest/vvp_tests/sv_net_array_decl_assign.json
T
Lars-Peter Clausen 28e121c040 Add regression tests for net declaration assignments
Check that SystemVerilog net declarations can mix entries with and
without initialization.

Check that in SystemVerilog it is possible to do assignments within net array
declarations.

Signed-off-by: Lars-Peter Clausen <[email protected]>
2026-05-17 11:12:26 -07:00

10 lines
231 B
JSON

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