Forum Discussion
Altera_Forum
Honored Contributor
14 years agoFlip-flop by using logic gates
hi I am a new to VHDL and currently doing VHDL assignment. In this assignment, required to create the D, JK flip-flop. I need help to solve my error for my code as shown as below: l...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- BTW, shouldn't qn <= not Qi; Q <= Qi be outside the process? --- Quote End --- Yes, they must for correct simulation, or Qi needs to be added to the sensitive list. Thanks!