Fix branch predictor rule table.
This commit is contained in:
parent
af823ce067
commit
9f68d17330
1 changed files with 2 additions and 2 deletions
|
@ -101,8 +101,8 @@
|
|||
state || predict taken || next state if taken || next state if not taken ||
|
||||
=======||=================||=======================||==========================||
|
||||
00 || NO || 01 || 00 ||
|
||||
01 || NO || 11 || 00 ||
|
||||
10 || YES || 11 || 00 ||
|
||||
01 || NO || 10 || 00 ||
|
||||
10 || YES || 11 || 01 ||
|
||||
11 || YES || 11 || 10 ||
|
||||
#+end_src
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue