gcd
Compute GCD using subtraction method. Subtracts the smaller from the larger until register y is zero. value in register x is then the GCD
(Since version 3.1) Use chisel3.experimental.annotate instead
Compute GCD using subtraction method. Subtracts the smaller from the larger until register y is zero. value in register x is then the GCD