Searched Projects

Tags: Sequential Circuit

project.name
0 Stars     62 Views

Sequential Circuit 9

Sequential Circuit 9

project.name
0 Stars     68 Views
User:

D- Flip Flop by Souvik Ghosh

D- Flip Flop by Souvik Ghosh

project.name
0 Stars     92 Views
User:

JK- Flip Flop by Souvik Ghosh

JK- Flip Flop by Souvik Ghosh

project.name
0 Stars     75 Views
User:

SR- Flip Flop by Souvik Ghosh

SR- Flip Flop by Souvik Ghosh

project.name
0 Stars     65 Views
User:

SR- Flip Flop by Souvik Ghosh

SR- Flip Flop by Souvik Ghosh

project.name
1 Stars     38 Views

Assignment 3

Assignment 3

Design a sequential circuit with two T flip-flops, A and B, and two inputs, E and x. If E=0, the circuit remains in the same state regardless of the value of x. When E=1 and x=1, the circuit goes through the state transitions from 00 to 01 to 10 to 11 back to 00, and repeats. When E=1 and x=0, the circuit goes through the state transitions from 00 to 11 to 10 to 01 back to 00, and repeats.


project.name
0 Stars     74 Views

Presettable Counter

Presettable Counter

Design and simulate a 5-bit presettable counter in CircuitVerse. Follow the circuit that was presented in our lecture.


project.name
1 Stars     46 Views

Presettable Counter

Presettable Counter

Design and simulate a 5-bit presettable counter in CircuitVerse. Follow the circuit that was presented in our lecture.


project.name
0 Stars     37 Views

async_mod8_counter

async_mod8_counter

This is a circuit design for Assignment 9. It implements a Mod-8 Asynchronous counter using J-K Master-Slave Flip-flop.


project.name
0 Stars     34 Views

Exercise 62 Sequential Circuit

Exercise 62 Sequential Circuit

Sequential circuit used in Exercise 62 from Null & Lobur, Computer Organization and Architecture, 5th Ed.


project.name
0 Stars     15 Views

3-State Finite State Machine with Counter

3-State Finite State Machine with Counter