diff options
author | Philip Balister <philip@opensdr.com> | 2011-02-25 13:46:03 -0500 |
---|---|---|
committer | Philip Balister <philip@opensdr.com> | 2011-02-25 13:46:03 -0500 |
commit | 87f8f6fca6742a4263b636aa5632f228fccd18f2 (patch) | |
tree | 4286969f0d9d79b8c24f80f44378654b7e297672 /usrp2/top/u1e | |
parent | ee50f438752a4beb780c3340026e2f29c1c32a3e (diff) | |
download | uhd-87f8f6fca6742a4263b636aa5632f228fccd18f2.tar.gz uhd-87f8f6fca6742a4263b636aa5632f228fccd18f2.tar.bz2 uhd-87f8f6fca6742a4263b636aa5632f228fccd18f2.zip |
timed tester : Bring out src/dst flags for rx chain for testing.
Diffstat (limited to 'usrp2/top/u1e')
-rw-r--r-- | usrp2/top/u1e/u1e_core.v | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usrp2/top/u1e/u1e_core.v b/usrp2/top/u1e/u1e_core.v index 174a2a3f8..a5a477202 100644 --- a/usrp2/top/u1e/u1e_core.v +++ b/usrp2/top/u1e/u1e_core.v @@ -408,10 +408,14 @@ module u1e_core assign debug_clk = { EM_CLK, clk_fpga }; +/* assign debug = { { rx_have_data, tx_have_space, EM_NCS6, EM_NCS5, EM_NCS4, EM_NWE, EM_NOE, rx_overrun }, { tx_src_rdy, tx_src_rdy_int, tx_dst_rdy, tx_dst_rdy_int, rx_src_rdy, rx_src_rdy_int, rx_dst_rdy, rx_dst_rdy_int }, { EM_D } }; +*/ + assign debug = debug_gpmc; + assign debug_gpio_0 = { {run_tx, strobe_tx, run_rx, strobe_rx, tx_i[11:0]}, {2'b00, tx_src_rdy, tx_dst_rdy, tx_q[11:0]} }; |