Это не кора, а модель памяти. Read me не помог? #An associative array has been implemented to reduce the amount of #static memory allocated by the DDR model. The number of #entries in the associative array is controlled by the part_mem_bits #parameter, and is equal to 2^part_mem_bits. For example, if the #part_mem_bits parameter is equal to 10, the associative array will be #large enough to store 1024 write data transfers to unique addresses. #The following is simulation with setting the part_mem_bits parameter to 10.
vsim -t ps -Gpart_mem_bits=20 ddr -novopt work.tb
|