22 lines
810 B
Makefile
22 lines
810 B
Makefile
####################################################################################
|
|
## Copyright (c) 2018 - 2023 Analog Devices, Inc.
|
|
### SPDX short identifier: BSD-1-Clause
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
|
|
LIBRARY_NAME := jesd204_tx_static_config
|
|
|
|
GENERIC_DEPS += jesd204_ilas_cfg_static.v
|
|
GENERIC_DEPS += jesd204_tx_static_config.v
|
|
|
|
XILINX_DEPS += jesd204_tx_static_config_ip.tcl
|
|
|
|
XILINX_DEPS += ../../jesd204/interfaces/jesd204_tx_cfg.xml
|
|
XILINX_DEPS += ../../jesd204/interfaces/jesd204_tx_cfg_rtl.xml
|
|
XILINX_DEPS += ../../jesd204/interfaces/jesd204_tx_ilas_config.xml
|
|
XILINX_DEPS += ../../jesd204/interfaces/jesd204_tx_ilas_config_rtl.xml
|
|
|
|
XILINX_INTERFACE_DEPS += jesd204/interfaces
|
|
|
|
include ../../scripts/library.mk
|