]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
add missing end if fixedIP
authorJan Michel <j.michel@gsi.de>
Wed, 29 Nov 2017 12:49:26 +0000 (13:49 +0100)
committerJan Michel <j.michel@gsi.de>
Wed, 29 Nov 2017 12:49:26 +0000 (13:49 +0100)
gbe_trb/base/trb_net16_gbe_main_control.vhd

index 0537eabf42330f098832c3f54598e70d8f8c8f89..91aa586d47bacc5da61b1538e8b82f262f4661a8 100644 (file)
@@ -672,6 +672,7 @@ begin
                                  link_current_state <= INACTIVE;
                          end if;
                      end if;
+                   end if;  
                end process;
        end generate lsm_impl_gen;
 
@@ -1014,4 +1015,4 @@ begin
                end if;
        end process;
 
-end trb_net16_gbe_main_control;
\ No newline at end of file
+end trb_net16_gbe_main_control;