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

##################################################
# Timing Sources
##################################################
TIMING_SRCS = $(abspath $(addprefix $(BASE_DIR)/../lib/timing/, \
time_compare.v \
timekeeper_legacy.v \
pps_generator.v \
pps_synchronizer.v \
pulse_generator.v \
))