Memory
Two dimensional register array
Can not be a net type
Examples:
Double-indexing is not permitted
reg [31:0] mem[0:1023]; // 1Kx32
reg [31:0] instr;
instr = mem[2];
instr = mem[2][7:0] // Illegal
ÀÌÀü ½½¶óÀ̵å
´ÙÀ½ ½½¶óÀ̵å
ù ½½¶óÀ̵å·Î À̵¿
±×·¡ÇÈ ¹öÀü º¸±â