RAM Random Acccss Memory can be written to and read from ROM
RAM (Random Acccss Memory, can be written to and read from) ROM (Read Only Memory) Full Adder n-bit Adder module MOD3 (input clk, { input rst, Input [3:0] addr, output reg (7:0) data}; reg [7:0] array [3:0]: always 0 (posedge clk or posedge rst) if (rat) begin array[O]
Solution
option vi. ROM (read only memory)
EXPLANATION:
It is clear from the logic that the data at memory locations 8\'h03 is copied into array[0] and so on .
No other data manipulations like adding or writing data codes are used.
Hence it can be confirmed that the above code is for ROM (READ ONLY MEMORY) module.
![RAM (Random Acccss Memory, can be written to and read from) ROM (Read Only Memory) Full Adder n-bit Adder module MOD3 (input clk, { input rst, Input [3:0] addr RAM (Random Acccss Memory, can be written to and read from) ROM (Read Only Memory) Full Adder n-bit Adder module MOD3 (input clk, { input rst, Input [3:0] addr](/WebImages/6/ram-random-acccss-memory-can-be-written-to-and-read-from-rom-987206-1761507283-0.webp)