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

SRAMs with 0 address bits generate invalid Verilog. #11

Open
cdkersey opened this issue Jun 8, 2016 · 0 comments
Open

SRAMs with 0 address bits generate invalid Verilog. #11

cdkersey opened this issue Jun 8, 2016 · 0 comments

Comments

@cdkersey
Copy link
Owner

cdkersey commented Jun 8, 2016

A 1-word synchronous SRAM is essentially a register, but the generated verilog code contains lines like:

wire [18446744073709551615:0] __mem_da1369;

This is bad.

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