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

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

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.

Copy link
Contributor

This pull request has been marked as stale due to inactivity.

Copy link
Contributor

This stale PR is being closed because it has not seen any activity in 7 days. If you're planning to continue work on it, please reopen it and mention how to make progress on it.

@github-actions github-actions bot closed this Oct 17, 2024
@rachitnigam rachitnigam reopened this Oct 17, 2024
@rachitnigam rachitnigam marked this pull request as draft October 17, 2024 15:09
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.

1 participant