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

[Calyx] Don't generate conflicting assignments when lowering unrolled loops #384

Open
rachitnigam opened this issue Sep 10, 2021 · 0 comments
Labels
Comp: Calyx Issue related to the Calyx backend High Priority Blocking language implementation

Comments

@rachitnigam
Copy link
Member

Currently, when unrolled loops are lowered, they may generate conflicting assignments. The reason that this hasn't cause correctness problems in the past is because all of the assignments attempt to write the same value to the port. However, with Calyx's default simulation backend generating assertions to check for conflicts and the Calyx interpreter doing the same, this is no longer a tenable compilation solution.

@rachitnigam rachitnigam added Comp: Calyx Issue related to the Calyx backend High Priority Blocking language implementation labels Sep 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Comp: Calyx Issue related to the Calyx backend High Priority Blocking language implementation
Projects
None yet
Development

No branches or pull requests

1 participant