Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VHDL: Arrays of unbounded elements not working correctly. #141

Open
mewais opened this issue Oct 10, 2020 · 0 comments
Open

VHDL: Arrays of unbounded elements not working correctly. #141

mewais opened this issue Oct 10, 2020 · 0 comments

Comments

@mewais
Copy link
Contributor

mewais commented Oct 10, 2020

As the title says, use case:

type TestArray2DUU is array (NATURAL range <>, NATURAL range <>) of STD_LOGIC_VECTOR;

constant TestConst4 : TestArray2DUU(TestInt'range, 100 downto -100)(10 downto 0);                              -- 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)...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant