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.
ihdl -vxyz.v-preCompileLibraryLib-preCompileLibraryLib2-yudp+libext+.vBigDesign.v
Return to top