Skip to content

Commit

Permalink
Update 02_ID_EX_Latch.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinyMiraidon authored Sep 18, 2023
1 parent 95b6b71 commit 52d6432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/Module-Docs/02_ID_EX_Latch.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ Note: The inputs and outputs for this module should be made into an interface
|---|---|
|```a_sel == 0```|```a = rs1d```|
|```a_sel == 1```|```a = pc```|
|```a_sel == 2```|```a = imm```|
|```a_sel == 2```|```a = 0```|
- ```b_sel```

|State|Output|
|---|---|
|```b_sel == 0```|```b = rs2d_in```|
|```b_sel == 1```|```b = imm```|
|```b_sel == 2```|```b = 4```|
|```b_sel == 3```|```b = 12```|
|```b_sel == 3```|```b = imm << 12```|

### Asynchronous active low reset
- Register values reset to 0

0 comments on commit 52d6432

Please sign in to comment.