Skip to content

Commit

Permalink
Update backing-predictor.rst (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerayking committed Sep 12, 2022
1 parent b5a4072 commit fac2c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sections/branch-prediction/backing-predictor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ prevented a prediction from being made.

The :term:`BPD<Backing Predictor (BPD)>` provides a bit-vector of taken/not-taken predictions, the size
of the bit-vector matching the :term:`Fetch Width` of the pipeline (one
bit for each instruction in the :term:`Fetch Packet` ). A later **Fetch** stage will
bit for each instruction in the :term:`Fetch Packet` ). A later **Fetch** stage
will decode the instructions in the :term:`Fetch Packet` , compute the branch targets, and decide in conjunction with
the :term:`BPD<Backing Predictor (BPD)>` 's prediction bit-vector if a :term:`Front-end` redirect should be made.

Expand Down

0 comments on commit fac2c37

Please sign in to comment.