M. Mahdi K. Kanan
Published © GPL3+

How to Design a D. Latch Flip-Flop Chip

This article shows you what is inside of a simple CMOS/TTL logic IC like a D. Latch flip-flop.

ExpertShowcase (no instructions)1 hour1,053
How to Design a D. Latch Flip-Flop Chip

Things used in this project

Hardware components

Power MOSFET N-Channel
Power MOSFET N-Channel
×1

Story

Read more

Schematics

D. Latch Flip-Flop

Code

D. Latch Flip Flop True Table

C/C++
// D. Latch Flip Flop True Table
// CLK| D | Q |~Q 
// ---------------
//  0 | 0 | L | L
//  0 | 1 | L | L
//  1 | 0 | 0 | 1
//  1 | 1 | 1 | 0

Credits

M. Mahdi K. Kanan

M. Mahdi K. Kanan

56 projects • 58 followers
M. Mahdi K. Kanan is the manager of WiCardTech engineering group.

Comments