15 lines
482 B
Makefile
15 lines
482 B
Makefile
####################################################################################
|
|
## Copyright (c) 2018 - 2023 Analog Devices, Inc.
|
|
### SPDX short identifier: BSD-1-Clause
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
|
|
LIBRARY_NAME := axi_adxcvr
|
|
|
|
INTEL_DEPS += ../../common/up_axi.v
|
|
INTEL_DEPS += axi_adxcvr.v
|
|
INTEL_DEPS += axi_adxcvr_hw.tcl
|
|
INTEL_DEPS += axi_adxcvr_up.v
|
|
|
|
include ../../scripts/library.mk
|