17 lines
543 B
Makefile
17 lines
543 B
Makefile
####################################################################################
|
|
## Copyright (c) 2018 - 2023 Analog Devices, Inc.
|
|
### SPDX short identifier: BSD-1-Clause
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
|
|
LIBRARY_NAME := cn0363_dma_sequencer
|
|
|
|
GENERIC_DEPS += cn0363_dma_sequencer.v
|
|
|
|
XILINX_DEPS += cn0363_dma_sequencer_ip.tcl
|
|
|
|
XILINX_DEPS += ../../interfaces/fifo_wr.xml
|
|
XILINX_DEPS += ../../interfaces/fifo_wr_rtl.xml
|
|
|
|
include ../../scripts/library.mk
|