SE401:Group107:Divider: Difference between revisions
Jump to navigation
Jump to search
m 1 revision(s) |
(No difference)
|
Latest revision as of 05:21, 3 November 2008
- 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.