From: Jan Michel Date: Wed, 29 Nov 2017 12:49:26 +0000 (+0100) Subject: add missing end if X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=01b508310d4eb4369218c0b70fc008a672ea895a;p=trbnet.git add missing end if --- 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;