Request a Demo Start a Trial

Library is not available

When SVH encounters a reference to a library that is not available in the working environment, perhaps owing to a typo in the library name or a missing configuration, a problem is reported.

library ieee;
library DOES_NOT_EXIST;

Note that this rule is set to warning warning by default.

Rule Configuration

This rule can be disabled for your project, or its severity and parameters can be modified in the project linting settings. Alternatively, it can be manually configured with the following template:

50/severity/${path}={error|warning|info|ignore}