aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp2/gpif/Makefile.srcs
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/usrp2/gpif/Makefile.srcs')
-rw-r--r--fpga/usrp2/gpif/Makefile.srcs8
1 files changed, 3 insertions, 5 deletions
diff --git a/fpga/usrp2/gpif/Makefile.srcs b/fpga/usrp2/gpif/Makefile.srcs
index 06cde8afa..7909fb5ff 100644
--- a/fpga/usrp2/gpif/Makefile.srcs
+++ b/fpga/usrp2/gpif/Makefile.srcs
@@ -1,15 +1,13 @@
#
-# Copyright 2010 Ettus Research LLC
+# Copyright 2010-2012 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 \
+fifo36_to_gpmc16.v \
+gpmc16_to_fifo36.v \
))