D Flip Flop

If you have something to say about LogicCircuit program or you know how to improve it please share it here.
Post Reply
kenski
Posts: 2
Joined: Sat Jun 09, 2012 11:36 am

D Flip Flop

Post by kenski »

Does anyone have a D-Flip flop? I didn't see one in the software. D Flip Flops are good for making algorithmic state machines, which, when used with a ROM, can be very useful devices for controlling things.
User avatar
admin
Site Admin
Posts: 407
Joined: Sun Jun 14, 2009 10:53 pm
Contact:

Re: D Flip Flop

Post by admin »

Yes, sure there are some D flip-flops if look over this forums. One I‘ve found is in:
viewtopic.php?f=3&t=6569
You can also download a sample digital clock there is a JK – flip flop. It is easy to build D one from JK.
Finally you can build your own. Here is wiki article about it:
http://en.wikipedia.org/wiki/Flip-flop_ ... _flip-flop
Have fun with your circuits.
kenski
Posts: 2
Joined: Sat Jun 09, 2012 11:36 am

Re: D Flip Flop

Post by kenski »

I got to thinking about it after I posted the question, and I suddenly realized that using a JK-FF where J is tied to "D In" and K is tied through an inverter to "D in" might do the trick. I'll have to test it.
Alexander
Posts: 46
Joined: Tue May 08, 2012 11:04 am

Re: D Flip Flop

Post by Alexander »

The simplest D Flip Flop is this.
Attachments
D-FlipFlop.CircuitProject
(36.29 KiB) Downloaded 1107 times
Alexander
Posts: 46
Joined: Tue May 08, 2012 11:04 am

Re: D Flip Flop

Post by Alexander »

Do you want a predefined D Flip-Flop?
It was great if there was a "0 address bits" menu item in RAM.
Attachments
D_From_RAM.CircuitProject
(8.72 KiB) Downloaded 657 times
Post Reply