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