Searched Projects

Tags: RAM

project.name
0 Stars     230 Views
User:

8B Addressable RAM

8 Bytes of addressable Memory. 3 Inputs top left are address, 8 inputs above flip-flops are data in, and button above data in is write. (Don't hurt me I'm new)


project.name
20 Stars     5262 Views

Static RAM

Emulation of 'static RAM', which is essentially built from D-type flip-flops.

The principal difference between this and the standard RAM component in CircuitVerse is that all the static RAMs in this project are edge-triggered for write (reading is asynchronous).

The basic building block is the 1x8-bit SRAM circuit - a single byte of memory, built from an 8-bit D-type flip flop.

16 of these are then used in a 4 x 4 grid to build the 16x8-bit SRAM circuit, which now includes the necessary 4-bit address decoding circuitry.

16 of these are then used in a 4 x 4 grid to build the 256x8-bit SRAM circuit.

The pattern could be applied recursively to build, in turn, a 4KB, 64KB, 1MB chip, and so on.


project.name
0 Stars     108 Views
User:

this is a full verision of satvic ramaprasad SAP

opcodes:

nop 0000

lda 0001

sta 0010

ldi 0011

add 0100

sub 0101

jmp 1000

jc 1001

jz* 1010

stc* 1101

out 1110

hlt 1111

*coming soon


project.name
0 Stars     107 Views

Experiment 3 - RAM Design


project.name
2 Stars     100 Views

Asynchronous 16 - Segment Array

Instructions

Set both buttons to off (RED). Now reset the sequencer and turn on button 1 and 2 (set to GREEN). 

Button 1 controls the data fed to the displays.

OFF = Clear all displays ON = Programmed message

Button 2 controls the clock.

To change the message, dump the core or reset the EEPROM and rewrite the suitable data for the 16-Segment Displays. If the new message contains lesser or more letters/numbers to show, make suitable changes to the Sequencer and change the number of displays used.


project.name
0 Stars     98 Views
User:

An 8-bit CPU with an instruction set that includes the analytic integration and differentiation of polynomial expressions.


project.name
0 Stars     63 Views

RAM

RAM

project.name
1 Stars     51 Views
User:

32B RAM 16B ROM Setup


project.name
0 Stars     45 Views
User:

simple computer

simple computer with clock                                                                                           

commands:

10001: Clock

00011: Do a OR operation*

01101: Do a AND operation*

01110: Do a NAND operation

01001: RAM edit/read**

*Use number inputs too do the logic.

**Use data inputs edit/assign values to an 8-bit RAM. Use the R/W pin to read & write.

Specs:

RAM:

1KB (as seen in photo)

RAM size

Clock:

2HZ (as seen in photo)


project.name
0 Stars     40 Views

shresth

ram


project.name
0 Stars     63 Views
User:

A simple computer.

(IN DEVOLOPMENT)

commands listed in project.


project.name
1 Stars     29 Views

RAM 16 Bytes

RAM

A 16 bytes static RAM designed all with logic gates and without D flip flops.


project.name
0 Stars     44 Views

BRWD: BINARY READER AND WRITER DEVICE

Specs:

7-bit RAM

8-bit Memory

How to use:

1. To start writing, set your clock speed, and turn on the "Writer" switch.

2. To scroll through the memory, turn on the "Scroll" switch. Press "Reset" if you are ready to read.

3. Turn the "Writer" switch off, and turn on "Scroll" to start reading the binary.

4. Then when you're done, press "Reset RAM" to reset your writing.


project.name
1 Stars     8 Views
User:

a 64 Bit Memory


project.name
0 Stars     1 Views
User:

Better 16-Segment Rolling Display

An improvement on my previous design of a rolling 16-Segment display, this time using RAM to store undisplayed letters. Note that a space will automatically be placed before your message each time. (If you see how I could prevent this, please let me know.)