19 lines
582 B
Makefile
19 lines
582 B
Makefile
####################################################################################
|
|
## Copyright 2018(c) Analog Devices, Inc.
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
|
|
LIBRARY_NAME := axi_gpreg
|
|
|
|
GENERIC_DEPS += ../common/ad_rst.v
|
|
GENERIC_DEPS += ../common/up_axi.v
|
|
GENERIC_DEPS += ../common/up_clock_mon.v
|
|
GENERIC_DEPS += axi_gpreg.v
|
|
GENERIC_DEPS += axi_gpreg_clock_mon.v
|
|
GENERIC_DEPS += axi_gpreg_io.v
|
|
|
|
XILINX_DEPS += axi_gpreg_constr.xdc
|
|
XILINX_DEPS += axi_gpreg_ip.tcl
|
|
|
|
include ../scripts/library.mk
|