From 87f8f6fca6742a4263b636aa5632f228fccd18f2 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Fri, 25 Feb 2011 13:46:03 -0500 Subject: timed tester : Bring out src/dst flags for rx chain for testing. --- usrp2/top/u1e/u1e_core.v | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usrp2/top') 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]} }; -- cgit v1.2.3