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.

sequential and combinational

Status
Not open for further replies.

alangs

Member level 3
Joined
Feb 5, 2010
Messages
57
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,288
Location
india
Activity points
1,681
can any one plz tell me the exact difference between sequential logic circuit and combinational logic circuit with some verilog code.
 

The main difference is that a sequential circuit is clocked while a combinational circuit is not.
For example check out this example of **broken link removed** for a sequential circuit. Check out this example of a **broken link removed** for an example of a combinational circuit.
 

Hello Alangs,

Combinational CIrcuit : The outputs of the circuit at any instant of time are entirely dependent upon the inputs present at the time.

Sequential Circuit: It consists of combinational circuit + memory element to form a feeback path. The binary information at the memory elements defines the state of the sequential circuit.
So, the outputs at any time instant are function not only of inputs but also of the prsent state of the emeory elements.

I guess you should read the following book "digital design", 4th edition ebook by Morris Mano

Best wishes,
Sameh Yassin
 

thanks samehyassin and mux master...
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top