OpenCores
URL https://opencores.org/ocsvn/uart2bus_testbench/uart2bus_testbench/trunk

Subversion Repositories uart2bus_testbench

[/] [uart2bus_testbench/] [trunk/] [tb/] [uvm_src/] [base/] [uvm_base.svh] - Blame information for rev 16

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 16 HanySalah
//
2
//----------------------------------------------------------------------
3
//   Copyright 2007-2011 Mentor Graphics Corporation
4
//   Copyright 2007-2010 Cadence Design Systems, Inc.
5
//   Copyright 2010 Synopsys, Inc.
6
//   Copyright 2013 NVIDIA Corporation
7
//   All Rights Reserved Worldwide
8
//
9
//   Licensed under the Apache License, Version 2.0 (the
10
//   "License"); you may not use this file except in
11
//   compliance with the License.  You may obtain a copy of
12
//   the License at
13
//
14
//       http://www.apache.org/licenses/LICENSE-2.0
15
//
16
//   Unless required by applicable law or agreed to in
17
//   writing, software distributed under the License is
18
//   distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
19
//   CONDITIONS OF ANY KIND, either express or implied.  See
20
//   the License for the specific language governing
21
//   permissions and limitations under the License.
22
//----------------------------------------------------------------------
23
 
24
`ifndef UVM_BASE_SVH
25
`define UVM_BASE_SVH
26
 
27
  typedef class uvm_cmdline_processor;
28
 
29
 
30
  `include "base/uvm_coreservice.svh"
31
 
32
  // Miscellaneous classes and functions. uvm_void is defined in uvm_misc,
33
  // along with some auxillary functions that UVM needs but are not really
34
  // part of UVM.
35
  `include "base/uvm_version.svh"
36
  `include "base/uvm_object_globals.svh"
37
  `include "base/uvm_misc.svh"
38
 
39
  // The base object element. Contains data methods (,  etc) and
40
  // factory creation methods (). Also includes control classes.
41
  `include "base/uvm_object.svh"
42
 
43
  `include "base/uvm_pool.svh"
44
  `include "base/uvm_queue.svh"
45
 
46
  `include "base/uvm_factory.svh"
47
  `include "base/uvm_registry.svh"
48
 
49
 
50
  // Resources/configuration facility
51
  `include "base/uvm_spell_chkr.svh"
52
  `include "base/uvm_resource.svh"
53
`ifdef UVM_USE_RESOURCE_CONVERTER
54
  `include "deprecated/uvm_resource_converter.svh"
55
`endif
56
  `include "base/uvm_resource_specializations.svh"
57
  `include "base/uvm_resource_db.svh"
58
  `include "base/uvm_config_db.svh"
59
 
60
 
61
  // Policies
62
  `include "base/uvm_printer.svh"
63
  `include "base/uvm_comparer.svh"
64
  `include "base/uvm_packer.svh"
65
  `include "base/uvm_links.svh"
66
  `include "base/uvm_tr_database.svh"
67
  `include "base/uvm_tr_stream.svh"
68
  `include "base/uvm_recorder.svh"
69
 
70
  // Event interface
71
  `include "base/uvm_event_callback.svh"
72
  `include "base/uvm_event.svh"
73
  `include "base/uvm_barrier.svh"
74
 
75
  // Callback interface
76
  `include "base/uvm_callback.svh"
77
 
78
  // Reporting interface
79
  `include "base/uvm_report_message.svh"
80
  `include "base/uvm_report_catcher.svh"
81
  `include "base/uvm_report_server.svh"
82
  `include "base/uvm_report_handler.svh"
83
  `include "base/uvm_report_object.svh"
84
 
85
  // Base transaction object
86
  `include "base/uvm_transaction.svh"
87
 
88
  // The phase declarations
89
  `include "base/uvm_phase.svh"
90
  `include "base/uvm_domain.svh"
91
  `include "base/uvm_bottomup_phase.svh"
92
  `include "base/uvm_topdown_phase.svh"
93
  `include "base/uvm_task_phase.svh"
94
  `include "base/uvm_common_phases.svh"
95
  `include "base/uvm_runtime_phases.svh"
96
 
97
  `include "base/uvm_component.svh"
98
 
99
  // Objection interface
100
  `include "base/uvm_objection.svh"
101
  `include "base/uvm_heartbeat.svh"
102
 
103
  `include "base/uvm_globals.svh"
104
 
105
  // Command Line Processor
106
  `include "base/uvm_cmdline_processor.svh"
107
 
108
  // traversal utilities
109
  `include "base/uvm_traversal.svh"
110
 
111
`endif // UVM_BASE_SVH

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.