按照51FPGA提供的12864的例子,生成rom.hex文件。
在使用时候会报几个warning:
Warning (113015): Width of data items in "rom6464.hex" is greater than the memory width. Wrapping data items to subsequent addresses. Found 16 warnings, reporting 10
Warning (113009): Data at line (1) of memory initialization file "rom6464.hex" is too wide to fit in one memory word. Wrapping data to subsequent addresses.
意思是rom.hex文件内的数据太宽了,不能用。
我的ROM是64位X64的。应该指的就是这个问题了。
我想搞明白这个ROM,不论多宽的位,数据是怎样初始化的?还有别的方法吗?
我的环境是QII12。