1 2 3 4 5 6 7 8 9
entity test is end; use work.pkg; use work.mygpkg; architecture behav of test is begin assert mygpkg.test = 17; end behav;