Why is this an issue?

A configuration instance rule is unused, which may mean that there is a typo in the target name.

How to fix it

Code examples

Noncompliant code example

config cfg;
  design top;
  instance top.foo liblist l; // Noncompliant
endconfig

module top;
endmodule