原文地址:quartus生成的各文件含义作者:小牛
Source files (always under source control)
*.bdf Schematic
*.bsf Symbols
*.inc AHDL include
*.lai Logic analyzer interface
*.mif Memory init
*.ptf SOPC file (old but recommended)
*.qip MegaWizard IP
*.sopc SOPC file
*.tcl Scripts
*.tdf AHDL source
*.v Verilog source
*.vhd VHDL source
*.vwf Simulation stimuli
Assignments & settings (always under source control)
Name.cdf Programming chain settings
Name.qdf Default assignments
Name.qpf Project file
Name.qsf Assignments (except timing)
Name.sdc Timing constrains. This file should never be written directly by TimeQuest, since it might get randomly rearranged. Write to a separate file and copy-paste into main file.
Name.srf Message supressions
Output files (normally under source control)
NOTE: Do not generate rbf or ttf files unless they are used
Name.pof Programming file
Name.rbf Programming file (normally not present)
Name.sof Programming file
Name.ttf Output in text format (normally not present)
Special cases (consider source control)
db*.* Improves quartus compilation time. Lots of files. If and only if incremental compilation will be used this should be under source control.
simulation*.* This folder is for ModelSim. Quartus Simulator works without this folder. If ModelSim is used this should be under source control.
Report files (normally not under source control)
*.done Date
*.qarlog Log of project archiving
*.rpt Reports
*.summary Report summaries
Generated files (never under source control)
timing*.* No settings, just generated timing stuff
Name.qws GUI settings (window positions is a user rather than project option)
*.cmp Component declarations
*.dpf -
*.eqn Equations
*.html -
*.jpg Images generated by some megawizards?
*.pin -
*.ppf -
Backup files (never under source control)
*.bak Backup of single files
*.qar Quartus archive
【Altera|quartus生成的各文件含义】原文地址:http://www.alteraforum.com/forum/showthread.php?p=12821
推荐阅读
- FPGA|DDR3原理总结
- verilog中assign和always@(*)两者描述组合逻辑时的差别
- Quartus 2 使用错误集锦
- Altera|Altera特殊管脚的使用(适用全系列Altera FPGA,MSEL区别除外)-来自altera论坛
- 笔记|FPGA里面的时钟管理
- fpga|【转】MATLAB与ISE联合仿真的必备流程
- 论文阅读——Optimizing the Convolution Operation to accelerate DNN on FPGA