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
The generated SV for assigning an unpacked array port to a packed array port in the parent module causes a direct connection. For example:
moduletop(
input logic [2:0][3:0] a
);
// this is not ok, can't assign unpacked port to a packed portsubmodsub(.a(a));
endmodule:topmodulesubmod(
inputlogic [3:0] a [2:0]
);
endmodule:submod
To Reproduce
Construct a hierarchy like described above
Expected behavior
No response
Actual behavior
No response
Additional: Dart SDK info
No response
Additional: pubspec.yaml
Additional: Context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
The generated SV for assigning an unpacked array port to a packed array port in the parent module causes a direct connection. For example:
To Reproduce
Construct a hierarchy like described above
Expected behavior
No response
Actual behavior
No response
Additional: Dart SDK info
No response
Additional: pubspec.yaml
Additional: Context
No response
The text was updated successfully, but these errors were encountered: