Searched Projects

Tags: sequential

project.name
4 Stars     967 Views

7 segment decoder

7 segment decoder
Sequential Logic Circuit 3 bit counter with T flip flops and 7 segment display with decoder

project.name
1 Stars     282 Views

6 MOD sequential Synchronous Counter with T FLip Flop

6 MOD sequential Synchronous Counter with T FLip Flop
6-MOD synchronous sequential logic circuit counter with T Flip Flops.

project.name
2 Stars     781 Views

4-Bit Binary Counter (D F/F)

4-Bit Binary Counter (D F/F)

Simple, 4-bit binary (0-15) up-counter using D flip-flops.


project.name
0 Stars     75 Views
User:

DSA_assignment2

DSA_assignment2

Assignment hai bro


project.name
0 Stars     96 Views
User:

project.name
0 Stars     257 Views
User:

D flip-flop

D flip-flop

project.name
0 Stars     561 Views

Synchronous 010 or 1001 Sequence Detector with J-K Flip Flops

Synchronous 010 or 1001 Sequence Detector with J-K Flip Flops

Synchronous overlapping sequence detector that detects the bit patterns 010 and 1001 using J-K flip flops.


project.name
0 Stars     548 Views

Synchronous 101 Sequence Detector with J-K' Flip Flops

Synchronous 101 Sequence Detector with J-K' Flip Flops

Synchronous overlapping sequence detector that detects the bit pattern 101 using J-K' flip flops (74LS109).


project.name
1 Stars     47 Views
User:

mather fuq er last sequen

mather fuq er last sequen

if x,y = 0,0

next state is same state

if x = 0,y = 1

next state is plus 1

if x = 1 ,y = 0

next state is minus 1

if x,y = 1,1

next state reset to 0


project.name
1 Stars     624 Views

Pseudo Random Number Generator

Pseudo Random Number Generator

A 5-bit pseudo random number generator. Uses 5 D Flip-Flops to form a linear feedback shift register. The generator stops when put in a lock state of 00000. Push the button to start.


project.name
1 Stars     238 Views
User:

This is a simple digital clock with basic combinational and sequential logic circuits.

It can display seconds, minutes, and hours

Users can set time by clicking the button and using the multiplexer to choose which to change.

Also, the design for the 4bits 7segment display and 3 bits 7segment display is inside.


project.name
0 Stars     26 Views
User:

sequential

sequential

ASYNCHRONOUS SEQUENTIAL CIRCUIT


project.name
0 Stars     59 Views

ECE 3254 - Project

ECE 3254 - Project

Sequentially display the digits 5-8-6-5


project.name
0 Stars     17 Views
User:

Untitled

Untitled

project.name
1 Stars     30 Views

Untitled

Untitled

project.name
1 Stars     14 Views

Sequential Multiplication

Sequential Multiplication

This is an 8-bit sequential multiplier with an 8-bit output. It works by adding A to itself B number of times using an accumulator to keep track of what the value should be. Once the number of times A was added to itself is equal to B then it signals to the output and updates the data.