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

Create a way to make a chain of Muxs in a less verbose way #13

Closed
mkorbel1 opened this issue Sep 23, 2021 · 1 comment · Fixed by #188
Closed

Create a way to make a chain of Muxs in a less verbose way #13

mkorbel1 opened this issue Sep 23, 2021 · 1 comment · Fixed by #188
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mkorbel1
Copy link
Contributor

mkorbel1 commented Sep 23, 2021

The implementation for Mux maps to a SystemVerilog ternary operator (? :). Chaining together a bunch of ternary operators in SystemVerilog is a common pattern, but requires nested Muxs and lots of parentheses in ROHD. A module that supports chained mux behavior would be nice.

@mkorbel1 mkorbel1 added enhancement New feature or request good first issue Good for newcomers labels Sep 23, 2021
@mkorbel1
Copy link
Contributor Author

mkorbel1 commented Apr 7, 2022

It would also be nice if there's a way to construct a Mux without needing to access the output explicitly. Maybe as simple as a mux function that gets the output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant