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

Missing case statement support #76

Open
JulianKemmerer opened this issue May 25, 2022 · 1 comment
Open

Missing case statement support #76

JulianKemmerer opened this issue May 25, 2022 · 1 comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed

Comments

@JulianKemmerer
Copy link
Owner

Cannot use case statements yet - must write as if-else branches.

Would open up opportunities for better N-1 mux infer... but how to autopipeline - similar to DSPs?

@JulianKemmerer JulianKemmerer added bug Something isn't working enhancement New feature or request labels May 25, 2022
@JulianKemmerer JulianKemmerer self-assigned this May 25, 2022
@JulianKemmerer
Copy link
Owner Author

Could this be done with AST transforms to IFs?
Delay implementing synthesis-tool level case statement support/optimizations beyond simple compares and muxes?

@JulianKemmerer JulianKemmerer added the help wanted Extra attention is needed label Sep 1, 2022
@JulianKemmerer JulianKemmerer removed their assignment Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant