Nonlinear pipeline design [problem 6.6 in textbook]
Consider the following pipeline reservation table.
Cycle
.-----------------------.
| | 1 2 3 4 5 6 |
|----+------------------|
| S1 | X X |
Stage | S2 | X X |
| S3 | X |
| S4 | X X |
`-----------------------'
In other words, to complete the execution of the function at hand, we
need to use stage 1 for one cycle, then stage 2 for one cycle, then
stage 3 for one cycle, then stage 4 and stage 2 for one cycle, then
stage 4 for one cycle, then stage 1 for one cycle.
Date of last update: October 19, 1994.