blockram 初始化文件

;******************************************************************
;********  Example of Single Port Block Memory .COE file  *********
;******************************************************************
memory_initialization_radix=16;
memory_initialization_vector=
;0DA,
002,
003,
004,
005,
006,
05A,
002,
003,
004,
005,
006,
000,
02E,
001,
002,
003,
004,
005,
006,
007,
008,
009,
00A,
00B,
00C,
00D,
00E,
00F,
010,
011,
012,
013,
014,
015,
016,
017,
018,
019,
01A,
01B,
01C,
01D,
01E,
01F,
020,
021,
022,
023,
024,
025,
026,
027,
028,
029,
02A,
02B,
02C,
02D,
12E;

用blockram生成的ram或rom可以指定初始化文件,该文件以.coe结尾。在coregen中指定该.coe文件,会生成带有初始化数据的.ngc文件。

原文地址:https://www.cnblogs.com/haitaox/p/3287734.html