diff --git a/docs/DEPP/DEPP.md b/docs/DEPP/DEPP.md
new file mode 100644
index 0000000..5f38dcc
--- /dev/null
+++ b/docs/DEPP/DEPP.md
@@ -0,0 +1,73 @@
+
+# Entity: DEPP
+- **File**: DEPP.vhd
+
+## Diagram
+
+## Description
+
+An EPP interface for Digilent FPGA boards
+This interface is designed to be used with the Digilent EPP interface
+and the Digilent Adept software.
+
+
+
+
+
+
+
+
+## Generics
+
+| Generic name | Type | Value | Description |
+| ------------- | ------- | ----- | ------------------------------------------------------------------ |
+| RegisterQuant | integer | 1 | Number of 8-bit registers `DOut` and `DIn` are 8 times this width |
+
+## Ports
+
+| Port name | Direction | Type | Description |
+| ------------- | --------- | -------------------------------------------------- | ------------------------------------------------- |
+| CLK | in | std_logic | Clock signal Rising edge triggered |
+| CE | in | std_logic | Chip enable `1` = enabled, `0` = disabled |
+| RST | in | std_logic | Reset signal `1` = reset, `0` = normal operation |
+| DOut | out | std_logic_vector((RegisterQuant * 8) - 1 downto 0) | Data output |
+| DIn | in | std_logic_vector((RegisterQuant * 8) - 1 downto 0) | Data input |
+| EPP-Interface | in | Virtual bus | EPP Interface |
+
+### Virtual Buses
+
+#### EPP-Interface
+
+| Port name | Direction | Type | Description |
+| ------------------ | --------- | ---------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
+| DEPP_AddressEnable | in | std_logic | Address strobe |
+| DEPP_DataEnable | in | std_logic | Data strobe |
+| DEPP_WriteEnable | in | std_logic | Transfer direction control `1` = read (Host from DEPP), `0` = write (Host to DEPP) |
+| DEPP_Wait | out | std_logic | Handshake signal : `0` = ready for new cycle, `1` = closing current cycle; Keep the signal low to delay the cycle length |
+| DEPP_Bus | inout | std_logic_vector(7 downto 0) | Data/Adress bus |
+
+## Signals
+
+| Name | Type | Description |
+| ------------ | ----------------------------------------------------------------- | ----------- |
+| RegistersIn | RegisterType | |
+| RegistersOut | RegisterType | |
+| EPPDInternal | std_logic_vector(7 downto 0) | |
+| Adress | std_logic_vector(min_bits_for_states(RegisterQuant) - 1 downto 0) | |
+| Intern_CE | std_logic | |
+| Intern_RST | std_logic | |
+
+## Types
+
+| Name | Type | Description |
+| ------------ | ---- | ----------- |
+| RegisterType | | |
+
+## Functions
+- min_bits_for_states (N : integer) return integer
+ - Function to calculate the number of bits needed to address the `N` registers
+## Processes
+- DEPP_AddrIn: ( DEPP_AddressEnable )
+- DEPP_DIn: ( DEPP_DataEnable )
+- DOutRegister: ( CLK )
+- DInRegister: ( CLK )
diff --git a/docs/DEPP/DEPP.svg b/docs/DEPP/DEPP.svg
new file mode 100644
index 0000000..04f96a8
--- /dev/null
+++ b/docs/DEPP/DEPP.svg
@@ -0,0 +1 @@
+
diff --git a/docs/DEPP/wavedrom_SDc50.svg b/docs/DEPP/wavedrom_SDc50.svg
new file mode 100644
index 0000000..5be9f5b
--- /dev/null
+++ b/docs/DEPP/wavedrom_SDc50.svg
@@ -0,0 +1 @@
+EPP Address WriteEPP Address Write Cycle Timing DiagramDEPP_BusAdressDEPP_WriteEnableDEPP_AddressEnableDEPP_Waitmin. 80 nsmin. 40ns0 to 10ms0 to 10ms
\ No newline at end of file
diff --git a/docs/Waveforms/EPP Address Write.json b/docs/Waveforms/EPP Address Write.json
new file mode 100644
index 0000000..ca76898
--- /dev/null
+++ b/docs/Waveforms/EPP Address Write.json
@@ -0,0 +1,18 @@
+{
+ "signal": [
+ { "name": "DEPP_Bus", "wave": "xx3....xxx", "data": ["Adress"] },
+ { "name": "DEPP_WriteEnable", "wave": "1.0....1.." },
+ { "node": "...A...B", "phase": 0.15 },
+ { "name": "DEPP_AddressEnable", "wave": "1..0...1.." },
+ { "node": "...E.F.H.I", "phase": 0.15 },
+ { "node": ".C.D.G", "phase": 0.15 },
+ { "name": "DEPP_Wait", "wave": "x0...1...0" }
+ ],
+ "head": {
+ "text": "EPP Address Write"
+ },
+ "foot": {
+ "text": "EPP Address Write Cycle Timing Diagram"
+ },
+ "edge": ["A+B min. 80 ns", "C+D min. 40ns", "E+F 0 to 10ms", "H+I 0 to 10ms"]
+}