:PROPERTIES:
:ID: 4765ff39-ea29-4e04-98fd-d4e886f3c400
:mtime: 20231016032950
:ctime: 20231016032949
:END:
#+title: master-slave D flip-flop
#+filetags: :public:project:
* Definition
A master-slave D flip-flop is a type of
[[id:4480e585-82a5-4554-b503-dc9d8e201674][sequential logic]] circuit.
The master-slave D flip-flop has its output change
on the "edges" of the [[id:124ef912-c3fd-4fbf-98df-fc0677c8f534][computer clock]]. This means
the outputs of a master-slave D flip-flop only
update on the "edges" of the clock.
* Circuit Diagram of master-slave D flip-flop
A master-slave D flip-flop can be designed by joining 2
[[id:ad42e3de-5877-4bc1-bf97-c016d64651f9][Transparent D Latch]]es.
TODO