14 lines
423 B
Makefile
14 lines
423 B
Makefile
####################################################################################
|
|
## Copyright (c) 2018 - 2021 Analog Devices, Inc.
|
|
### SPDX short identifier: BSD-1-Clause
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
|
|
LIBRARY_NAME := util_extract
|
|
|
|
GENERIC_DEPS += util_extract.v
|
|
|
|
XILINX_DEPS += util_extract_ip.tcl
|
|
|
|
include ../scripts/library.mk
|