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

[Do not merge] Bug with default-assigns #1930

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rachitnigam
Copy link
Contributor

The new interface of seq_mem uses a content_en signal to express usage and write_en to signal a write. This means that when reading, you only need to set content_en and can leave out write_en. However, this can be problematic because it might leave write_en unassigned to (#1919).

default-assign is meant to fix this but there still might be problems with this pass. I think PIFO might have an example problem here. Pushing this change to try out icarus run of the PIFO examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Bug in the implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant