Skip to content

Commit dcb410d

Browse files
committed
Added TextUtilPkg, ResolutionPkg, and TbUtilPkg
1 parent 110fbce commit dcb410d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

OsvvmContext.vhd

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--
22
-- File Name: OsvvmContext.vhd
33
-- Design Unit Name: OsvvmContext
4-
-- Revision: STANDARD VERSION, revision 2015.01
4+
-- Revision: STANDARD VERSION
55
--
66
-- Maintainer: Jim Lewis email: [email protected]
77
--
@@ -20,10 +20,11 @@
2020
-- Revision History:
2121
-- Date Version Description
2222
-- 01/2015 2015.01 Initial Revision
23-
-- 06/2015 205.06 Added MemoryPkg
23+
-- 06/2015 2015.06 Added MemoryPkg
24+
-- 11/2016 2016.11 Added TbUtilPkg and ResolutionPkg
2425
--
2526
--
26-
-- Copyright (c) 2015 by SynthWorks Design Inc. All rights reserved.
27+
-- Copyright (c) 2015 - 2016 by SynthWorks Design Inc. All rights reserved.
2728
--
2829
-- Verbatim copies of this source file may be used and
2930
-- distributed without restriction.
@@ -49,11 +50,14 @@ context OsvvmContext is
4950

5051
use OSVVM.NamePkg.all ;
5152
use OSVVM.TranscriptPkg.all ;
53+
use OSVVM.TextUtilPkg.all ;
5254
use OSVVM.OsvvmGlobalPkg.all ;
5355
use OSVVM.AlertLogPkg.all ;
5456
use OSVVM.RandomPkg.all ;
5557
use OSVVM.CoveragePkg.all ;
5658
use OSVVM.MemoryPkg.all ;
57-
59+
use OSVVM.ResolutionPkg.all ;
60+
use OSVVM.TbUtilPkg.all ;
61+
5862
end context OsvvmContext ;
5963

0 commit comments

Comments
 (0)