Latch.vhi
上传用户:hbxtsdjs
上传日期:2022-07-03
资源大小:753k
文件大小:1k
源码类别:

汇编语言

开发平台:

Windows_Unix

  1. -- VHDL Instantiation Created from source file Latch.vhd -- 20:39:49 05/05/2010
  2. --
  3. -- Notes: 
  4. -- 1) This instantiation template has been automatically generated using types
  5. -- std_logic and std_logic_vector for the ports of the instantiated module
  6. -- 2) To use this template to instantiate this entity, cut-and-paste and then edit
  7. COMPONENT Latch
  8. PORT(
  9. data_in : IN std_logic_vector(7 downto 0);
  10. cs : IN std_logic;
  11. clk : IN std_logic;          
  12. data_out : OUT std_logic_vector(7 downto 0)
  13. );
  14. END COMPONENT;
  15. Inst_Latch: Latch PORT MAP(
  16. data_in => ,
  17. data_out => ,
  18. cs => ,
  19. clk => 
  20. );