diff options
author | Matt Ettus <matt@ettus.com> | 2010-03-10 14:48:22 -0800 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-03-10 14:48:22 -0800 |
commit | 358d31f417987dd98d77824fadef094630834faf (patch) | |
tree | 59b12530ea982e9e05e14f055bd802431793f603 /usrp2 | |
parent | 1a811a72c56c9abf8114d4349e53bddb573ecb86 (diff) | |
download | uhd-358d31f417987dd98d77824fadef094630834faf.tar.gz uhd-358d31f417987dd98d77824fadef094630834faf.tar.bz2 uhd-358d31f417987dd98d77824fadef094630834faf.zip |
better debug pins for going after cascading E's
Diffstat (limited to 'usrp2')
-rw-r--r-- | usrp2/top/u2_core/u2_core.v | 6 |
1 files changed, 5 insertions, 1 deletions
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] }, |