diff options
| -rw-r--r-- | usrp2/vrt/vita_tx_control.v | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/usrp2/vrt/vita_tx_control.v b/usrp2/vrt/vita_tx_control.v index 35b6de4f0..d0516bec8 100644 --- a/usrp2/vrt/vita_tx_control.v +++ b/usrp2/vrt/vita_tx_control.v @@ -143,7 +143,10 @@ module vita_tx_control  	   end  	 IBS_ERROR_DONE : -	   send_error <= 0; +	   begin +	      send_error <= 0; +	      ibs_state <= IBS_IDLE; +	   end  	 IBS_ERROR_WAIT :  	   send_error <= 0;  | 
