Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Part 2 . 2 [ 1 5 points ] A SRAM has an 8 - bit data bus and a 5 - bit address bus.

Part 2.2[15 points] A SRAM has an 8-bit data bus and a 5-bit address bus. The SRAM function table is shown below:
\table[[WE,CS,OE,I/O,Function],[X,L,X,High-Z,Standby],[L,H,L,High-Z,Output Disabled],[L,H,H,Dour,Read Data],[H,H,X,DII,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.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity ram is
port ( address :
data :-
wes : , on ram;
architecture beh_ram of ram is
end beh_ram;
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Databases Technologies And Applications

Authors: Zongmin Ma

1st Edition

1599041219, 978-1599041216

More Books

Students also viewed these Databases questions