diff options
author | Matt Ettus <matt@ettus.com> | 2010-01-25 12:45:23 -0800 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-01-25 12:45:23 -0800 |
commit | a8ceedc34bb66c870964e4430c098a2cdaf9d429 (patch) | |
tree | 393ca530a4f901563dd42d58c75bcf44d98b4458 /usrp2/top | |
parent | ab2f3f78bb3f6b88190312b06a6476c3a08561d2 (diff) | |
download | uhd-a8ceedc34bb66c870964e4430c098a2cdaf9d429.tar.gz uhd-a8ceedc34bb66c870964e4430c098a2cdaf9d429.tar.bz2 uhd-a8ceedc34bb66c870964e4430c098a2cdaf9d429.zip |
just debug pin changes
Diffstat (limited to 'usrp2/top')
-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 f5cc55670..78ddd515c 100644 --- a/usrp2/top/u2_core/u2_core.v +++ b/usrp2/top/u2_core/u2_core.v @@ -745,7 +745,11 @@ module u2_core assign debug = debug_udp; assign debug_gpio_0 = debug_mac; - assign debug_gpio_1 = { rx_f19_src_rdy, rx_f19_dst_rdy, rx_f19_data }; + 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] }, + { 2'b0, rd2_ready_i, rd2_ready_o, rd2_flags } }; + endmodule // u2_core |