From: hadeshyp Date: Fri, 14 Sep 2007 15:13:49 +0000 (+0000) Subject: trb_net16_term_ibuf.vhd X-Git-Tag: oldGBE~703 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=386ff90282c0e5d0db0fd9ff008b5246d0007697;p=trbnet.git trb_net16_term_ibuf.vhd --- diff --git a/trb_net_term_ibuf.vhd b/trb_net_term_ibuf.vhd index a39b19b..3b8baed 100644 --- a/trb_net_term_ibuf.vhd +++ b/trb_net_term_ibuf.vhd @@ -77,8 +77,8 @@ signal tmp_INT_DATA_OUT: std_logic_vector(50 downto 0); type ERROR_STATE is (IDLE, GOT_OVERFLOW_ERROR, GOT_LOCKED_ERROR, GOT_UNDEFINED_ERROR); signal current_error_state, next_error_state : ERROR_STATE; -signal next_rec_buffer_size_out, current_rec_buffer_size_out - : std_logic_vector(3 downto 0); -- buffer size control +signal next_rec_buffer_size_out, current_rec_buffer_size_out : std_logic_vector(3 downto 0); + -- buffer size control begin