21 lines
650 B
Makefile
21 lines
650 B
Makefile
|
####################################################################################
|
||
|
## Copyright 2018(c) Analog Devices, Inc.
|
||
|
## Auto-generated, do not modify!
|
||
|
####################################################################################
|
||
|
|
||
|
LIBRARY_NAME := axi_pulse_gen
|
||
|
|
||
|
GENERIC_DEPS += ../common/ad_rst.v
|
||
|
GENERIC_DEPS += ../common/up_axi.v
|
||
|
GENERIC_DEPS += ../common/util_pulse_gen.v
|
||
|
GENERIC_DEPS += axi_pulse_gen.v
|
||
|
GENERIC_DEPS += axi_pulse_gen_regmap.v
|
||
|
|
||
|
XILINX_DEPS += ../xilinx/common/ad_rst_constr.xdc
|
||
|
XILINX_DEPS += axi_pulse_gen_constr.ttcl
|
||
|
XILINX_DEPS += axi_pulse_gen_ip.tcl
|
||
|
|
||
|
XILINX_LIB_DEPS += util_cdc
|
||
|
|
||
|
include ../scripts/library.mk
|