diff options
Diffstat (limited to 'fpga')
| -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 | 
