Skip to content

Commit

Permalink
docs(18_Branch_Manager.md): Added flush and npc registers
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinyMiraidon authored Oct 31, 2023
1 parent d2d7e9e commit 5d0058f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/01_Module_Docs/18_Branch_Manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
## Functionality
### Registers
- 1-bit ```restart``` register
- 32-bit ```npc``` register
- 1-bit ```flush``` register
### On posedge clk
- If ```(pred_taken != act_taken)&&(!restart)```
* ```flush = 1```
Expand All @@ -47,3 +49,4 @@

### Asynchronous active low reset
- ```restart``` set to 1
- All other registers set to 0

0 comments on commit 5d0058f

Please sign in to comment.