From cc18f76e3b0a0fb81710d442e18659ad11d5d7f7 Mon Sep 17 00:00:00 2001 From: Adrian Costina Date: Thu, 24 May 2018 09:26:39 +0300 Subject: [PATCH] adrv9009: Reduced DAC FIFO size, as it's not useful for real applications and the memory can be used in other parts of the design --- projects/adrv9009/zcu102/system_bd.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/adrv9009/zcu102/system_bd.tcl b/projects/adrv9009/zcu102/system_bd.tcl index 8e9cda355..fd2a07f50 100644 --- a/projects/adrv9009/zcu102/system_bd.tcl +++ b/projects/adrv9009/zcu102/system_bd.tcl @@ -1,6 +1,6 @@ set dac_fifo_name axi_adrv9009_dacfifo -set dac_fifo_address_width 17 +set dac_fifo_address_width 14 set dac_data_width 128 set dac_dma_data_width 128