@@ -69,10 +69,10 @@ DMA source
69
69
70
70
In cases of high sample rates where the required data rate exceeds the PS-PL
71
71
interface'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.
74
74
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 > `
76
76
can be placed in bypass mode, in which case the DMA must stream the data
77
77
from the PS memory.
78
78
@@ -310,6 +310,7 @@ dac_jesd204_xcvr 0x44A6_0000 0x84A6_0000
310
310
dac_jesd204_transport 0x44A0_4000 0x84A0_4000
311
311
dac_jesd204_link 0x44A9_0000 0x84A9_0000
312
312
dac_dma 0x7C42_0000 0x9C42_0000
313
+ dac_data_offload 0x7C43_0000 0x9C43_0000
313
314
=================================== =============== ===========
314
315
315
316
=================================== ===========
@@ -372,7 +373,7 @@ GPIOs
372
373
+=================+=================+========+=======+===============+===============+===============+
373
374
| pmod_gpio[3:0]* | INOUT | 51-48 | --- | 128-125 | 51-48 | --- |
374
375
+-----------------+-----------------+--------+-------+---------------+---------------+---------------+
375
- | dac_fifo_bypass | OUTPUT | 40 | 40 | 117 | 40 | 8 |
376
+ | dac_fifo_bypass | OUTPUT | --- | 40 | --- | --- | 8 |
376
377
+-----------------+-----------------+--------+-------+---------------+---------------+---------------+
377
378
| dac_ctrl[4] | INOUT | 25 | --- | 102 | 25 | --- |
378
379
+-----------------+-----------------+--------+-------+---------------+---------------+---------------+
@@ -536,9 +537,9 @@ HDL related
536
537
* - SYSID_ROM
537
538
- :git-hdl: `library/sysid_rom `
538
539
- :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 `
542
543
* - UTIL_UPACK2
543
544
- :git-hdl: `library/util_pack/util_upack2 `
544
545
- :ref: `util_cpack2 `
0 commit comments