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

汇编语言

开发平台:

Windows_Unix

  1. -- VHDL Instantiation Created from source file kcpsm3.vhd -- 20:28:51 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 kcpsm3
  8. PORT(
  9. instruction : IN std_logic_vector(17 downto 0);
  10. in_port : IN std_logic_vector(7 downto 0);
  11. interrupt : IN std_logic;
  12. reset : IN std_logic;
  13. clk : IN std_logic;          
  14. address : OUT std_logic_vector(9 downto 0);
  15. port_id : OUT std_logic_vector(7 downto 0);
  16. write_strobe : OUT std_logic;
  17. out_port : OUT std_logic_vector(7 downto 0);
  18. read_strobe : OUT std_logic;
  19. interrupt_ack : OUT std_logic
  20. );
  21. END COMPONENT;
  22. Inst_kcpsm3: kcpsm3 PORT MAP(
  23. address => ,
  24. instruction => ,
  25. port_id => ,
  26. write_strobe => ,
  27. out_port => ,
  28. read_strobe => ,
  29. in_port => ,
  30. interrupt => ,
  31. interrupt_ack => ,
  32. reset => ,
  33. clk => 
  34. );