-- Created by IP Generator (Version 2021.1-SP7 build 86875) -- Instantiation Template -- -- Insert the following codes into your VHDL file. -- * Change the_instance_name to your own instance name. -- * Change the net names in the port map. COMPONENT inclkpll PORT ( clkin1 : IN STD_LOGIC; pll_lock : OUT STD_LOGIC; clkout0 : OUT STD_LOGIC ); END COMPONENT; the_instance_name : inclkpll PORT MAP ( clkin1 => clkin1, pll_lock => pll_lock, clkout0 => clkout0 );