From c174bf9acb2b2d142456f1186bd3e41e40d8a6d1 Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Thu, 29 Jul 2010 12:22:13 -0700 Subject: provide a way to get out of the error state without processor intervention --- usrp2/vrt/vita_tx_control.v | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3