23 lines
757 B
Makefile
23 lines
757 B
Makefile
####################################################################################
|
|
## Copyright (c) 2018 - 2021 Analog Devices, Inc.
|
|
### SPDX short identifier: BSD-1-Clause
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
|
|
LIBRARY_NAME := axi_mc_speed
|
|
|
|
GENERIC_DEPS += ../common/ad_rst.v
|
|
GENERIC_DEPS += ../common/up_adc_common.v
|
|
GENERIC_DEPS += ../common/up_axi.v
|
|
GENERIC_DEPS += ../common/up_clock_mon.v
|
|
GENERIC_DEPS += ../common/up_xfer_cntrl.v
|
|
GENERIC_DEPS += ../common/up_xfer_status.v
|
|
GENERIC_DEPS += axi_mc_speed.v
|
|
GENERIC_DEPS += debouncer.v
|
|
GENERIC_DEPS += delay_30_degrees.v
|
|
GENERIC_DEPS += speed_detector.v
|
|
|
|
XILINX_DEPS += axi_mc_speed_ip.tcl
|
|
|
|
include ../scripts/library.mk
|