From: Jan Michel Date: Fri, 15 Dec 2017 15:44:15 +0000 (+0100) Subject: Revert "add missing end if" X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=649e07aff7da0920e699d1accb3a80a0aa433217;p=trbnet.git Revert "add missing end if" This reverts commit 01b508310d4eb4369218c0b70fc008a672ea895a. --- diff --git a/gbe_trb/base/trb_net16_gbe_main_control.vhd b/gbe_trb/base/trb_net16_gbe_main_control.vhd index 91aa586..0537eab 100644 --- a/gbe_trb/base/trb_net16_gbe_main_control.vhd +++ b/gbe_trb/base/trb_net16_gbe_main_control.vhd @@ -672,7 +672,6 @@ begin link_current_state <= INACTIVE; end if; end if; - end if; end process; end generate lsm_impl_gen; @@ -1015,4 +1014,4 @@ begin end if; end process; -end trb_net16_gbe_main_control; +end trb_net16_gbe_main_control; \ No newline at end of file