原创 Quartus II + ModuleSim入门配置

2010-10-3 21:18 2600 0 分类: FPGA/CPLD

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)很多语法错误,只有在方针的时候才能看出来

(4)将不用的管脚设置成输入三态的
        Assignment--》device--》device&pin option--》unused pins--》As input tri-stated
PARTNER CONTENT

文章评论0条评论)

登录后参与讨论
我要评论
0
0
关闭 站长推荐上一条 /3 下一条