-- VHDL Instantiation Created from source file fifo2.vhd -- 15:45:22 02/27/2004 -- -- Notes: -- 1) This instantiation template has been automatically generated using types -- std_logic and std_logic_vector for the ports of the instantiated module -- 2) To use this template to instantiate this entity, cut-and-paste and then edit COMPONENT fifo2 PORT( reset : IN std_logic; clk : IN std_logic; acqen : IN std_logic; trigmode : IN std_logic; trigger : IN std_logic; ren1 : IN std_logic; decim_ratio : IN std_logic_vector(1 downto 0); n1param : IN std_logic_vector(1 downto 0); rstdataready : IN std_logic; rst2 : OUT std_logic; wen2 : OUT std_logic; ren2 : OUT std_logic; trigger_en : OUT std_logic; decim_flag : OUT std_logic; dataready : OUT std_logic; fifo3_en : OUT std_logic ); END COMPONENT; Inst_fifo2: fifo2 PORT MAP( reset => , clk => , acqen => , trigmode => , trigger => , ren1 => , decim_ratio => , n1param => , rstdataready => , rst2 => , wen2 => , ren2 => , trigger_en => , decim_flag => , dataready => , fifo3_en => );