diff options
author | Matt Ettus | 2009-09-04 16:37:29 -0700 |
---|---|---|
committer | Matt Ettus | 2009-09-04 16:37:29 -0700 |
commit | 1392a442651b9528537ca722df76090bbf4de0d9 (patch) | |
tree | 2abe94e837959c32c24df7220d704c6df7c1169a /usrp2/fpga/top | |
parent | 2d6ac5853644d805390df01367499922eca81368 (diff) | |
download | gnuradio-1392a442651b9528537ca722df76090bbf4de0d9.tar.gz gnuradio-1392a442651b9528537ca722df76090bbf4de0d9.tar.bz2 gnuradio-1392a442651b9528537ca722df76090bbf4de0d9.zip |
debug the rx side
Diffstat (limited to 'usrp2/fpga/top')
-rwxr-xr-x | usrp2/fpga/top/u2_core/u2_core.v | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usrp2/fpga/top/u2_core/u2_core.v b/usrp2/fpga/top/u2_core/u2_core.v index a6596eb90..cd0800afc 100755 --- a/usrp2/fpga/top/u2_core/u2_core.v +++ b/usrp2/fpga/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; |