summaryrefslogtreecommitdiff
path: root/rtl/dma_axi32/README.txt
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-02-28 16:07:44 -0600
committerAlejandro Soto <alejandro@34project.org>2024-03-03 20:42:36 -0600
commit872349eb3a3a508abee028e75da546692eb8e0e7 (patch)
treeacdab5296943bb067bae849f82e3d4756ed14635 /rtl/dma_axi32/README.txt
parent6e67445a93e97f6353aea0e8e79acf2b60b46985 (diff)
rtl: add dma_axi32
Diffstat (limited to 'rtl/dma_axi32/README.txt')
-rw-r--r--rtl/dma_axi32/README.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/rtl/dma_axi32/README.txt b/rtl/dma_axi32/README.txt
new file mode 100644
index 0000000..b76882f
--- /dev/null
+++ b/rtl/dma_axi32/README.txt
@@ -0,0 +1,29 @@
+
+Opencores.org project - DMA AXI - 32 bit build
+
+This core is based on the Provartec PR200 IP - 'Generic High performance dual-core AXI DMA'
+
+Build with the following parameters:
+- Single channel
+- Single interrupt bit
+- One AXI port (simultaneous read and write)
+- AXI data 32 bits
+- data FIFO 32 bytes
+- AXI address bits 32
+- AXI outstanding write commands - 2
+- AXI outstanding read commands - 2
+- Block support - no
+- Scheduler - no
+- Priority modes - no
+- Joint mode - yes
+- Independent mode - yes
+- Outstanding mode - no
+- Tokens - yes
+- AHB timeout - yes
+- Watchdog timer - yes
+- Peripheral control - yes
+- Command lists - yes
+- Endianess support - yes
+
+To view the complete IP - http://www.provartec.com/ipproducts/56
+For any questions / remarks / suggestions / bugs please contact info@provartec.com.