Saved Bookmarks
| 1. |
Derive the formula for calculating the speed up of pipeline processing. Derive the theoretical maximum speed up using space time diagram. |
|
Answer» Explanation: The speed up ratio of the pipeline for 100 TASKS is 4.76 Explanation: TOTAL Number of tasks "n" = 100 TIME TAKEN by non pipeline "Tn" = 50 ns Time period of 100 tasks = ntn = 100 x 50 = 5000 ns Number of segment pipeline "K" = 6 Time period of 1 clock cycle = 10 ns Total time required = ( k + n - 1)tp = ( 6 + 100 - 1)10 = 1050 ns Speed up ratio " S" = 5000/1050 = 4.76 |
|