Searched Projects

Tags: memory

project.name
4 Stars     272 Views
User:

TetrisAnimation

TetrisAnimation
Just tried to see if I can control the screen change by a RAM.

project.name
3 Stars     134 Views

Memory

Memory

A simple memory project



project.name
0 Stars     149 Views
User:

rom and display

rom and display

project.name
1 Stars     693 Views

JK Flip Flop

JK Flip Flop

Experiment No. 9 b: Implementation of flip flops: JK.


Done by:

Saranga K. Mahanta

Sch Id:18-14-038


project.name
0 Stars     1007 Views

T Flip Flop

T Flip Flop

Experiment No 9 d: Implementation of flip flops: SR, JK, D and T


Done by:

Saranga K. Mahanta

Sch Id: 18-14-038


project.name
0 Stars     114 Views

D Flip Flop

D Flip Flop

Experiment No. 9 c: Implementation of flip flops: D flip flop.


Done by:

Saranga K. Mahanta

Scholar Id: 18-14-038



project.name
0 Stars     89 Views
User:

(4-Bit Storage)*4

(4-Bit Storage)*4

project.name
0 Stars     261 Views

combinational logic with eeprom

combinational logic with eeprom

I'm using an EEPROM to replace combinational logic. The address is the decimal number in binary (or the counter). The data out is the 7-seg display (the leftmost bit is the decimal point). 


project.name
0 Stars     114 Views
User:

password

password

project.name
0 Stars     97 Views
User:

256-bit RAM

256-bit RAM

A 256-bit RAM, made with only basic logic gates. Example usage inside.


project.name
0 Stars     69 Views

8-bit memory

8-bit memory

project.name
0 Stars     51 Views
User:

16 byte memory with scrolling words

16 byte memory with scrolling words

project.name
0 Stars     55 Views
User:

memory address

memory address

circuit to allow  a memory element to become a programmable controller


project.name
0 Stars     50 Views

memory template

memory template

just MEMORY  

a couple (2) of nor gates


project.name
0 Stars     22 Views

memory unit

memory unit

made this im bored ok .


project.name
0 Stars     65 Views

Memory Bit

Memory Bit

Stores 1 bit ONLY if the store bit is on.


project.name
0 Stars     54 Views
User:
User Image Amy

memory

memory

A working 4kB memory module that provides byte-addressable 1-byte words.


project.name
1 Stars     26 Views
User:

a 64 Bit Memory


project.name
1 Stars     14 Views
User:

8 bit D-latch

8 bit D-latch

This is a version of a register, a part of a computer's Random Access Memory (RAM). It is capable of storing an 8-bit binary number. On the top left of the chip, you can set a binary number to be stored. Then to replace the old number, you must press the 'Enable data-write' switch to upload and store the new number.


project.name
0 Stars     52 Views
User:

RS-trigger

RS-trigger

Test asynchronous RS latch equvalent logic scheme


project.name
0 Stars     13 Views
User:

memory

memory

project.name
0 Stars     2 Views
User:

Static serial RAM with serial input

Static serial RAM with serial input

in this project i made a 4 bit RAM which can be written through serial communication(SCL - clock and SDA- data(1 or 0)) then a rising edge of a square wave is detected in the SCL pin, the enable pin of the SRAM cells are enabled in an order according to each clock pulse. simultaneously a data is given through the SDA pin according to the Nth clock pulse to the Nth SRAM cell.