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

Add basic support for while loop with an expression as the condition (and if statements) #110

Merged
merged 57 commits into from
Jun 11, 2019

Conversation

leonardt
Copy link
Owner

No description provided.

@leonardt leonardt requested a review from rsetaluri May 24, 2019 22:56
@leonardt
Copy link
Owner Author

Note this currently doesn't support expressions of arbitrary depth (only supports 1 deep expressions), but that should be an easy extension.

Also, there's a lot of duplicated code between the system-verilog and verilator backend, we can likely factor it into verilog_target (assuming the operator syntax is identical between the two languages).

@leonardt leonardt changed the base branch from expression to master June 3, 2019 22:54
@leonardt leonardt merged commit 1df1e62 into master Jun 11, 2019
@leonardt leonardt deleted the expression-while branch June 11, 2019 00:17
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

2 participants