From 872349eb3a3a508abee028e75da546692eb8e0e7 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 28 Feb 2024 16:07:44 -0600 Subject: rtl: add dma_axi32 --- rtl/dma_axi32/README.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 rtl/dma_axi32/README.txt (limited to 'rtl/dma_axi32/README.txt') 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. -- cgit v1.2.3