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