diff --git a/lib/emac/src/emac_types.vhd b/lib/emac/src/emac_types.vhd index 65aaa24..54555a5 100644 --- a/lib/emac/src/emac_types.vhd +++ b/lib/emac/src/emac_types.vhd @@ -42,7 +42,6 @@ package emac_types is end record; type rx_ctrl_out_t is record - rx_er : std_logic; pkt_avail : std_logic; pkt_valid : std_logic; pkt_bcast : std_logic;