From f525902cc955f5d983f36bd2d67e4c56e32d32f1 Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Thu, 14 Jan 2010 16:30:10 -0800 Subject: make it match the 36 bit wide version --- top/u2_core/u2_core.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'top/u2_core/u2_core.v') diff --git a/top/u2_core/u2_core.v b/top/u2_core/u2_core.v index 26ad2d1e3..f5cc55670 100644 --- a/top/u2_core/u2_core.v +++ b/top/u2_core/u2_core.v @@ -721,7 +721,7 @@ module u2_core eth_mac_debug <= { { 6'd0, GMII_TX_EN, GMII_RX_DV, debug_mac0[7:0]}, {eth_rx_full2, eth_rx_empty2, eth_rx_occ2[13:0]} }; - assign debug_clk[0] = 0; // wb_clk; + assign debug_clk[0] = GMII_RX_CLK; // wb_clk; assign debug_clk[1] = dsp_clk; /* @@ -745,7 +745,7 @@ module u2_core assign debug = debug_udp; assign debug_gpio_0 = debug_mac; - assign debug_gpio_1 = 32'hDEAD_BEEF; + assign debug_gpio_1 = { rx_f19_src_rdy, rx_f19_dst_rdy, rx_f19_data }; endmodule // u2_core -- cgit v1.2.3