Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

diff b/w latchs and flipflop

Status
Not open for further replies.
Latch is Level sensitive
FF is Edge sensitive
read any VLSI basic books.
 

JK Latches have the problem of race condition ( repeated toggling) during the '1' and '1' J , K input state state.

So this condition can be eliminated by using Flip Flops ( Master Slave Flip Flop)

Flip Flop -> Edge Sensitive

Latch -> Level Sensitive

Bye
 

flip-flop passes the input when clock triggers (positive edge or negative edge)

latch passes the input when clock High (or Low)
 

the so-called "level sensitive" is it referring to the circuit which trigger at both posedge and negedge?
 

No.

Only one. Otherwise, it's a buffer.

When level is high, latch gets whatever value coming in. When level is low, it won't latch new value (it stays at old value)
 

hi guys,
could u guys tell me which part of the flip flop circuit makes it edge sensitive???see,if it is level triggered,then it is because of the and gate used,here in flip how is it made edge sensitive??

with regards
 

to make it edge trigger... it use a method of master and slave... to be details.. search for master n slave FF...

regards,
sp
 

hi
hey let me tell u one more thing

first differences
latch f/f
asynchronous block synchronous block

using feedback pair of same block of latch we
nand or nor it is made up use twice in master slave
so its a single block which consist configuration it becomes f/f
2 nand/nor in cross coupled so f/f consists 2 block of latch
feedback manner which is called first is master and second is slave
latch now slave latch decides either its
positive edge or negative.

its a level sensitive so o/p follows whereas ms f/f depend on the mode o
ip when enable which is asynchonous of operation edge will decide
ip is applied

hey this just the brief overview..
lot more concepts are there for this latch and f/f
i hv also some clear diagram will try to post it.
so that will give exact idea.
 

are there any design documents on asynchronous circuits ?
 

adding to the Q


which is more immune to noise , latch or ff?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top