diff options
author | Josh Blum <josh@joshknows.com> | 2011-07-08 13:10:14 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-07-08 13:10:14 -0700 |
commit | 54bd2b69dd9b5754b674a9c785bd84a578221204 (patch) | |
tree | 77c31da48cc7a6e43e52f3045206ca5c8f05d759 | |
parent | 476cfd4062b56dd79738f954b489ec9711c4f80f (diff) | |
parent | 3e1cf4b328282b597136490982df62b9ba768e9b (diff) | |
download | uhd-54bd2b69dd9b5754b674a9c785bd84a578221204.tar.gz uhd-54bd2b69dd9b5754b674a9c785bd84a578221204.tar.bz2 uhd-54bd2b69dd9b5754b674a9c785bd84a578221204.zip |
Merge branch 'next' of ettus.sourcerepo.com:ettus/uhdpriv into next
-rw-r--r-- | fpga/usrp2/top/B100/u1plus_core.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/usrp2/top/B100/u1plus_core.v b/fpga/usrp2/top/B100/u1plus_core.v index 3c861fe08..4683f653c 100644 --- a/fpga/usrp2/top/B100/u1plus_core.v +++ b/fpga/usrp2/top/B100/u1plus_core.v @@ -318,7 +318,7 @@ module u1plus_core reg_leds <= 0; reg_cgen_ctrl <= 2'b11; reg_test <= 0; - xfer_rate <= 0; + //xfer_rate <= 0; frames_per_packet <= 0; end else |