divid_200.vhi
Upload User: hbxtsdjs
Upload Date: 2022-07-03
Package Size: 753k
Code Size: 1k
Development Platform:

Windows_Unix

  1. -- VHDL Instantiation Created from source file divid_200.vhd -- 20:29:05 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 divid_200
  8. PORT(
  9. clk : IN std_logic;          
  10. clk_200Hz : OUT std_logic
  11. );
  12. END COMPONENT;
  13. Inst_divid_200: divid_200 PORT MAP(
  14. clk => ,
  15. clk_200Hz => 
  16. );