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
type TestArray2DUU isarray (NATURALrange<>, NATURALrange<>) ofSTD_LOGIC_VECTOR;
constant TestConst4 : TestArray2DUU(TestInt'range, 100downto-100)(10downto0); -- Fails here with 2 errors.
Errors
../Data/VHDL/Test/Signals.vhd:10:71: VhdlTypeDeclarationParser.visitArray_element_constraint Conversion to Python object not implemented
...(10downto0)...
../Data/VHDL/Test/Signals.vhd:10:39: VhdlTypeDeclarationParser.visitConstraint visitArray_constraint Conversion to Python object not implemented
...(TestInt'range,100downto-100)(10downto0)...
The text was updated successfully, but these errors were encountered:
As the title says, use case:
Errors
The text was updated successfully, but these errors were encountered: