diff options
Diffstat (limited to 'fpga/usrp3/lib/gpif2/Makefile.srcs')
-rw-r--r-- | fpga/usrp3/lib/gpif2/Makefile.srcs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fpga/usrp3/lib/gpif2/Makefile.srcs b/fpga/usrp3/lib/gpif2/Makefile.srcs new file mode 100644 index 000000000..1624643f6 --- /dev/null +++ b/fpga/usrp3/lib/gpif2/Makefile.srcs @@ -0,0 +1,13 @@ +# +# Copyright 2010-2013 Ettus Research LLC +# + +################################################## +# SERDES Sources +################################################## +GPIF2_SRCS = $(abspath $(addprefix $(BASE_DIR)/../lib/gpif2/, \ +gpif2_slave_fifo32.v \ +gpif2_to_fifo64.v \ +fifo64_to_gpif2.v \ +gpif2_error_checker.v \ +)) |