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

Maximum RAM address bit width unclear #1979

Open
PhilipWaldman opened this issue Mar 26, 2024 · 1 comment
Open

Maximum RAM address bit width unclear #1979

PhilipWaldman opened this issue Mar 26, 2024 · 1 comment

Comments

@PhilipWaldman
Copy link
Contributor

If you try to set the "Address Bit Width" of the RAM component to a value greater than 24 a popup appears that says "Attribute unchanged because request is invalid: integer too large." Then, the value is indeed changed back to what it was. It wasn't until I looked at the library reference that it can store "up to 16,777,216 values", which corresponds to 24-bit addresses. It would be nice if the error message that appears after trying to enter a value that is too large would say that 24 bits is the maximum.

@PhilipWaldman
Copy link
Contributor Author

I have looked at the code and I think I know how to fix it. I am working on it right now.

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