Skip to content

Commit

Permalink
docs(General-Control-Module.md): Added R-type instruction decoding in…
Browse files Browse the repository at this point in the history
…formation
  • Loading branch information
ShinyMiraidon authored Sep 18, 2023
1 parent f6c1307 commit 093c918
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Documentation/Complex-Module-Functions/General-Control-Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,11 @@
- 1: Store Half (M[addr][15:0] = data[15:0])
- 2: Store Word (M[addr][31:0] = data[31:0])
- **dcache_rw**
- 0:
- 0: Read
- 1: Write
- **dcache_en**
- 0:
- 0: Disabled
- 1: Enabled
- **wbs**
- 0: rdd = alu\_out
- 1: rdd = sign extend mrd[7:0]
Expand All @@ -94,9 +96,10 @@
- alu_mode = ins[31:25] + ins[14:12]
- branch_cond = 0
- MEM Stage:
-
- data_mode = N/A
- dcache_rw = N/A
- dcache_en = 0
- WB Stage:
- wbe = 1

-
- I Type (ins[6:0] = ):

0 comments on commit 093c918

Please sign in to comment.