fetchMultiples method
- int col
Retrieve the multiples of the multiplicand at current bit position.
Implementation
Logic fetchMultiples(int col) => multiplesSlice[col];
Retrieve the multiples of the multiplicand at current bit position.
Logic fetchMultiples(int col) => multiplesSlice[col];