SE401:Group107:Divider

From Marks Wiki
Jump to navigation Jump to search
  • This is done by merge the dividing and the multiplication together.
  • The original design use 1 divide the product, and use the output to multiply other numbers.
  • It is the same to use other number divide the product, i.e. (1/b)*c = c/b. Therefore only one pipeline stage is used instead of two.

Back