Product Documentation
Verilog In User Guide
Product Version IC23.1, November 2023

Uses of Pre-Compiled Libraries

After creating the pre-compiled libraries, you can use them to import designs in place of original Verilog libraries. You specify the pre-compiled library name in the Verilog In GUI in the Pre Compiled Verilog Library field.

You can also specify the pre-compiled library name on the command-line using the -preCompileLibrary option followed by the logical name of the pre-compiled library. To specify multiple pre-compiled libraries on command-line, you need to repeat the -preCompileLibrary option.

For example,

ihdl -v xyz.v -preCompileLibrary Lib -preCompileLibrary Lib2 -y udp +libext+.v BigDesign.v

Return to top
 ⠀
X