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