blob: 09f0596c50d28691a3f7d272456d03bd21bccce8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# Copyright 2013 Ettus Research LLC
#
##################################################
# Timing Sources
##################################################
TIMING_SRCS = $(abspath $(addprefix $(BASE_DIR)/../lib/timing/, \
time_compare.v \
timekeeper.v \
pps.v\
))
|