Sourced a higher-res 13-01 image

Fixes #18
This commit is contained in:
James Gregory 2019-08-13 22:40:21 +10:00
commit 264f0b2624
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

BIN
images/13-01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

View file

@ -107,7 +107,7 @@ from the use of DI to address memory (remember, the loop is unrolled, so
the last instruction is followed by the first instruction), but because the last instruction is followed by the first instruction), but because
the intervening instruction takes two cycles, there's no penalty at all. the intervening instruction takes two cycles, there's no penalty at all.
![**Figure 13.1**  *Cycle-eaters in the original WC.*](images/13-01.jpg) ![**Figure 13.1**  *Cycle-eaters in the original WC.*](images/13-01.png)
> ![](images/i.jpg) > ![](images/i.jpg)
> Remember, pipeline penalties diminish with increasing number of cycles, > Remember, pipeline penalties diminish with increasing number of cycles,