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

Subversion Repositories uart2bus_testbench

[/] [uart2bus_testbench/] [trunk/] [tb/] [uvm_src/] [uvm_pkg.sv] - 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-2011 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
`ifndef UVM_PKG_SV
24
`define UVM_PKG_SV
25
 
26
`include "uvm_macros.svh"
27
 
28
package uvm_pkg;
29
 
30
  `include "dpi/uvm_dpi.svh"
31
  `include "base/uvm_base.svh"
32
  `include "dap/uvm_dap.svh"
33
  `include "tlm1/uvm_tlm.svh"
34
  `include "comps/uvm_comps.svh"
35
  `include "seq/uvm_seq.svh"
36
  `include "tlm2/uvm_tlm2.svh"
37
  `include "reg/uvm_reg_model.svh"
38
 
39
endpackage
40
 
41
`endif
42
 

powered by: WebSVN 2.1.0

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