binary_decoder
A binary decoder.
Converts a bit vector from a binary encoding to a bit vector with a unary encoding.
Parameters
| BIN_WIDTH | u32 | Width of the input binary vector |
|---|
Ports
| i_en | input | logic | Enable Signal. Dynamic power is minimzed when not enabled. |
|---|---|---|---|
| i_bin | input | logic |
Binary encoded input. |
| o_unary | output | logic |
Unary encoded output. |