From 386ff90282c0e5d0db0fd9ff008b5246d0007697 Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Fri, 14 Sep 2007 15:13:49 +0000 Subject: [PATCH] trb_net16_term_ibuf.vhd --- trb_net_term_ibuf.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0