diff options
| author | Matt Ettus <matt@ettus.com> | 2010-12-09 23:44:53 -0800 |
|---|---|---|
| committer | Matt Ettus <matt@ettus.com> | 2010-12-09 23:44:53 -0800 |
| commit | 19073f68c864d13c79251e0e9a7ef14acb917a49 (patch) | |
| tree | 7f47baa9dd772d6013ec112d4edd2796e3fb6fa7 | |
| parent | 66e1d8f94b82df3dccbe6f785c7224f0763009f3 (diff) | |
| download | uhd-19073f68c864d13c79251e0e9a7ef14acb917a49.tar.gz uhd-19073f68c864d13c79251e0e9a7ef14acb917a49.tar.bz2 uhd-19073f68c864d13c79251e0e9a7ef14acb917a49.zip | |
Only do udp now, renamed old ports to exp_time_*
| -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 |
