EDA工具编译过程及测试文件的添加(quartus II)

编译过程:

compile design:

1.analysis and synthesis : 对设计文本进行分析综合

2.place and route : 对设计进行布局布线

3.generate  programming files : 生成汇编文件

4.timequest timing analysis : 进行时序分析

5.eda netlist writer : 生成下载到eda中的网表文件

6.program device : 下载网表文件到设备中

测试文件的添加:(事先已经写好了tb文件在quartus中如何将其添加到工程中的方法)

assignments => setting => simulation => compile test bench => test bench name & test bench and simulatino files

你可能感兴趣的:(日记类)