siliconsmart RAM特征化 Error
时间:10-02
整理:3721RD
点击:
Number of bus width and internal nodes are mismatched for bus mem_int 。有人遇到吗
ram的存储selladdress有接vss的
有没有ram的lab啊
set_maximum_addressable_word
The maximum possible memory address is determined by the width of the
address bus of the memory. However, when the memory size is less than the
maximum possible address, the user has to manually set the
default_bus_value_1 parameter in the configure.tcl file for the concerned
pin to the size of memory. This command will perform this automatically.
Syntax
set_maximum_addressable_value value
Arguments
value
Any integer between 0 to pow (2,width of address bus) -1.
比如:地址A[7:0],那么SRAM最大的word数量是256个words,但实际的SRAM大小是240个words, 因为有地址空间浪费,则需要
set_maximum_addressable_value 240 (这里默认值是2^8-1=255)