[color=rgb(51, 51, 51) !important]1、建立工程如下 [color=rgb(51, 51, 51) !important]
[color=rgb(51, 51, 51) !important]2.如果是第一次使用modelsim,需要建立Quartusii12.0和modelsim的链接。QuartusII12.0-》Tools-》option-》EDATooloptions再选择自己的软件和对应的安装文件夹,如下 [color=rgb(51, 51, 51) !important]
[color=rgb(51, 51, 51) !important]3.建立测试文件(testbench)可以自己写,也可以用quartusII自己生成(生成的只是模版,功能需要自己添加),注:testbench的输出为要测试文件的输入,即测试文件是为要测试文件产生信号用的,因此testbench的input为reg变量,输出为wire变量,具体操纵如下 [color=rgb(51, 51, 51) !important]
[color=rgb(51, 51, 51) !important]4.打开测试文本,添加测试的信号功能(注:上步生成的文件后缀为.vt,在所建工程下的simulation\modelsim\下面)。 [color=rgb(51, 51, 51) !important]
[color=rgb(51, 51, 51) !important]5.添加信号功能如下。 [color=rgb(51, 51, 51) !important]
[color=rgb(51, 51, 51) !important]6.复制测试文件模块名(供下步添加testbenchname用)添加测试文件。assignment-》setting-》 [color=rgb(51, 51, 51) !important]
[color=rgb(51, 51, 51) !important]7、开始仿真Tools-》run-》simulationtool [color=rgb(51, 51, 51) !important]
[color=rgb(51, 51, 51) !important]8.结果(若没有自动运行,需按simulation和addwave) [color=rgb(51, 51, 51) !important]
|