aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/lib/extramfifo/Makefile.srcs
blob: c0f5e109774f9c1b36bde194e0a0bac13c980689 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Copyright 2010 Ettus Research LLC
# Copyright 2015 Ettus Research, a National Instruments Company
#
# SPDX-License-Identifier: LGPL-3.0-or-later
#
#

##################################################
# Extram Sources
##################################################
EXTRAM_SRCS = $(abspath $(addprefix $(BASE_DIR)/../lib/extramfifo/, \
ext_fifo.v \
nobl_if.v \
nobl_fifo.v \
refill_randomizer.v \
))