1. 安装Quartus II 和 ModuleSim
2. 在Quartus II中,Options--》General--》EDA tool Option,
3. 在右侧的ModelSim,选择ModuleSim路径,一直要选到win32;
例如:C:\modeltech_6.5\win32
4. 编写好了Verilog 代码后,编译。
5. 在Quartus II中,Processing--》Start--》Start test bench Tempplate Writer,
在其中编写行为模块代码。(.vt格式的)
6. Assignment--》EDA Tools Setting--》Simulation中,设置
(1)time scale
(2)Complie test bench(根据实际情况设置)
7. 将C:\verilog_working_space\test_01\simulation\modelsim\modelsim.ini中的
VoptFlow = 1改成VoptFlow = 0
8. Tool--》EDA Simulation Tool--》Run EDA RTL Simulation,运行ModleSim执行功能仿真
注意:
(1)创建工程的时候,代码的目录路径中,不能有中文和空格,否则ModleSim不能识别
(2)创建Template Test bench的时候,一定要将VoptFlow = 1改成VoptFlow = 0
(3)很多语法错误,只有在方针的时候才能看出来
文章评论(0条评论)
登录后参与讨论