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

New ssa #14

Merged
merged 11 commits into from
Oct 18, 2018
Merged

New ssa #14

merged 11 commits into from
Oct 18, 2018

Conversation

leonardt
Copy link
Owner

Works! Now implemented as a separate pass on the control flow graph. I think the logic is cleaner, but it's still quite complicated. There's some cleaning up of the output verilog that still needs to be done so we can evaluate with yosys (yosys needs "bulk" memory assignments to be unrolled so each element is assigned, that is data_2[0] = data_1[0] where data_1 and data_2 are 2d arrays.

@leonardt leonardt merged commit 814ef3f into desugar Oct 18, 2018
@leonardt leonardt deleted the new-ssa branch October 18, 2018 15:45
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

Successfully merging this pull request may close these issues.

None yet

1 participant