@@ -69,10 +69,10 @@ DMA source
6969
7070In cases of high sample rates where the required data rate exceeds the PS-PL
7171interface's available throughput, the data is transmitted in a loop from a
72- local buffer (:git-hdl: `dac_fifo <projects/dac_fmc_ebz/common/dac_fmc_ebz_bd.tcl#L57 > `)
73- which is loaded once with the DMA from the PS DDR.
72+ local buffer (:git-hdl: `data_offload <library/data_offload > `) which is loaded
73+ once with the DMA data from the PS DDR.
7474
75- For lower sample rates, the :git-hdl: `DAC FIFO <library/util_dacfifo > `
75+ For lower sample rates, the :git-hdl: `data_offload <library/data_offload > `
7676can be placed in bypass mode, in which case the DMA must stream the data
7777from the PS memory.
7878
@@ -310,6 +310,7 @@ dac_jesd204_xcvr 0x44A6_0000 0x84A6_0000
310310dac_jesd204_transport 0x44A0_4000 0x84A0_4000
311311dac_jesd204_link 0x44A9_0000 0x84A9_0000
312312dac_dma 0x7C42_0000 0x9C42_0000
313+ dac_data_offload 0x7C43_0000 0x9C43_0000
313314=================================== =============== ===========
314315
315316=================================== ===========
@@ -372,7 +373,7 @@ GPIOs
372373+=================+=================+========+=======+===============+===============+===============+
373374| pmod_gpio[3:0]* | INOUT | 51-48 | --- | 128-125 | 51-48 | --- |
374375+-----------------+-----------------+--------+-------+---------------+---------------+---------------+
375- | dac_fifo_bypass | OUTPUT | 40 | 40 | 117 | 40 | 8 |
376+ | dac_fifo_bypass | OUTPUT | --- | 40 | --- | --- | 8 |
376377+-----------------+-----------------+--------+-------+---------------+---------------+---------------+
377378| dac_ctrl[4] | INOUT | 25 | --- | 102 | 25 | --- |
378379+-----------------+-----------------+--------+-------+---------------+---------------+---------------+
@@ -536,9 +537,9 @@ HDL related
536537 * - SYSID_ROM
537538 - :git-hdl: `library/sysid_rom `
538539 - :ref: `axi_sysid `
539- * - UTIL_DACFIFO
540- - :git-hdl: `library/util_dacfifo `
541- - ---
540+ * - DATA_OFFLOAD
541+ - :git-hdl: `library/data_offload `
542+ - :ref: ` data_offload `
542543 * - UTIL_UPACK2
543544 - :git-hdl: `library/util_pack/util_upack2 `
544545 - :ref: `util_cpack2 `
0 commit comments