You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It happens when the signal type is an array of an array of records. Something like:
type t_rec isrecord
x, y : natural;
endrecord;
type t_rec_array isarray (naturalrange<>) of t_rec;
type t_rec_array_array isarray (naturalrange<>) of t_rec_array;
signal s : t_rec_array_array(1to3)(1to2);
NVC crashes when using the
--dump-arrays
flag. Sorry, I couldn't reduce to a simpler example (attached below):nvc-dump-record-arr-issue.zip
The text was updated successfully, but these errors were encountered: