From: hadeshyp Date: Thu, 26 Feb 2009 17:08:22 +0000 (+0000) Subject: timing on errorpattern in regio changed X-Git-Tag: oldGBE~479 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=0a5b2faee3cb916ec402e5e44513410645a2778e;p=trbnet.git timing on errorpattern in regio changed --- diff --git a/trb_net16_regIO.vhd b/trb_net16_regIO.vhd index c10dde6..0f86a44 100644 --- a/trb_net16_regIO.vhd +++ b/trb_net16_regIO.vhd @@ -319,15 +319,15 @@ begin case current_state is when IDLE => - next_dont_understand <= '0'; next_API_SEND_OUT <= '0'; next_API_SHORT_TRANSFER_OUT <= '0'; - next_unknown <= '0'; - next_timeout <= '0'; - next_nomoredata <= '0'; next_dat_data_counter <= (others => '0'); if API_TYP_IN = TYPE_HDR then + next_dont_understand <= '0'; next_state <= HEADER_RECV; + next_unknown <= '0'; + next_timeout <= '0'; + next_nomoredata <= '0'; end if; when HEADER_RECV => --read and save HDR