22 lines
664 B
Makefile
22 lines
664 B
Makefile
|
####################################################################################
|
||
|
## Copyright (c) 2018 - 2021 Analog Devices, Inc.
|
||
|
### SPDX short identifier: BSD-1-Clause
|
||
|
## Auto-generated, do not modify!
|
||
|
####################################################################################
|
||
|
|
||
|
LIBRARY_NAME := util_do_ram
|
||
|
|
||
|
GENERIC_DEPS += ../common/ad_mem_asym.v
|
||
|
GENERIC_DEPS += util_do_ram.v
|
||
|
|
||
|
XILINX_DEPS += util_do_ram_constr.xdc
|
||
|
XILINX_DEPS += util_do_ram_ip.tcl
|
||
|
XILINX_DEPS += util_do_ram_ooc.ttcl
|
||
|
|
||
|
XILINX_DEPS += ../interfaces/if_do_ctrl.xml
|
||
|
XILINX_DEPS += ../interfaces/if_do_ctrl_rtl.xml
|
||
|
|
||
|
XILINX_INTERFACE_DEPS += interfaces
|
||
|
|
||
|
include ../scripts/library.mk
|