Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Some logic can be directly translated e.g: ... begin y0 <= x and Q1n or x and Q2n and Q0n; -- will implement the top logic of y0 If you target DFFs then The main task for you is then to translate the JK logic into DFF logic. otherwise instantiate JK flip and that is easy --- Quote End --- Yes, My main task is translate the JK logic into DFF logic. I haven't find the idea to solve this task. Beside, my prof want to implement this circuit (with JK FF) by VHDL. And he want me using Port map + Megawirad.