diff --git a/lib/emac/src/emac_types.vhd b/lib/emac/src/emac_types.vhd index 0286c9d..42d1e9b 100644 --- a/lib/emac/src/emac_types.vhd +++ b/lib/emac/src/emac_types.vhd @@ -26,6 +26,7 @@ package emac_types is tx_size : unsigned(15 downto 0); pkt_done : std_logic; pkt_alloc_req : std_logic; + pkt_armed : std_logic; reset_busy : std_logic; end record;