Open desmonddak opened 1 week ago
Do you mean zero-extending the smaller of the two data inputs of a mux
by default? That seems reasonable to me as well. Should this be filed on https://github.com/intel/rohd instead, or was there something component-specific you had in mind?
Motivation
It's frustrating to use the mux and then have to expand the operands to the correct width as a convenience.
Desired solution
mux infers widths properly likely using zeroExtend to match operands to a common width.
Alternatives considered
No response
Additional details
No response