diff --git a/lib/emac/src/emac_types.vhd b/lib/emac/src/emac_types.vhd index 3010f08..df5117a 100644 --- a/lib/emac/src/emac_types.vhd +++ b/lib/emac/src/emac_types.vhd @@ -18,7 +18,6 @@ package emac_types is tx_er : std_logic; tx_size : unsigned(15 downto 0); tx_req_en : std_logic; - data_vld : std_logic; end record; type tx_ctrl_out_t is record @@ -34,7 +33,6 @@ package emac_types is type rx_ctrl_out_t is record rx_er : std_logic; rx_vld : std_logic; - data_vld : std_logic; rx_size : unsigned(15 downto 0); end record;