SystemVerilog Output File (.svo)

A SystemVerilog Hardware Description Language (HDL) standard netlist file (with the extension .svo) that is generated by the Intel® Quartus® Prime Compiler.

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

You can specify that the Compiler generates a SystemVerilog Output File after a successful compilation by selecting the name of a specific SystemVerilog HDL simulation or timing analysis tool, or by selecting Custom Verilog HDL from the Tool name list and specifying options in the Simulation or Timing Analysis pages of the Settings dialog box.

You can also generate a SystemVerilog Output File by using the Start EDA Netlist Writer command. You can use this command if you have already compiled the design and want to change the EDA tool settings and generate a SystemVerilog Output File for another EDA tool.

The Compiler places the generated SystemVerilog Output File into a tool-specific directory within the current project directory. For EDA simulation tools, the SystemVerilog Output File is placed in the /<project directory>/simulation/<EDA simulation tool> directory. For EDA timing analysis tools, the SystemVerilog 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 SystemVerilog Output File is placed in the /<project directory>/simulation/custom or the /<project directory>/timing/custom directory, respectively.

The file name of the SystemVerilog Output File is the top-level design entity name with a .vo extension. The file name of the Standard Delay Format 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).