Question: Part 2 . 2 [ 1 5 points ] A SRAM has an 8 - bit data bus and a 5 - bit address bus.
Part points A SRAM has an bit data bus and a bit address bus. The SRAM function table is shown below:
tableWECSOEIOFunctionXLXHighZStandbyLHLHighZOutput DisabledLHHDour,Read DataHHXDII,Write Data
The CS WE and OE signals in the above function table are high active. Design the above SRAM in VHDL
library ieee;
use ieee.stdlogicall;
use ieee.stdlogicunsigned.all;
entity ram is
port address :
data :
wes : on ram;
architecture behram of ram is
end behram;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
