]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
trb_net16_term_ibuf.vhd
authorhadeshyp <hadeshyp>
Fri, 14 Sep 2007 15:13:49 +0000 (15:13 +0000)
committerhadeshyp <hadeshyp>
Fri, 14 Sep 2007 15:13:49 +0000 (15:13 +0000)
trb_net_term_ibuf.vhd

index a39b19b2800687536bed1211229633c26286e5a8..3b8baed05c3461a7ddb7bd78a2dc5d192f410eb4 100644 (file)
@@ -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