diff options
Diffstat (limited to 'fpga/usrp2/top')
| -rwxr-xr-x | fpga/usrp2/top/u2plus/u2plus.ucf | 2 | ||||
| -rw-r--r-- | fpga/usrp2/top/u2plus/u2plus.v | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/fpga/usrp2/top/u2plus/u2plus.ucf b/fpga/usrp2/top/u2plus/u2plus.ucf index 25267a67e..5fbe55c26 100755 --- a/fpga/usrp2/top/u2plus/u2plus.ucf +++ b/fpga/usrp2/top/u2plus/u2plus.ucf @@ -158,7 +158,7 @@ NET "RXD<2>"  LOC = "AF15"  ;  NET "RXD<1>"  LOC = "AD12"  ;  ## AD9510 -NET "CLK_STATUS"  LOC = "AD22"  ; +NET "clk_status"  LOC = "AD22"  ;  NET "CLK_FUNC"  LOC = "AC21"  ;  NET "clk_sel<0>"  LOC = "AE21"  ;  NET "clk_sel<1>"  LOC = "AD21"  ; diff --git a/fpga/usrp2/top/u2plus/u2plus.v b/fpga/usrp2/top/u2plus/u2plus.v index 270655a8d..5facca298 100644 --- a/fpga/usrp2/top/u2plus/u2plus.v +++ b/fpga/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 | 
