diff options
| author | Matt Ettus <matt@ettus.com> | 2010-11-07 14:32:35 -0800 | 
|---|---|---|
| committer | Matt Ettus <matt@ettus.com> | 2010-11-11 18:57:38 -0800 | 
| commit | 048dd370496dd128f7d12ac5c40426490c5d6233 (patch) | |
| tree | 3d45a6d4759fbf437aa98454c4e282ee13dbcbac | |
| parent | a78ace9e161a0fc30a6cc6de38b9eea45230a4b6 (diff) | |
| download | uhd-048dd370496dd128f7d12ac5c40426490c5d6233.tar.gz uhd-048dd370496dd128f7d12ac5c40426490c5d6233.tar.bz2 uhd-048dd370496dd128f7d12ac5c40426490c5d6233.zip | |
reset properly
| -rw-r--r-- | usrp2/vrt/vita_tx_control.v | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/usrp2/vrt/vita_tx_control.v b/usrp2/vrt/vita_tx_control.v index eb41c54c0..967847d36 100644 --- a/usrp2/vrt/vita_tx_control.v +++ b/usrp2/vrt/vita_tx_control.v @@ -73,6 +73,7 @@ module vita_tx_control         begin  	  ibs_state <= IBS_IDLE;  	  send_error <= 0; +	  error_code <= 0;         end       else         case(ibs_state) | 
