john madden

This commit is contained in:
peteraa 2019-11-04 16:57:26 +01:00
parent 6223a71046
commit 3c979b1f34

View file

@ -105,6 +105,8 @@
10 || YES || 11 || 01 ||
11 || YES || 11 || 10 ||
#+end_src
(This is known as a saturating 2bit counter, it is *not* the same scheme as in the lecture slides)
At some point during execution the program counter is ~0xc~ and the branch predictor table looks like this:
#+begin_src text