diff options
author | Nick Foster <nick@nerdnetworks.org> | 2010-12-06 19:41:44 -0800 |
---|---|---|
committer | Nick Foster <nick@nerdnetworks.org> | 2010-12-06 19:41:44 -0800 |
commit | 355382f4c687f5d997f4589a34915d6e465bd387 (patch) | |
tree | f2fcf166c63ab0e3938c163f4954da6871308f58 /usrp2/top/u2plus/u2plus.v | |
parent | 054d051cf35e5b730d2644cfc44e876a98425658 (diff) | |
download | uhd-355382f4c687f5d997f4589a34915d6e465bd387.tar.gz uhd-355382f4c687f5d997f4589a34915d6e465bd387.tar.bz2 uhd-355382f4c687f5d997f4589a34915d6e465bd387.zip |
u2plus: clock lock pin capitalization fail
Diffstat (limited to 'usrp2/top/u2plus/u2plus.v')
-rw-r--r-- | usrp2/top/u2plus/u2plus.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/u2plus/u2plus.v b/usrp2/top/u2plus/u2plus.v index 270655a8d..5facca298 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 |