Question: Design a memory block that operates using a common clock for reading and writing. It should operate using a reset that would clear all the

Design a memory block that operates using a common clock for reading and writing. It should operate using a reset that would clear all the memory content. The RAM memory has input and output data ports, and address lines. The memory module should not support simultaneous read and write and should give preference to the write operation. Use parameters for the memory height and width. (As a starting point, assume that the data width is 4 and the stack height is 8).
Create a test-bench to test the memory operation:
For the test-bench use probes to check the contents of the memory for testing.
Show all Verilog code, test bench code, and give explanation of the results.

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 Programming Questions!