28 lines
872 B
Makefile
28 lines
872 B
Makefile
####################################################################################
|
|
## Copyright (c) 2018 - 2023 Analog Devices, Inc.
|
|
### SPDX short identifier: BSD-1-Clause
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
|
|
LIBRARY_NAME := axi_pwm_gen
|
|
|
|
GENERIC_DEPS += ../common/ad_rst.v
|
|
GENERIC_DEPS += ../common/up_axi.v
|
|
GENERIC_DEPS += axi_pwm_gen.v
|
|
GENERIC_DEPS += axi_pwm_gen_1.v
|
|
GENERIC_DEPS += axi_pwm_gen_regmap.v
|
|
|
|
XILINX_DEPS += ../xilinx/common/ad_rst_constr.xdc
|
|
XILINX_DEPS += axi_pwm_gen_constr.ttcl
|
|
XILINX_DEPS += axi_pwm_gen_ip.tcl
|
|
|
|
XILINX_LIB_DEPS += util_cdc
|
|
|
|
INTEL_DEPS += ../intel/common/up_rst_constr.sdc
|
|
INTEL_DEPS += ../util_cdc/sync_bits.v
|
|
INTEL_DEPS += ../util_cdc/sync_data.v
|
|
INTEL_DEPS += axi_pwm_gen_constr.sdc
|
|
INTEL_DEPS += axi_pwm_gen_hw.tcl
|
|
|
|
include ../scripts/library.mk
|