From 4bef7e8a69b9a2108657a5ac6728a73f90631e0c Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Fri, 15 Dec 2017 16:44:15 +0100 Subject: [PATCH] Revert "add missing end if" This reverts commit 01b508310d4eb4369218c0b70fc008a672ea895a. --- gbe_trb/base/trb_net16_gbe_main_control.vhd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.43.0