debug the rx side
authorMatt Ettus <matt@ettus.com>
Fri, 4 Sep 2009 23:37:29 +0000 (16:37 -0700)
committerMatt Ettus <matt@ettus.com>
Fri, 4 Sep 2009 23:37:29 +0000 (16:37 -0700)
usrp2/fpga/top/u2_core/u2_core.v

index a6596eb900fa6dbabf1ade05c784a7e6261afec3..cd0800afcbeb38e0942b92adcbf290346fcc6fd6 100755 (executable)
@@ -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;