Why is this an issue?

A configuration library list references an unknown library.

How to fix it

Code examples

Noncompliant code example

config cfg;
  design top;
  default liblist foo;
endconfig

module top;
endmodule