From 01b508310d4eb4369218c0b70fc008a672ea895a Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Wed, 29 Nov 2017 13:49:26 +0100 Subject: [PATCH] add missing end if --- gbe_trb/base/trb_net16_gbe_main_control.vhd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gbe_trb/base/trb_net16_gbe_main_control.vhd b/gbe_trb/base/trb_net16_gbe_main_control.vhd index 0537eab..91aa586 100644 --- a/gbe_trb/base/trb_net16_gbe_main_control.vhd +++ b/gbe_trb/base/trb_net16_gbe_main_control.vhd @@ -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; -- 2.43.0