1
1
--
2
2
-- File Name: OsvvmContext.vhd
3
3
-- Design Unit Name: OsvvmContext
4
- -- Revision: STANDARD VERSION, revision 2015.01
4
+ -- Revision: STANDARD VERSION
5
5
--
6
6
-- Maintainer: Jim Lewis email: [email protected]
7
7
--
20
20
-- Revision History:
21
21
-- Date Version Description
22
22
-- 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
24
25
--
25
26
--
26
- -- Copyright (c) 2015 by SynthWorks Design Inc. All rights reserved.
27
+ -- Copyright (c) 2015 - 2016 by SynthWorks Design Inc. All rights reserved.
27
28
--
28
29
-- Verbatim copies of this source file may be used and
29
30
-- distributed without restriction.
@@ -49,11 +50,14 @@ context OsvvmContext is
49
50
50
51
use OSVVM.NamePkg.all ;
51
52
use OSVVM.TranscriptPkg.all ;
53
+ use OSVVM.TextUtilPkg.all ;
52
54
use OSVVM.OsvvmGlobalPkg.all ;
53
55
use OSVVM.AlertLogPkg.all ;
54
56
use OSVVM.RandomPkg.all ;
55
57
use OSVVM.CoveragePkg.all ;
56
58
use OSVVM.MemoryPkg.all ;
57
-
59
+ use OSVVM.ResolutionPkg.all ;
60
+ use OSVVM.TbUtilPkg.all ;
61
+
58
62
end context OsvvmContext ;
59
63
0 commit comments