Forum Discussion
Altera_Forum
Honored Contributor
15 years agoBesides 7476, there's also a generic JK-Flip-Flop in the maxplus2 library
component jkff
port ( J : in STD_LOGIC;
K : in STD_LOGIC;
CLK: in STD_LOGIC;
CLRN: in STD_LOGIC;
PRN: in STD_LOGIC;
Q : out STD_LOGIC);
end component;