Skip to content

Commit

Permalink
Create 04_ID_WB_Connection_Module.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinyMiraidon authored Nov 20, 2023
1 parent 301c15b commit f87a2fa
Showing 1 changed file with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
USE THIS TEMPLATE AS A GUIDE TO DOCUMENT OUTLINED CONNECTION MODULES

# Module Name #
(Any Notes would go here)

## Contents
* [Inputs](#inputs)
* [Outputs](#outputs)
* [Modules](#modules)
* [Module 1](#module1)
* [Module 2](#module2)
* [Module N](#moduleN)

## Inputs
|Name|Bits wide|
|:---|:---:|
|```name```|#-bit|
|```name```|#-bit|

## Outputs
|Name|Bits wide|
|:---|:---:|
|```name```|#-bit|
|```name```|#-bit|

## Modules

### Module 1

### Module 2

### Module N

0 comments on commit f87a2fa

Please sign in to comment.