-
Notifications
You must be signed in to change notification settings - Fork 180
hdl._dsl: Change FSM codegen to avoid mutating AST nodes. #1164
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1164 +/- ##
==========================================
+ Coverage 87.32% 87.37% +0.04%
==========================================
Files 43 43
Lines 8629 8663 +34
Branches 2041 2048 +7
==========================================
+ Hits 7535 7569 +34
+ Misses 903 902 -1
- Partials 191 192 +1 ☔ View full report in Codecov by Sentry. |
30fc02f
to
df19c63
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cursed but ultimately necessary.
df19c63
to
a7c649e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. This is pretty cursed but I see no real choice. Hopefully much of this (_top_comb_statements
for example) will be replaced when we design and implement scopes.
Thanks! |
Just a note: |
Yes, that's expected. It was never particularly well-defined, for example if you used |
Very good that this is fixed now. |
Fixes #1066.