VHDL Component Declaration
The following VHDL component declaration is located in theVHDL Design File (.vhd) Definition ALTERA_PRIMITIVES_COMPONENTS.VHDlocated in the<Intel® Quartus® Prime installation directory>\libraries\vhdl\altera directory.
component global port ( a_in : in std_logic; a_out : out std_logic); end component;