summaryrefslogtreecommitdiffstats
path: root/usrp2
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-08-15 18:54:51 -0700
committerJosh Blum <josh@joshknows.com>2011-08-15 18:54:51 -0700
commitccafda72b4d1acf820be26e488bbfc530ca31c65 (patch)
tree539ac82bf700ffc9a456846c7e3c0bd3fb0e74c0 /usrp2
parent3e626170e9d14a48874145f291537385199339e8 (diff)
downloaduhd-ccafda72b4d1acf820be26e488bbfc530ca31c65.tar.gz
uhd-ccafda72b4d1acf820be26e488bbfc530ca31c65.tar.bz2
uhd-ccafda72b4d1acf820be26e488bbfc530ca31c65.zip
e100: continuation of the atr fix to get e100 to build
Diffstat (limited to 'usrp2')
-rw-r--r--usrp2/top/E1x0/u1e_core.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/usrp2/top/E1x0/u1e_core.v b/usrp2/top/E1x0/u1e_core.v
index 6189a8d13..8cd51fc10 100644
--- a/usrp2/top/E1x0/u1e_core.v
+++ b/usrp2/top/E1x0/u1e_core.v
@@ -345,7 +345,7 @@ module u1e_core
assign test_ctrl = xfer_rate[11:8];
assign test_rate = xfer_rate[7:0];
- assign { debug_led[3:0] } = ~{run_rx,run_tx,reg_leds[1:0]};
+ assign { debug_led[3:0] } = ~{run_rx0 | run_rx1,run_tx,reg_leds[1:0]};
assign { cgen_sync_b, cgen_ref_sel } = reg_cgen_ctrl;
assign s0_dat_miso = (s0_adr[6:0] == REG_LEDS) ? reg_leds :
@@ -509,7 +509,7 @@ module u1e_core
*/
assign debug = debug_gpmc;
- assign debug_gpio_0 = { {run_tx, 1'b0, run_rx, strobe_rx0, tx_i[11:0]},
+ assign debug_gpio_0 = { {run_tx, 2'b0, strobe_rx0, tx_i[11:0]},
{2'b00, tx_src_rdy, tx_dst_rdy, tx_q[11:0]} };
assign debug_gpio_1 = debug_vt;