diff options
author | Matt Ettus <matt@ettus.com> | 2010-08-17 17:11:43 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-08-17 17:11:43 -0700 |
commit | 02c2a3fd08b1ae1a306fa45d89b55dafeaffb508 (patch) | |
tree | ad269e42a7f07eab52e28134ccbf9d2ff3b52db1 | |
parent | 746f94409d12b6ab2a0e99260655b5a0460ba220 (diff) | |
download | uhd-02c2a3fd08b1ae1a306fa45d89b55dafeaffb508.tar.gz uhd-02c2a3fd08b1ae1a306fa45d89b55dafeaffb508.tar.bz2 uhd-02c2a3fd08b1ae1a306fa45d89b55dafeaffb508.zip |
attach run_tx and run_rx to leds
-rw-r--r-- | usrp2/top/u1e/u1e_core.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/u1e/u1e_core.v b/usrp2/top/u1e/u1e_core.v index 13e6f4b68..63488f549 100644 --- a/usrp2/top/u1e/u1e_core.v +++ b/usrp2/top/u1e/u1e_core.v @@ -339,7 +339,7 @@ module u1e_core assign rx_enable = xfer_rate[14]; assign rate = xfer_rate[7:0]; - assign { debug_led[2],debug_led[0],debug_led[1] } = reg_leds; // LEDs are arranged funny on board + assign { debug_led[2],debug_led[0],debug_led[1] } = {run_rx,run_tx,reg_leds[0]}; // LEDs are arranged funny on board assign { cgen_sync_b, cgen_ref_sel } = reg_cgen_ctrl; assign s0_dat_miso = (s0_adr[6:0] == REG_LEDS) ? reg_leds : |