Quartus II工程文件的后缀含义
Quartus II工程文件的后綴含義
本文為網(wǎng)絡(luò)整理,大部分內(nèi)容來自網(wǎng)絡(luò)。| File Type | Extension |
| AHDL Include File | .inc |
| ATOM Netlist File | .atm |
| Block Design File | .bdf |
| Block Symbol File | .bsf |
| BSDL file | .bsd |
| Chain Description File | .cdf |
| Comma-Separated Value File | .csv |
| Component Declaration File | .cmp |
| Compressed Vector Waveform. File | .cvwf |
| Conversion Setup File | .cof |
| Cross-Reference File | .xrf |
| database files | .cdb,.hdb,.rdb,.tdb |
| DSP?Block Region File | .macr |
| EDIF Input File | .edf,.edif,.edn |
| Global Clock File | .gclk |
| Graphic Design File | .gdf |
| HardCopy files | .datasheet,.sdo,.tcl,.vo |
| Hexadecimal (Intel-Format) File | .hex |
| Hexadecimal (Intel-Format) Output File | .hexout |
| HSPICE Simulation Deck File | .sp |
| HTML-Format Report File | .htm |
| I/O Pin State File | .ips |
| IBIS Output File | .ibs |
| In System Configuration File | .isc |
| Jam Byte Code File | .jbc |
| Jam File | .jam |
| JTAG Indirect Configuration File | .jic |
| Library Mapping File | .lmf |
| License File | license.dat |
| Logic Analyzer Interface File | .lai |
| Memory Initialization File | .mif |
| Memory Map File | .map |
| PartMiner edaXML-Format File | .xml |
| Pin-Out File | .pin |
| placement constraints file | .apc |
| Programmer Object File | .pof |
| programming files | .cdf,.cof |
| QMSG File | .qmsg |
| Quartus?II Archive File | .qar |
| Quartus?II Archive Log File | .qarlog |
| Quartus?User-Defined Device File | .qud |
| Quartus?II Default Settings File | .qdf |
| Quartus II Exported Partition File | .qxp |
| Quartus?II Project File | .qpf |
| Quartus?II Settings File | .qsf |
| Quartus?II Workspace File | .qws |
| RAM Initialization File | .rif |
| Raw Binary File | .rbf |
| Raw Programming Data File | .rpd |
| Routing Constraints File | .rcf |
| Signal Activity File | .saf |
| SignalTap?II File | .stp |
| Simulator Channel File | .scf |
| SRAM?Object File | .sof |
| Standard Delay Format Output File | .sdo |
| Symbol File | .sym |
| Synopsys Design Constraints File | .sdc |
| Tab-Separated Value File | .txt |
| Tabular Text File | .ttf |
| Tcl Script. File | .tcl |
| Text Design File | .tdf |
| Text-Format Report File | .rpt |
| Text-Format Timing Summary File | .tan.summary |
| Timing Analysis Output File | .tao |
| Token File | ted.tok |
| Vector File | .vec |
| Vector Table Output File | .tbl |
| vector source files | .tbl,.vwf,.vec |
| Vector Waveform. File | .vwf |
| Verilog?Design File | .v,.vh,.verilog,.vlg |
| Verilog Output File | .vo |
| Verilog Quartus Mapping File | .vqm |
| Verilog Test Bench File | .vt |
| Value Change Dump File | .vcd |
| version-compatible database files | .atm,.hdbx,.rcf,.xml |
| VHDL Design File | .vhd,.vhdl |
| VHDL Output File | .vho |
| VHDL Test Bench File | .vht |
| XML files | .cof,.stp,.xml |
| waveform. files | .scf,.stp,.tbl,.vec,.vwf |
?
上面這些文件可以分為五類:
??? 1. 編譯必需的文件:設(shè)計(jì)文件(.gdf、.bdf、EDIF輸入文件、.tdf、verilog設(shè)計(jì)文件、.vqm、.vt、VHDL設(shè)計(jì)文件、. vht)、存儲器初始化文件(.mif、.rif、.hex)、配置文件(.qsf、.tcl)、工程文件(.qpf)。
??? 2. 編譯過程中生成的中間文件(.eqn文件和db目錄下的所有文件)
??? 3. 編譯結(jié)束后生成的報(bào)告文件(.rpt、.qsmg等)
??? 4. 根據(jù)個人使用習(xí)慣生成的界面配置文件(.qws等)
??? 5. 編程文件(.sof、.pof、.ttf等)
??? 上面分類中的第一類文件是一定要保留的;第二類文件在編譯過程中會根據(jù)第一類文件生成,不需要保留;第三類文件會根據(jù)第一類文件的改變而變化,反映了編譯后的結(jié)果,可以視需要保留;第四類文件保存了個人使用偏好,也可以視需要保留;第五類文件是編譯的結(jié)果,一定要保留。
??? 在使用版本控制工具時,我通常保留第一類、第三類和第五類文件。但是第三類文件通常很少被反復(fù)使用。
??? 所以,為了維護(hù)一個最小工程,第一類和第五類文件是一定要保留的。?
??? 此外,當(dāng)一個項(xiàng)目的設(shè)置內(nèi)容需要轉(zhuǎn)移給另一個項(xiàng)目時,例如引腳分配信息,需要轉(zhuǎn)移.tcl文件而不是.qsf文件。.tcl文件與.qsf文件的關(guān)系以及如何生成.tcl文件我會在以后的日志中給出。
總結(jié)
以上是生活随笔為你收集整理的Quartus II工程文件的后缀含义的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: C语言中函数的参数列表为空和void的区
- 下一篇: 使用Altera综合工具Quartus