21 lines
681 B
Makefile
21 lines
681 B
Makefile
####################################################################################
|
|
## Copyright (c) 2018 - 2023 Analog Devices, Inc.
|
|
### SPDX short identifier: BSD-1-Clause
|
|
## 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 += ../xilinx/common/ad_rst_constr.xdc
|
|
XILINX_DEPS += axi_gpreg_constr.ttcl
|
|
XILINX_DEPS += axi_gpreg_ip.tcl
|
|
|
|
include ../scripts/library.mk
|