aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/lib/axi4s_sv/Makefile.srcs
blob: b86de5b4148b2e8296baa7774c0ce11166e91896 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Copyright 2020 Ettus Research, A National Instruments Brand
#
# SPDX-License-Identifier: LGPL-3.0-or-later
#

##################################################
# RFNoC Utility Sources
##################################################
AXI4S_SV_SRCS = $(abspath $(addprefix $(BASE_DIR)/../lib/axi4s_sv/, \
AxiStreamIf.sv \
axi4s_remove_bytes.sv \
axi4s_remove_bytes_start.sv \
axi4s_add_bytes.sv \
axi4s_fifo.sv \
axi4s_packet_gate.sv \
axi4s_width_conv.sv \
))