19 lines
646 B
Makefile
19 lines
646 B
Makefile
####################################################################################
|
|
## Copyright (c) 2018 - 2023 Analog Devices, Inc.
|
|
### SPDX short identifier: BSD-1-Clause
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
|
|
LIBRARY_NAME := axi_adc_trigger
|
|
|
|
GENERIC_DEPS += ../common/up_axi.v
|
|
GENERIC_DEPS += ../common/up_xfer_cntrl.v
|
|
GENERIC_DEPS += axi_adc_trigger.v
|
|
GENERIC_DEPS += axi_adc_trigger_reg.v
|
|
|
|
XILINX_DEPS += ../xilinx/common/up_xfer_cntrl_constr.xdc
|
|
XILINX_DEPS += axi_adc_trigger_constr.xdc
|
|
XILINX_DEPS += axi_adc_trigger_ip.tcl
|
|
|
|
include ../scripts/library.mk
|