diff options
author | Matt Ettus <matt@ettus.com> | 2009-09-04 16:37:29 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2009-09-04 16:37:29 -0700 |
commit | 5743af6bd275897d68ab1177cae06045bbc402ab (patch) | |
tree | b827ffda3ac60d76dffa4e3fe7c7977d212e922f | |
parent | 1d26231a1a541eb4015f38409a85ce97a4e98bd7 (diff) | |
download | uhd-5743af6bd275897d68ab1177cae06045bbc402ab.tar.gz uhd-5743af6bd275897d68ab1177cae06045bbc402ab.tar.bz2 uhd-5743af6bd275897d68ab1177cae06045bbc402ab.zip |
debug the rx side
-rwxr-xr-x | top/u2_core/u2_core.v | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/top/u2_core/u2_core.v b/top/u2_core/u2_core.v index a6596eb90..cd0800afc 100755 --- a/top/u2_core/u2_core.v +++ b/top/u2_core/u2_core.v @@ -669,11 +669,16 @@ module u2_core { s6_adr[7:0] }, { 6'd0, mdio_cpy, MDC } }; */ - +/* assign debug = { { GMII_TXD }, { 5'd0, GMII_TX_EN, GMII_TX_ER, GMII_GTX_CLK }, { wr2_flags, rd2_flags }, { 4'd0, wr2_ready_i, wr2_ready_o, rd2_ready_i, rd2_ready_o } }; + */ + assign debug = { { GMII_RXD }, + { 1'd0, debug_mac2[3:0], GMII_RX_DV, GMII_RX_ER, GMII_RX_CLK }, + { 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_1 = 0; |