SE401:Group107:Divider

From Marks Wiki
Revision as of 05:21, 3 November 2008 by Mark (Sọ̀rọ̀ | contribs) (1 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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