diff options
author | Matt Ettus <matt@ettus.com> | 2011-05-20 21:01:12 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-06-07 14:42:58 -0700 |
commit | 58fe69310016580481d739cd3638633c446b5747 (patch) | |
tree | 62d7772742196b2564815eb61ee4683df53e4051 | |
parent | e2eca54dafc2f9040485d3f5658ce97dad66aa2b (diff) | |
download | uhd-58fe69310016580481d739cd3638633c446b5747.tar.gz uhd-58fe69310016580481d739cd3638633c446b5747.tar.bz2 uhd-58fe69310016580481d739cd3638633c446b5747.zip |
u2p-lvds: remove unused nets
-rw-r--r-- | usrp2/top/u2plus/capture_ddrlvds.v | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usrp2/top/u2plus/capture_ddrlvds.v b/usrp2/top/u2plus/capture_ddrlvds.v index 65635750e..2bf114988 100644 --- a/usrp2/top/u2plus/capture_ddrlvds.v +++ b/usrp2/top/u2plus/capture_ddrlvds.v @@ -10,8 +10,6 @@ module capture_ddrlvds output reg [(2*WIDTH)-1:0] out); wire [WIDTH-1:0] ddr_dat; - wire ssclk_regional; - wire ssclk_io; wire ssclk; wire [(2*WIDTH)-1:0] out_pre1; reg [(2*WIDTH)-1:0] out_pre2; |