diff options
author | Matt Ettus <matt@ettus.com> | 2010-05-26 18:45:46 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-05-26 18:45:46 -0700 |
commit | 1c8fc02f8787b8f809335d18a6691c2d7510be9a (patch) | |
tree | 23b84e2c02b8e35762cbd85f36540a956081e494 /usrp2 | |
parent | d32cedbf00eb342d999832737f9f1ba2109ef2ad (diff) | |
download | uhd-1c8fc02f8787b8f809335d18a6691c2d7510be9a.tar.gz uhd-1c8fc02f8787b8f809335d18a6691c2d7510be9a.tar.bz2 uhd-1c8fc02f8787b8f809335d18a6691c2d7510be9a.zip |
change the debug pins, which makes it more reliable. This is unnerving.
Diffstat (limited to 'usrp2')
-rwxr-xr-x | usrp2/top/u2_core/u2_core.v | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usrp2/top/u2_core/u2_core.v b/usrp2/top/u2_core/u2_core.v index 600bd7f3f..fc2e10d52 100755 --- a/usrp2/top/u2_core/u2_core.v +++ b/usrp2/top/u2_core/u2_core.v @@ -683,7 +683,8 @@ module u2_core { wr2_flags, rd2_flags }, { GMII_TX_EN,3'd0, wr2_ready_i, wr2_ready_o, rd2_ready_i, rd2_ready_o } }; - assign debug_gpio_0 = debug_mac; //eth_mac_debug; + assign debug_gpio_0 = 0; + //debug_mac; //eth_mac_debug; assign debug_gpio_1 = 0; endmodule // u2_core |