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.

Creating A Latch From Flip Flop

Status
Not open for further replies.

spartanthewarrior

Full Member level 2
Joined
Jun 13, 2007
Messages
122
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
2,142
Hi,

How can i make (Latch) from (Flip Flop).

It would be great if someone can give waveforms also.
 

A FF will be formed by using latches...why do you want to implement a latch using FF ? whats ur requirement ?
 

This is the general idea. You'll have to tweak it to make it glitchless.

flop i_flop (.clk ( ~clk), .d(input), .q(qout));
mux i_mux (.A0(qout), .A1(input), .S(clk));
 

I may be an ass, but are you joking ? You didn't find the answer to such a simple question for more than 3 years ?

This is a thread you started 3 years ago.
https://www.edaboard.com/threads/111787/#post488004

Whoever has engineering common sense would look for the transistor level circuit of a flop to see how it works in the first place, but did you not come up with such a simple idea ?
 
Last edited:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top