diff options
author | Matt Ettus <matt@ettus.com> | 2010-12-09 16:31:48 -0800 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-12-09 16:31:48 -0800 |
commit | 4b7e1098bcbc4577b56149f0d09abaf38797dc09 (patch) | |
tree | 01c531831141b76dda2435e2afaaf6a571f70fed /usrp2/top/u2plus | |
parent | 0abb502d9e9aefc33ead200002906f70b7c982d5 (diff) | |
download | uhd-4b7e1098bcbc4577b56149f0d09abaf38797dc09.tar.gz uhd-4b7e1098bcbc4577b56149f0d09abaf38797dc09.tar.bz2 uhd-4b7e1098bcbc4577b56149f0d09abaf38797dc09.zip |
renamed exp_pps_* to be exp_time_*, which is the mimo synchronization signal
Diffstat (limited to 'usrp2/top/u2plus')
-rw-r--r-- | usrp2/top/u2plus/u2plus.v | 4 | ||||
-rw-r--r-- | usrp2/top/u2plus/u2plus_core.v | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usrp2/top/u2plus/u2plus.v b/usrp2/top/u2plus/u2plus.v index 5facca298..c0140e989 100644 --- a/usrp2/top/u2plus/u2plus.v +++ b/usrp2/top/u2plus/u2plus.v @@ -357,8 +357,8 @@ module u2plus .leds (leds_int), .debug (debug[31:0]), .debug_clk (debug_clk[1:0]), - .exp_pps_in (exp_time_in), - .exp_pps_out (exp_time_out), + .exp_time_in (exp_time_in), + .exp_time_out (exp_time_out), .GMII_COL (GMII_COL), .GMII_CRS (GMII_CRS), .GMII_TXD (GMII_TXD_unreg[7:0]), diff --git a/usrp2/top/u2plus/u2plus_core.v b/usrp2/top/u2plus/u2plus_core.v index 8426826e2..bce38fc73 100644 --- a/usrp2/top/u2plus/u2plus_core.v +++ b/usrp2/top/u2plus/u2plus_core.v @@ -16,8 +16,8 @@ module u2plus_core output [1:0] debug_clk, // Expansion - input exp_pps_in, - output exp_pps_out, + input exp_time_in, + output exp_time_out, // GMII // GMII-CTRL |