0
382views
Explain Bus Widths in detail.
1 Answer
| written 3.1 years ago by |
Solution:
Consider the multiplication of two n-bit numbers X and Y. The product Z can be at most 2n bits long.
In order to perform the whole operation in a single execution cycle, we require two buses of width n bits each to fetch the operands X and Y and …