diff options
Diffstat (limited to 'usrp2')
-rw-r--r-- | usrp2/timing/time_64bit.v | 4 | ||||
-rw-r--r-- | usrp2/top/u2_rev3/Makefile (renamed from usrp2/top/u2_rev3/Makefile.udp) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usrp2/timing/time_64bit.v b/usrp2/timing/time_64bit.v index 1889e73da..d3a0e5b2f 100644 --- a/usrp2/timing/time_64bit.v +++ b/usrp2/timing/time_64bit.v @@ -113,13 +113,13 @@ module time_64bit (.clk(clk),.rst(rst), .vita_time(vita_time), .send_sync(send_sync), - .exp_pps_out(exp_pps_out) ); + .exp_time_out(exp_time_out) ); time_receiver time_receiver (.clk(clk),.rst(rst), .vita_time(vita_time_rcvd), .sync_rcvd(sync_rcvd), - .exp_pps_in(exp_pps_in) ); + .exp_time_in(exp_time_in) ); endmodule // time_64bit diff --git a/usrp2/top/u2_rev3/Makefile.udp b/usrp2/top/u2_rev3/Makefile index 05ada2476..05ada2476 100644 --- a/usrp2/top/u2_rev3/Makefile.udp +++ b/usrp2/top/u2_rev3/Makefile |