mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-09-03 08:25:32 +02:00
Check that continuous assignment of an assignment pattern to a single element unpacked array is accepted. Check that assigning a scalar expression to the whole unpacked array is rejected for both procedural and continuous assignments. Check that a selected element of a single element static unpacked array can be used in a continuous l-value concatenation. Signed-off-by: Lars-Peter Clausen <[email protected]>
9 lines
190 B
JSON
9 lines
190 B
JSON
{
|
|
"type" : "normal",
|
|
"source" : "sv_lval_concat_uarray2.v",
|
|
"vlog95" : {
|
|
"__comment" : "Array nets are not supported",
|
|
"type" : "CE"
|
|
}
|
|
}
|