22 lines
734 B
Makefile
22 lines
734 B
Makefile
####################################################################################
|
|
## Copyright (c) 2018 - 2021 Analog Devices, Inc.
|
|
### SPDX short identifier: BSD-1-Clause
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
|
|
LIBRARY_NAME := axi_spdif_rx
|
|
|
|
GENERIC_DEPS += ../common/axi_ctrlif.vhd
|
|
GENERIC_DEPS += ../common/axi_streaming_dma_rx_fifo.vhd
|
|
GENERIC_DEPS += ../common/dma_fifo.vhd
|
|
GENERIC_DEPS += ../common/pl330_dma_fifo.vhd
|
|
GENERIC_DEPS += axi_spdif_rx.vhd
|
|
GENERIC_DEPS += rx_decode.vhd
|
|
GENERIC_DEPS += rx_package.vhd
|
|
GENERIC_DEPS += rx_phase_det.vhd
|
|
GENERIC_DEPS += rx_status_reg.vhd
|
|
|
|
XILINX_DEPS += axi_spdif_rx_ip.tcl
|
|
|
|
include ../scripts/library.mk
|