16 lines
454 B
Makefile
16 lines
454 B
Makefile
####################################################################################
|
|
## Copyright (c) 2018 - 2023 Analog Devices, Inc.
|
|
### SPDX short identifier: BSD-1-Clause
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
|
|
LIBRARY_NAME := util_bsplit
|
|
|
|
GENERIC_DEPS += util_bsplit.v
|
|
|
|
XILINX_DEPS += util_bsplit_ip.tcl
|
|
|
|
INTEL_DEPS += util_bsplit_hw.tcl
|
|
|
|
include ../scripts/library.mk
|