select method
- int col,
- RadixEncode encode
Select the partial product term from the multiples using a RadixEncode
Implementation
Logic select(int col, RadixEncode encode) =>
_select(getMultiples(col), encode);
Select the partial product term from the multiples using a RadixEncode
Logic select(int col, RadixEncode encode) =>
_select(getMultiples(col), encode);