1 2 3 4 5 6 7
package sample_pkg is constant SAMPLE_CONSTANT : integer; end sample_pkg; package body sample_pkg is constant SAMPLE_CONSTANT : integer := 160; end sample_pkg;