首页 > 代码库 > quartus ii中仿真rom时遇到的问题

quartus ii中仿真rom时遇到的问题

1.modelsim仿真只支持.hex,并不支持.mif(Memory Initialzation File)。

2.在Matlab中生成.mif文件,然后再quartus中打开,转换为hex格式后另存为。

3.让modelsim支持hex,https://wenku.baidu.com/view/48e7216704a1b0717fd5dda0.html?re=view

4..hex文件要在modelsim工程下,还是quartus工程下???

quartus ii中仿真rom时遇到的问题