blob: 5f4f05d08bd07d98f012270be8b5920f0cf0b979 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# Copyright 2021 Ettus Research, A National Instruments Brand
#
# SPDX-License-Identifier: LGPL-3.0-or-later
#
##################################################
# RFNoC Utility Sources
##################################################
AXI4_SV_SRCS = $(abspath $(addprefix $(BASE_DIR)/../lib/axi4_sv/, \
PkgAxi.sv \
AxiIf.sv \
))
|