Global signals cannot be used in design as they cannot be synthesized.
package my_package is signal global_signal : std_logic := '0'; end;