Question: A SRAM has an 8 - bit data bus and a 5 - bit address bus. The SRAM function table is shown below: . The

A SRAM has an 8-bit data bus and a 5-bit address bus. The SRAM function table is shown below:
.
The CS, WE, and OE signals in the above function table are high active. Design the above SRAM in VHDL
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity ram is
port ( address :_____________________________________;
data :______________________________________ ;
cs : _______________________________________;
we : _______________________________________;
oe : ______________________________________);
end ram;
architecture beh_ram of ram is
end beh_ram;
 A SRAM has an 8-bit data bus and a 5-bit address

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!