Latch.vhi
上传用户:hbxtsdjs
上传日期:2022-07-03
资源大小:753k
文件大小:1k
- -- VHDL Instantiation Created from source file Latch.vhd -- 20:39:49 05/05/2010
- --
- -- 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 Latch
- PORT(
- data_in : IN std_logic_vector(7 downto 0);
- cs : IN std_logic;
- clk : IN std_logic;
- data_out : OUT std_logic_vector(7 downto 0)
- );
- END COMPONENT;
- Inst_Latch: Latch PORT MAP(
- data_in => ,
- data_out => ,
- cs => ,
- clk =>
- );