Skip to content

Commit

Permalink
add(02_MEM_Interface.md): Added MEM Interface Outline
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinyMiraidon committed Oct 13, 2023
1 parent 058df30 commit c7c0aa0
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Documentation/Interface-Docs/02_MEM_Interface.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# MEM Interface #
(Connects EX/MEM Latch to MEM/WB Latch)

## Contents
* [Modules](#modules)
* [EX/MEM Latch](#ex/mem_latch)
* [Module 2](#mem/wb_latch)

## Modules

### EX/MEM Latch

#### Outputs
|Input|Bits wide|
|:---|:---:|
|```rdn```|5-bit|
|```alu_out```|32-bit|

### MEM/WB Latch

#### Inputs
|Input|Bits wide|
|:---|:---:|
|```rdn_in```|5-bit|
|```alu_out```|32-bit|

## Connections

|EX/MEM|MEM/WB|
|:---|:---:|
|```rdn```|```rdn_in```|
|```alu_out```|```alu_out```|

0 comments on commit c7c0aa0

Please sign in to comment.