diff options
author | Matt Ettus <matt@ettus.com> | 2010-06-08 14:16:22 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-06-08 14:16:22 -0700 |
commit | 724af67a222aca01207cda9e0e4a8ce33217b7b8 (patch) | |
tree | 0723810799c76e5b471e65e26f5d1f8fdfa3c2f3 /usrp2/top/u1e | |
parent | 6eb6050269f469b982843b526eff80b37e8c5f3b (diff) | |
download | uhd-724af67a222aca01207cda9e0e4a8ce33217b7b8.tar.gz uhd-724af67a222aca01207cda9e0e4a8ce33217b7b8.tar.bz2 uhd-724af67a222aca01207cda9e0e4a8ce33217b7b8.zip |
debug pins
Diffstat (limited to 'usrp2/top/u1e')
-rw-r--r-- | usrp2/top/u1e/u1e_core.v | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usrp2/top/u1e/u1e_core.v b/usrp2/top/u1e/u1e_core.v index 6dae653ce..dde81df6b 100644 --- a/usrp2/top/u1e/u1e_core.v +++ b/usrp2/top/u1e/u1e_core.v @@ -430,6 +430,7 @@ module u1e_core assign debug_gpio_1 = { {rx_enable, rx_src_rdy, rx_dst_rdy, rx_src_rdy & ~rx_dst_rdy}, {tx_enable, tx_src_rdy, tx_dst_rdy, tx_dst_rdy & ~tx_src_rdy}, {rx_sof, rx_eof, rx_src_rdy, rx_dst_rdy, rx_data[33:32],2'b0}, - {3'b0, bus_error, misc_gpio[11:0]} }; + {2'b0, bus_error, debug_gpmc[4:0] }, + {misc_gpio[7:0]} }; endmodule // u1e_core |