mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-31 18:04:38 +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]>
6 lines
126 B
JSON
6 lines
126 B
JSON
{
|
|
"type" : "CE",
|
|
"source" : "sv_array_assign_single_fail1.v",
|
|
"iverilog-args" : [ "-g2005-sv" ]
|
|
}
|