summaryrefslogtreecommitdiffstats
path: root/simple_gemac
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2010-01-05 22:29:09 -0800
committerMatt Ettus <matt@ettus.com>2010-01-05 22:29:09 -0800
commit114e8ea576226c11baff4671b5bd6f610b82ad37 (patch)
tree9f5c7e067ef44b46bb25d86cc1f30e49f4a479cd /simple_gemac
parent52a27f2de265c6a3ee549e8dce7c0da7170d3ae9 (diff)
downloaduhd-114e8ea576226c11baff4671b5bd6f610b82ad37.tar.gz
uhd-114e8ea576226c11baff4671b5bd6f610b82ad37.tar.bz2
uhd-114e8ea576226c11baff4671b5bd6f610b82ad37.zip
better debug pins
Diffstat (limited to 'simple_gemac')
-rw-r--r--simple_gemac/simple_gemac_wrapper19.v7
1 files changed, 3 insertions, 4 deletions
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