From 114e8ea576226c11baff4671b5bd6f610b82ad37 Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Tue, 5 Jan 2010 22:29:09 -0800 Subject: better debug pins --- simple_gemac/simple_gemac_wrapper19.v | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'simple_gemac/simple_gemac_wrapper19.v') diff --git a/simple_gemac/simple_gemac_wrapper19.v b/simple_gemac/simple_gemac_wrapper19.v index 11cf7eef2..10089f1f9 100644 --- a/simple_gemac/simple_gemac_wrapper19.v +++ b/simple_gemac/simple_gemac_wrapper19.v @@ -148,18 +148,17 @@ module simple_gemac_wrapper19 wire [31:0] debug_tx, debug_rx; - /* assign debug_tx = { { tx_ll_data }, { tx_ll_sof, tx_ll_eof, tx_ll_src_rdy, tx_ll_dst_rdy, tx_ll_sof2, tx_ll_eof2, tx_ll_src_rdy2, tx_ll_dst_rdy2 }, - { tx_valid, tx_error, tx_ack, tx_f19_src_rdy_int1, tx_f19_dst_rdy_int1, tx_f19_data_int1[34:32]}, + { tx_valid, tx_error, tx_ack, tx_f19_src_rdy_int1, tx_f19_dst_rdy_int1, tx_f19_data_int1[18:16]}, { tx_data} }; assign debug_rx = { { rx_ll_data }, { rx_ll_sof, rx_ll_eof, rx_ll_src_rdy, rx_ll_dst_rdy, rx_ll_sof2, rx_ll_eof2, rx_ll_src_rdy2, rx_ll_dst_rdy2 }, - { rx_valid, rx_error, rx_ack, rx_f19_src_rdy_int1, rx_f19_dst_rdy_int1, rx_f19_data_int1[34:32]}, + { rx_valid, rx_error, rx_ack, rx_f19_src_rdy_int1, rx_f19_dst_rdy_int1, rx_f19_data_int1[18:16]}, { rx_data} }; - */ + assign debug = debug_rx; endmodule // simple_gemac_wrapper19 -- cgit v1.2.3