ad9625x2_fmc: dmafifo address width now is an argument of the process
parent
660424ef99
commit
a1e67a5912
|
@ -99,7 +99,7 @@ set_property -dict [list CONFIG.C_USE_STARTUP {0}] $axi_ad9625_spi
|
|||
set_property -dict [list CONFIG.C_NUM_SS_BITS {2}] $axi_ad9625_spi
|
||||
set_property -dict [list CONFIG.C_SCK_RATIO {8}] $axi_ad9625_spi
|
||||
|
||||
p_sys_dmafifo [current_bd_instance .] axi_ad9625_fifo 512
|
||||
p_sys_dmafifo [current_bd_instance .] axi_ad9625_fifo 512 10
|
||||
|
||||
# additions to default configuration
|
||||
|
||||
|
|
Loading…
Reference in New Issue