component trb_net_fifo is
generic (WIDTH : integer := DATA_WIDTH + NUM_WIDTH; -- FIFO word width
- DEPTH : integer := DEPTH + 2);
+ DEPTH : integer := DEPTH + 2;
+ FORCE_LUT : integer := 0
+ );
port (
CLK : in std_logic;
RESET : in std_logic;
generic (WIDTH : integer := 18; -- FIFO word width
DEPTH : integer := 3; -- Depth of the FIFO, 2^(n+1)
- FORCE_LUT : integer range 0 to 1 := 0): --don't allow use of BlockRAM
+ FORCE_LUT : integer range 0 to 1 := 0); --don't allow use of BlockRAM
port (CLK : in std_logic;
RESET : in std_logic;