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

AES-DEC controller.vhd modelsim simulation error #6

Open
ESCHen99 opened this issue Jan 17, 2022 · 0 comments
Open

AES-DEC controller.vhd modelsim simulation error #6

ESCHen99 opened this issue Jan 17, 2022 · 0 comments

Comments

@ESCHen99
Copy link

controller.vhd at simulation throws range error for:
49 round_constant <= rcon_table((i + 1)*8 - 1 downto 8*i);
'integer range 0 to (2**4) - 1'
So it is going out of range. A simple workaround is to range it from 0 to 10 however I do not know it that is neat.

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