English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Logic Design

2006-10-21 18:14:13 · 5 answers · asked by Anil D'Souza 1 in Science & Mathematics Engineering

5 answers

The main difference between latch and FF is that latches are level sensitive while FF are edge sensitive. They both require the use of clock signal and are used in sequential logic. For a latch, the output tracks the input when the clock signal is high, so as long as the clock is logic 1, the output can change if the input also changes. FF on the other hand, will store the input only when there is a rising/falling edge of the clock.

2006-10-21 19:44:54 · answer #1 · answered by Anonymous · 0 1

Latches are digital elements (circuits) that pass the input to the output only on application of a clock pulse. That means that the output doesnt change unless a second clock pulse is given. That also means that the data is latched at the output. Flip flops on the other hand are basic elements of sequential logic. In fact the latches are made using Flip flops. A good book for digital electronics would be Floyd.

2016-05-21 21:41:27 · answer #2 · answered by Darlene 4 · 0 0

A latch is one type of flip-flop; it does nothing more than to save the state of the single data input, hence is often called a D flip-flop.

This is contrasted with other varieties of flip-flops such as the J-K, where two inputs are used to provide certain sequential logic functions. Nonetheless, the J-K flip-flop can be configured to operate like a D flip-flop

2006-10-21 19:10:57 · answer #3 · answered by arbiter007 6 · 0 0

All you need to know is that a flip-flop is synchronous with a clock, and a latch isn't. Beyond that, read the datasheet and be careful.

2006-10-23 16:21:42 · answer #4 · answered by Anonymous · 0 0

logic design
the latch and ff has the basic difference in applying clock pulse, FF may not work though it is enableed, untill and unless the clock pulses given, the laches does not require any clock pulse, it works just the enable is high

2006-10-21 18:29:57 · answer #5 · answered by aritra 2 · 0 0

fedest.com, questions and answers