Community Documents

cancel
Showing results for 
Search instead for 
Did you mean: 

D-Type Flip-Flop

This VI has the Functionality of a D-Type Flip-Flop. Below is the truth table

ClockDQQprev
Rising edge00X
Rising edge11X
Non-RisingXQprev

The data is only clocked through when the clock input is high but was low on the previous iteration.

The VI is set to "Preallocate clone for each instance" under the execution option in VI properties. This is so if this is used on an FPGA will allocate seperate gates for each instance this is called.

DType_BlockDiagram.jpg

DType_FrontPanel.jpg

Rico P
Smiley Very Happy
Contributors