JKFF Primitive |
The following VHDL component declaration is located in theVHDL Design File (.vhd) DefinitionALTERA_PRIMITIVES_COMPONENTS.VHDlocated in the<Quartus® Prime Standard Edition installation directory>\libraries\vhdl\alteradirectory.
component jkff port( j, k, clk, clrn, prn : in std_logic; q : out std_logic); end component;