Forum Discussion
Altera_Forum
Honored Contributor
10 years agoD type flip flop with out a reset pin
I'm trying to implement a flip flop and i don't want it to have a reset pin. I just want 2 inputs D and CK and two outputs Q and notQ my VHDL code is shown below. --- Quote Start --- libra...
Altera_Forum
Honored Contributor
10 years agoI will have to say, you have been the most helpful person on this entire forum. And you were right i did code using a text book diagram of a flip flop which would explain why my circuit wasn't behaving as expected. TY for posting the code for a flip flop too. I really appreciate it :)