ad7616_sdz: Update Make file
parent
118577f64f
commit
122667259f
|
@ -10,6 +10,9 @@ M_DEPS += ../scripts/adi_env.tcl
|
|||
M_DEPS += ../scripts/adi_ip.tcl
|
||||
M_DEPS += axi_ad7616.v
|
||||
M_DEPS += axi_ad7616_control.v
|
||||
M_DEPS += axi_ad7616_pif.v
|
||||
M_DEPS += ../common/ad_edge_detect.v
|
||||
M_DEPS += ../common/up_axi.v
|
||||
M_DEPS += ../spi_engine/spi_engine_execution/spi_engine_execution.xpr
|
||||
M_DEPS += ../spi_engine/axi_spi_engine/axi_spi_engine.xpr
|
||||
M_DEPS += ../spi_engine/spi_engine_offload/spi_engine_offload.xpr
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
M_DEPS := spi_engine_offload_ip.tcl
|
||||
M_DEPS += ../../scripts/adi_env.tcl
|
||||
M_DEPS += ../../scripts/adi_ip.tcl
|
||||
M_DEPS += ../../common/sync_bits.v
|
||||
M_DEPS += spi_engine_offload.v
|
||||
|
||||
M_VIVADO := vivado -mode batch -source
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
####################################################################################
|
||||
####################################################################################
|
||||
|
||||
M_DEPS += system_top.v
|
||||
M_DEPS += system_top.v
|
||||
M_DEPS += system_top_si.v
|
||||
M_DEPS += system_top_pi.v
|
||||
M_DEPS += system_project.tcl
|
||||
M_DEPS += system_bd.tcl
|
||||
M_DEPS += serial_if_constr.xdc
|
||||
|
@ -38,8 +38,6 @@ M_FLIST += *.runs
|
|||
M_FLIST += *.srcs
|
||||
M_FLIST += *.sdk
|
||||
M_FLIST += .Xil
|
||||
M_FLIST += *.hw
|
||||
M_FLIST += *.sim
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue