blob: 1055baaa857db7dd474ed1f1e8e54f2a6761c3bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# Copyright 2010 Ettus Research LLC
#
##################################################
# SERDES Sources
##################################################
GPIF_SRCS = $(abspath $(addprefix $(BASE_DIR)/../gpif/, \
gpif.v \
gpif_wr.v \
gpif_rd.v \
ctrl_resp.v \
))
|