19 lines
548 B
Makefile
19 lines
548 B
Makefile
####################################################################################
|
|
## Copyright 2018(c) Analog Devices, Inc.
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
|
|
LIBRARY_NAME := util_axis_fifo
|
|
|
|
GENERIC_DEPS += ../common/ad_mem.v
|
|
GENERIC_DEPS += address_gray.v
|
|
GENERIC_DEPS += address_gray_pipelined.v
|
|
GENERIC_DEPS += address_sync.v
|
|
GENERIC_DEPS += util_axis_fifo.v
|
|
|
|
XILINX_DEPS += util_axis_fifo_ip.tcl
|
|
|
|
XILINX_LIB_DEPS += util_cdc
|
|
|
|
include ../scripts/library.mk
|