Limitations of Using Pre-Compiled Libraries in Verilog In
The limitations in using pre-compiled libraries are as follows:
- Pre-compiled library takes more space than a Verilog library.
- Although the physical location of a pre-compiled library can be changed, its logical name cannot be changed. If you want to change the logical name of pre-compiled library then you need to create it again.
Return to top