1 2 3 4 5 6 7 8 9
use work.MemorySupportPkg.all; entity ent is end; architecture behav of ent is constant c : MemBlockType := InitMemoryBaseType_X (3, 2); begin end;