Module hazardflow_designs::cpu::branch_predictor
source · Expand description
Related to branch prediction.
Re-exports
pub use bht::*;
pub use btb::*;
pub use pre_decode::*;
Modules
- Branch history table.
- Branch target buffer.
- Pre-decode.
Structs
- Branch predictor with BHT and BTB.
- Branch prediction results.
Enums
- Branch prediction update.
Constants
- Number of BHT entries.
- Number of BTB entries.