Forum Discussion
10 Replies
- Altera_Forum
Honored Contributor
Under legacy max2plus library, you can find 74xx JKFF.
- Altera_Forum
Honored Contributor
--- Quote Start --- Under legacy max2plus library, you can find 74xx JKFF. --- Quote End --- Thank you so much. Could you tell me more? I can not find max2plus library. - Altera_Forum
Honored Contributor
quartus\libraries\vhdl\altera\maxplus2.vhd
- Altera_Forum
Honored Contributor
Thank you so much.
- Altera_Forum
Honored Contributor
Dear FvM and Waiyung
I had found max2plus library. I need only one JK flip flop but i found a_7476 component has two flip flop. Could you show me which component has 1 JK flip flop? Thank you so much. - Altera_Forum
Honored Contributor
You can use only one of the two. Leave the other one unconnected.
- Altera_Forum
Honored Contributor
--- Quote Start --- You can use only one of the two. Leave the other one unconnected. --- Quote End --- Thank you very much. My best friend. - Altera_Forum
Honored Contributor
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; - Altera_Forum
Honored Contributor
--- Quote Start --- Besides 7476, there's also a generic JK-Flip-Flop in the maxplus2 library
--- Quote End --- I'm sorry. Why I can not find it? Which version of Quartus did you use? This is my maxplus2 vhdcomponent 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; - Altera_Forum
Honored Contributor
Sorry. I must read more carefully. I had found jkff. Thank you very much