summaryrefslogtreecommitdiffstats
path: root/usrp2/gpif/Makefile.srcs
blob: 06cde8afaa5184ab7a4be213630c7c3150e50506 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Copyright 2010 Ettus Research LLC
#

##################################################
# SERDES Sources
##################################################
GPIF_SRCS = $(abspath $(addprefix $(BASE_DIR)/../gpif/, \
gpif.v \
gpif_wr.v \
gpif_rd.v \
packet_reframer.v \
packet_splitter.v \
slave_fifo.v \
))