@@ -80,8 +80,8 @@ Both links are set for full bandwidth mode and operate with the following parame
8080Both transport layer components present on their output 256 bits at once
8181on every clock cycle, representing 8 samples per converter. The two receive
8282chains are merged together and transferred to the DDR with a single DMA. An
83- ADC buffer is used to store 65k samples per converter in the fabric before
84- transferring it with the DMA.
83+ ADC buffer ( :git-hdl: ` data_offload <library/data_offload> `) is used to store
84+ 65k samples per converter in the fabric before transferring it with the DMA.
8585
8686Block diagram
8787~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -138,6 +138,7 @@ axi_ad9208_1_xcvr 0x44B6_0000 0x84B6_0000 0xA4B6_00000
138138rx_ad9208_1_tpl_core 0x44B1_0000 0x84B1_0000 0xA4B1_00000
139139axi_ad9208_1_jesd 0x44B9_0000 0x84B9_0000 0xA4B9_00000
140140axi_ad9208_dma 0x7C42_0000 0x9C42_0000 0xBC42_00000
141+ ad9208_data_offload 0x7C43_0000 0x9C43_0000 0xBC43_00000
141142==================== =============== =========== ============
142143
143144SPI connections
@@ -316,9 +317,12 @@ HDL related
316317 * - UTIL_CPACK2
317318 - :git-hdl: `library/util_pack/util_cpack2 `
318319 - :ref: `util_cpack2 `
319- * - UTIL_ADCFIFO
320- - :git-hdl: `library/util_adcfifo `
321- - ---
320+ * - DATA_OFFLOAD
321+ - :git-hdl: `library/data_offload `
322+ - :ref: `data_offload `
323+ * - UTIL_DO_RAM
324+ - :git-hdl: `library/util_do_ram `
325+ - :ref: `data_offload `
322326 * - UTIL_ADXCVR for AMD
323327 - :git-hdl: `library/xilinx/util_adxcvr `
324328 - :ref: `util_adxcvr `
0 commit comments