Skip to content

Commit

Permalink
Update 03_IF_Connection_Module.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinyMiraidon authored Mar 29, 2024
1 parent 447007d commit 80430d5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/04_Connecting_Module_Docs/03_IF_Connection_Module.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
THIS OUTLINE IS INCOMPLETE

# IF Connection Module #
(Verilog module known as Con_IF)

Expand Down Expand Up @@ -59,11 +61,19 @@
|:---:|:---:|
|```cache_clk```|1-bit|
|```rstn```|1-bit|
|```mem_response_data```|32-bit|
|```mem_busy```|1-bit|

##### External Outputs
|Name|Bits wide|
|:---:|:---:|
|```ins```|32-bit|
|```ins```|32-bit|
|```wEn```|1-bit|
|```rEn```|1-bit|
|```isBurst```|1-bit|
|```mem_address```|32-bit|
|```mem_write_data```|32-bit|

#### Internal IO

Expand Down

0 comments on commit 80430d5

Please sign in to comment.