aboutsummaryrefslogtreecommitdiffstats
path: root/usrp2/top/u2plus/u2plus.v
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-12-10 13:49:56 -0800
committerJosh Blum <josh@joshknows.com>2010-12-10 13:49:56 -0800
commit16530d02eb8088f6806cb146ceab2fea89c4ee0b (patch)
tree67d17944c5b07ee0c6a91c0b9edadef8820769b2 /usrp2/top/u2plus/u2plus.v
parent8c7d238c4fde0c3388aba2f91894076af6c5068a (diff)
parentc97440838aa740fc335c59914f6dfd6f492b69f8 (diff)
downloaduhd-16530d02eb8088f6806cb146ceab2fea89c4ee0b.tar.gz
uhd-16530d02eb8088f6806cb146ceab2fea89c4ee0b.tar.bz2
uhd-16530d02eb8088f6806cb146ceab2fea89c4ee0b.zip
Merge branch 'ise12' into packet_router
Conflicts: usrp2/top/u2_rev3/Makefile usrp2/top/u2_rev3/u2_core.v
Diffstat (limited to 'usrp2/top/u2plus/u2plus.v')
-rw-r--r--usrp2/top/u2plus/u2plus.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/usrp2/top/u2plus/u2plus.v b/usrp2/top/u2plus/u2plus.v
index 270655a8d..c0140e989 100644
--- a/usrp2/top/u2plus/u2plus.v
+++ b/usrp2/top/u2plus/u2plus.v
@@ -44,7 +44,7 @@ module u2plus
output [1:0] clk_en,
output [1:0] clk_sel,
input CLK_FUNC, // FIXME is an input to control the 9510
- input CLK_STATUS,
+ input clk_status,
inout SCL, inout SDA, // I2C
@@ -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]),