VHDL Component Declaration

The following VHDL component declaration is located in theVHDL Design File (.vhd) DefinitionALTERA_PRIMITIVES_COMPONENTS.VHDlocated in the<Quartus® Prime installation directory>\libraries\vhdl\alteradirectory.

COMPONENT DFF

   PORT (d   : IN STD_LOGIC;

        clk  : IN STD_LOGIC;

        clrn : IN STD_LOGIC;

        prn  : IN STD_LOGIC;

        q    : OUT STD_LOGIC );

END COMPONENT;