Forums - Open Redstone Engineers
speed write D-flip flop - Printable Version

+- Forums - Open Redstone Engineers (https://forum.openredstone.org)
+-- Forum: ORE General (https://forum.openredstone.org/forum-39.html)
+--- Forum: Projects & Inventions (https://forum.openredstone.org/forum-19.html)
+---- Forum: Completed Projects (https://forum.openredstone.org/forum-21.html)
+---- Thread: speed write D-flip flop (/thread-6930.html)



speed write D-flip flop - 0111000001101001 - 07-04-2015

this is a design change of an existing design. i havent seen seen this done yet so i thought i would share it. i got rid of the repeaters on the D-flip flop so now it can write "instantly." hope this comes in handy to any one who sees it. Smile

[img][Image: 8etxNJ2.jpg][/img]

[img][Image: qlhIrtk.jpg][/img]


RE: speed write D-flip flop - readerboy434 - 07-23-2015

I lost the game because of your signature Sad


RE: speed write D-flip flop - LordDecapo - 07-24-2015

(07-23-2015, 03:57 AM)readerboy434 Wrote: I lost the game because of your signature Sad

F,UUUUCCCCCKKKK! (sry)
I lost the game now too :'/
I was winning for years too!


RE: speed write D-flip flop - PNWMan - 07-26-2015

I'd love to see it work, but I don't have access atm. one question: is it a DFF or a GDL (Gated D Latch)? Most devices people call DFFs in minecraft are actually GDLs.
For a GDL, the latch is activated when the Enable is high, meaning that when the write is on, the data is able to flow through the gate and out the output. Then, when the Enable is turned off, the value is saved and outputted.
In contrast, a DFF is a GDL with a monostable (one shot, pulse shortener, rising edge detector... etc.) attatched to the Enable. The Enable input is then called a Clock. As the Clock is rising to a high value, the latch opens and immediately closes, storing the value almost instantly.
I don't mean to be a grammar Nazi, but it annoys me when people talk about their DFFs when they are in actuality GDLs. In minecraft, GDLs are more practical because of low speeds and more control of timing, as well as the amount of redstone needed/space taken up. In real life however, where things are very analog and more spontaneous, DFFs prove more effective. I just thought I should ask and raise awareness of the GDL.


RE: speed write D-flip flop - jxu - 08-24-2015

I am fairly certain this is a gated D-latch. Compare the gated method to something like a BUD memory cell.