aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/lib/timing
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/usrp3/lib/timing')
-rw-r--r--fpga/usrp3/lib/timing/Makefile.srcs2
-rw-r--r--fpga/usrp3/lib/timing/timekeeper_legacy.v (renamed from fpga/usrp3/lib/timing/timekeeper.v)4
2 files changed, 3 insertions, 3 deletions
diff --git a/fpga/usrp3/lib/timing/Makefile.srcs b/fpga/usrp3/lib/timing/Makefile.srcs
index 8d116c064..88e907020 100644
--- a/fpga/usrp3/lib/timing/Makefile.srcs
+++ b/fpga/usrp3/lib/timing/Makefile.srcs
@@ -10,7 +10,7 @@
##################################################
TIMING_SRCS = $(abspath $(addprefix $(BASE_DIR)/../lib/timing/, \
time_compare.v \
-timekeeper.v \
+timekeeper_legacy.v \
pps_generator.v \
pps_synchronizer.v \
pulse_generator.v \
diff --git a/fpga/usrp3/lib/timing/timekeeper.v b/fpga/usrp3/lib/timing/timekeeper_legacy.v
index 16b7f0fe6..62da52a18 100644
--- a/fpga/usrp3/lib/timing/timekeeper.v
+++ b/fpga/usrp3/lib/timing/timekeeper_legacy.v
@@ -6,7 +6,7 @@
//
-module timekeeper
+module timekeeper_legacy
#(parameter SR_TIME_HI = 0,
parameter SR_TIME_LO = 1,
parameter SR_TIME_CTRL = 2,
@@ -84,4 +84,4 @@ module timekeeper
else
vita_time_lastpps <= vita_time + INCREMENT;
-endmodule // timekeeper
+endmodule // timekeeper_legacy