subject
Engineering, 07.07.2020 19:01 nixie167

ROM Design 1. Requirement
Design ROM that has 16 locations each 32 bits wide. The 16 locations have the values like 0xDEADBEEF, 0xCAFEBABE, 0xDEADFEED and so on of your choice. There will be a chipselect (CS) input that activates the chip. The address input to the chip is a vector. The output would also be a vector that should send out the data already initialized at the active clock edge, depending on the address input to the chip.
Clk
CS ROM 16x32 Data Out
Addressbits
The interface can be as below:
entity ROM 32Bits_Design is
port
Clk:instd logic
cs:instd logic:
Address:instd logic vector (3downtoo)
Data Out :outstd logic_vector (31 downto0)
2. Pre-lab
Study and analyze the working of a ROM
Study how to do the type conversion in VHDL:
std logic vector
signed/un-signed signed/un-signed Intege
std_logic_vector?integer
3. Lab
Write the VHDL code for this ROM design(recommend using conversion functions located in numeric std library for index conversion for array).
Simulate using Xilinx Vivado simulator.
VHDL test bench with enough test cases.

ansver
Answers: 3

Another question on Engineering

question
Engineering, 04.07.2019 18:10
Acompressor receives the shaft work to decrease the pressure of the fluid. a)- true b)- false
Answers: 3
question
Engineering, 04.07.2019 18:10
Which of the following ziegler nichols tuning methods the response of the controller to a step input should exhibit an s-shaped curve? a)-open loop mode b)-closed loop mode c)-both modes (open & closed) d)-none of the modes (open & closed)
Answers: 3
question
Engineering, 04.07.2019 18:10
Aturning operation is performed with following conditions: rake angle of 12°, a feed of 0.35 mm/rev, and a depth of cut of 1.1 mm. the work piece is aluminum alloy 6061 with t6 heat treatment (a16061-t6). the resultant chip thickness was measured to be 1.0 mm. estimate the cutting force, fc. use shear stress of 207 mpa and coefficient of friction on the tool face of 0.6.
Answers: 1
question
Engineering, 04.07.2019 18:20
Acertain flow of air (at stp) has a velocity distribution given by v i (in ft/s). if this flow is going through a 4 ft square area in the yz-plane (centered at the origin), what is the mass flow rate (in lbm/s)?
Answers: 2
You know the right answer?
ROM Design 1. Requirement
Design ROM that has 16 locations each 32 bits wide. The 16 locatio...
Questions
Questions on the website: 13722367