Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Besides 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; --- Quote End --- I'm sorry. Why I can not find it? Which version of Quartus did you use? This is my maxplus2 vhd