Why is this an issue?

Global signals cannot be used in design as they cannot be synthesized.

How to fix it

Code examples

Noncompliant code example

package my_package is
  signal global_signal : std_logic := '0';
end;