From 358d31f417987dd98d77824fadef094630834faf Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Wed, 10 Mar 2010 14:48:22 -0800 Subject: better debug pins for going after cascading E's --- usrp2/top/u2_core/u2_core.v | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'usrp2/top') diff --git a/usrp2/top/u2_core/u2_core.v b/usrp2/top/u2_core/u2_core.v index a9c97c869..9975f16a6 100644 --- a/usrp2/top/u2_core/u2_core.v +++ b/usrp2/top/u2_core/u2_core.v @@ -744,7 +744,11 @@ module u2_core */ assign debug = debug_udp; - assign debug_gpio_0 = debug_mac; + assign debug_gpio_0 = { {8'd0}, + {4'd0, rx_data[99:96]}, + {run_rx_d1, run_rx, strobe_rx, overrun, wr1_flags[3:0]} , + {wr1_ready_i, wr1_ready_o, rx1_src_rdy, rx1_dst_rdy, rx1_data[35:32]}}; + assign debug_gpio_1 = { { tx_f19_data[15:8] }, { tx_f19_data[7:0] }, { 3'd0, tx_f19_src_rdy, tx_f19_dst_rdy, tx_f19_data[18:16] }, -- cgit v1.2.3