Glossary

Verilog Output File (.vo)


A Verilog Hardware Description Language (HDL) standard netlist file (with the extension .vo) that is generated by the Quartus® II Compiler.

The Verilog Output File can be imported into an industry-standard Verilog HDL simulation or timing analysis tool. The Verilog Output File cannot be compiled with the Quartus II Compiler.

You can specify that the Compiler generates a Verilog Output File after a successful compilation by selecting the name of a specific Verilog HDL simulation or timing analysis tool, or by selecting Custom Verilog HDL from the Tool name list in the EDA Tool Settings page of the Settings dialog box (Assignments menu). You can then specify options for the Verilog Output File in the Verilog HDL Output Settings dialog box, which is available from the EDA Tool Settings page of the Settings dialog box (Assignments menu).

You can also generate a Verilog Output File by using the EDA Tool Post-Compilation Commands > Write Output Netlists command (Processing menu). You can use this command if you have already compiled the design and want to change the EDA tool settings and generate a Verilog Output File for another EDA tool.

The Compiler places the generated Verilog Output File into a tool-specific directory within the current project directory. For EDA simulation tools, the Verilog Output File is placed in the /<project directory>/simulation/<EDA simulation tool> directory. For EDA timing analysis tools, the Verilog Output File is placed in the /<project directory>/timing/<EDA timing analysis tool> directory. If you select Custom Verilog HDL for simulation or timing analysis, the Verilog Output File is placed in the /<project directory>/simulation/custom or the /<project directory>/timing/custom directory, respectively.

The file name of the Verilog Output File is the top-level design entity name with a .vo extension. The file name of the Standard Delay Format (SDF) Output File (.sdo) is the top-level design entity name with a "_v" appended to the project name and an .sdo extension (for example, <top-level design name>_v.sdo). The Verilog Output File contains properties of all entities within the top-level project.


Back to Top

- PLDWorld -

 

Created by chm2web html help conversion utility.