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

汇编语言

开发平台:

Windows_Unix

  1. -- VHDL Instantiation Created from source file switch.vhd -- 20:28:18 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 switch
  8. PORT(
  9. sw_in : IN std_logic_vector(7 downto 0);          
  10. sw_out : OUT std_logic_vector(7 downto 0)
  11. );
  12. END COMPONENT;
  13. Inst_switch: switch PORT MAP(
  14. sw_in => ,
  15. sw_out => 
  16. );