aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/lib/radio_200
diff options
context:
space:
mode:
authorWade Fife <wade.fife@ettus.com>2020-08-20 12:22:13 -0500
committerWade Fife <wade.fife@ettus.com>2020-08-23 13:52:26 -0500
commitdb0d2dddcc5d8e39e2b7843a326ad9392bbb4c3f (patch)
treeadc384fb0faf7be5bb949fe769400c6305c4eb8a /fpga/usrp3/lib/radio_200
parent1239c35ce632792cbae9a467d19e2f39cc0b5b4e (diff)
downloaduhd-db0d2dddcc5d8e39e2b7843a326ad9392bbb4c3f.tar.gz
uhd-db0d2dddcc5d8e39e2b7843a326ad9392bbb4c3f.tar.bz2
uhd-db0d2dddcc5d8e39e2b7843a326ad9392bbb4c3f.zip
fpga: rfnoc: Remove deprecated files
Diffstat (limited to 'fpga/usrp3/lib/radio_200')
-rw-r--r--fpga/usrp3/lib/radio_200/radio_legacy.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/usrp3/lib/radio_200/radio_legacy.v b/fpga/usrp3/lib/radio_200/radio_legacy.v
index 06970f446..0be1264ef 100644
--- a/fpga/usrp3/lib/radio_200/radio_legacy.v
+++ b/fpga/usrp3/lib/radio_200/radio_legacy.v
@@ -148,7 +148,7 @@ module radio_legacy
wire [2:0] rb_addr;
wire [63:0] vita_time, vita_time_lastpps;
- timekeeper #(.SR_TIME_HI(SR_TIME), .SR_TIME_LO(SR_TIME+1), .SR_TIME_CTRL(SR_TIME+2)) timekeeper
+ timekeeper_legacy #(.SR_TIME_HI(SR_TIME), .SR_TIME_LO(SR_TIME+1), .SR_TIME_CTRL(SR_TIME+2)) timekeeper
(.clk(radio_clk), .reset(radio_rst), .pps(pps), .sync_in(time_sync), .strobe(1'b1),
.set_stb(set_stb), .set_addr(set_addr), .set_data(set_data),
.vita_time(vita_time), .vita_time_lastpps(vita_time_lastpps),