Skip to content

Commit

Permalink
Update 15_Program_Counter.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinyMiraidon authored Sep 20, 2023
1 parent cf4c2f5 commit acd9f52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Documentation/Module-Docs/15_Program_Counter.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
|```clk```|1-bit|
|```rstn```|1-bit|
|```npc```|32-bits|
|```en```|1-bit|

## Outputs
|Name|Bits wide|
Expand All @@ -24,6 +25,7 @@
### Registers
- 32-bit ```pc``` register
### On posedge clk
- ```pc = npc```
- If ```en = 1```
- ```pc = npc```
### Asynchronous active low reset
- ```pc``` value resets to 0

0 comments on commit acd9f52

Please sign in to comment.