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

Init SSA based verilog synthesis #7

Merged
merged 23 commits into from
Oct 3, 2018
Merged

Init SSA based verilog synthesis #7

merged 23 commits into from
Oct 3, 2018

Conversation

leonardt
Copy link
Owner

@leonardt leonardt commented Oct 1, 2018

This uses a variant of SSA form to synthesize the corresponding hardware for the coroutine. This algorithm improves on the original by preserving a linear correspondence between code size and synthesized hardware. This pull request implements the necessary parts of the algorithm to implement our current set of test examples. Quality of the synthesized results has not been evaluated or optimized yet. Next steps include evaluation, optimizations, and clean up/refactor this code and add documentation.

@leonardt leonardt merged commit 2bde7f1 into master Oct 3, 2018
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