From: Michael Boehmer Date: Thu, 4 Aug 2022 12:52:36 +0000 (+0200) Subject: typo X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=d0c153b7a1c0a021bd86d80ca4315b9a81b4c60e;p=trbnet.git typo --- diff --git a/gbe_trb/base/trb_net16_gbe_protocol_selector.vhd b/gbe_trb/base/trb_net16_gbe_protocol_selector.vhd index 9fe6b24..080bba0 100644 --- a/gbe_trb/base/trb_net16_gbe_protocol_selector.vhd +++ b/gbe_trb/base/trb_net16_gbe_protocol_selector.vhd @@ -460,7 +460,7 @@ begin PS_BUSY_OUT <= busy; - SELECT_MACSHINE_PROC : process(RESET, CLK) + SELECT_MACHINE_PROC : process(RESET, CLK) begin if RESET = '1' then select_current_state <= IDLE;