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 agoHi FvM
- use an internal signal Qi and copy it to Q outside the edge sensitive condition? can show me pls?