CONSTRUCTION OF RAM
Aim: The main aim of
this project is to design a RAM (Random Access Memory).
Block Diagram:
DESCRIPTION:
Random
access memory (usually known by its acronym,
RAM) is a type of computer data storage. Today it takes the
form of integrated circuits that allow the stored data to be accessed in any
order, i.e. at random. The word random thus refers to the fact
that any piece of data can be returned in a constant time,
regardless of its physical location and whether or not it is related to the
previous piece of data. The
word RAM is mostly associated with volatile
types of memory (such as DRAM memory
modules), where the information is lost after the power is switched
off.
This design is implemented using a VHDL
language.
REQUIRED SKILL SET:
- Knowledge on Digital design.
- Knowledge on VHDL programming.
No comments:
Post a Comment