Acceleration of Pre-Compiled Library Creation
It is recommended that you always use Pre-Compiled librarylibrary if they are available or if the same library are being used in multiple runs. You must create the pre-compiled library if they are not available. If you do not have any pre-compiled library and if, only a few modules are being referenced from the library, then you must use them as normal library. If the number of modules being referenced is large, you can specify a target IR library which must preferably be in the /tmp area or on a fast access disk area. This reduces the design time. The target IR library produced does not get deleted on completion of import and you need to remove it if it is not required.
You can accelerate the creation of pre-compiled library in case of netlist as well as schematic views. In case of netlist views, the flatter the design the better is the acceleration. In case of schematic views, you can use the fast label option if label positioning is not important.
Return to top