20 use IEEE.STD_LOGIC_1164.
ALL;
21 use IEEE.NUMERIC_STD.
ALL;
27 rst_in : in STD_LOGIC;
28 clk_in : in STD_LOGIC;
47 if (clk_in'event and clk_in = '1') then
48 if (rst_in = '1') then
Generate Full Flag for RAW data de-randomisation FIFO.
Generate Full Flag for RAW data de-randomisation FIFO.
out full_flag_out STD_LOGIC
Full Flag for RAW input FIFO.
in negate_count_in STD_LOGIC_VECTOR( 8 downto 0)
negate count input to set Full Flag
in assert_count_in STD_LOGIC_VECTOR( 8 downto 0)
assert count input to set Full Flag
in fifo_data_count STD_LOGIC_VECTOR( 8 downto 0)
RAW FIFO data count input.