aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/lib/timing/Makefile.srcs
blob: 8d116c0646296dd3e4ee837c6850172bbad053fc (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.v \
pps_generator.v \
pps_synchronizer.v \
pulse_generator.v \
))