This data memory can hold up to 32 data elements
Ask Expert

Be Prepared For The Toughest Questions

Practice Problems

This data memory can hold up to 32 data elements

Problem 3:

Design a 16-bit data memory with Address_DM, Data_In_DM, We_DM, Re_DM and Clock as inputs and Data_Out_DM as output. When write enable signal We_DM is 1, data memory will write data Data_In_DM to the address Address_DM at the active clock edge. When read enable signal Re_DM is 1, data memory will read data from the address Address_DM at the active clock edge. If both these control signals are 1 at the active clock edge, then write operation will be performed instead of read operation.

This data memory can hold up to 32 data elements. The size of each data element is 16 bits. This data memory has the following entity declaration:

entity DataMemory16Bits is

 port(Address_DM : IN std_logic_vector(15 downto 0);

 Data_In_DM : IN std_logic_vector(15 downto 0);

 Clock : IN std_logic;

 We_DM, Re_DM : IN std_logic; --write and read enable

 Data_Out_DM : OUT std_logic_vector(15 downto 0));

end DataMemory16Bits; 

Report : VHDL code and waveforms 

Hint
ComputerA data memory serves for storing and keeping the data which is required for the proper operation of the programs. Also, by depending on the program in progress, it could be split into two sections i.e. for DSP2 instruction set the data memory is mainly considered to be consisted of two sections....

Know the process

Students succeed in their courses by connecting and communicating with
an expert until they receive help on their questions

1
img

Submit Question

Post project within your desired price and deadline.

2
img

Tutor Is Assigned

A quality expert with the ability to solve your project will be assigned.

3
img

Receive Help

Check order history for updates. An email as a notification will be sent.

img
Unable to find what you’re looking for?

Consult our trusted tutors.

Developed by Versioning Solutions.