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

Subversion Repositories uart2bus_testbench

[/] [uart2bus_testbench/] [trunk/] [tb/] [uvm_src/] [dpi/] [uvm_dpi.svh] - Blame information for rev 16

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 16 HanySalah
//----------------------------------------------------------------------
2
//   Copyright 2010 Synopsys, Inc.
3
//   Copyright 2011 Mentor Graphics Corporation
4
//   All Rights Reserved Worldwide
5
//
6
//   Licensed under the Apache License, Version 2.0 (the
7
//   "License"); you may not use this file except in
8
//   compliance with the License.  You may obtain a copy of
9
//   the License at
10
//
11
//       http://www.apache.org/licenses/LICENSE-2.0
12
//
13
//   Unless required by applicable law or agreed to in
14
//   writing, software distributed under the License is
15
//   distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
16
//   CONDITIONS OF ANY KIND, either express or implied.  See
17
//   the License for the specific language governing
18
//   permissions and limitations under the License.
19
//----------------------------------------------------------------------
20
 
21
`ifndef UVM_DPI_SVH
22
`define UVM_DPI_SVH
23
 
24
//
25
// Top-level file for DPI subroutines used by UVM.
26
//
27
// Tool-specific distribution overlays may be required.
28
//
29
// To use UVM without any tool-specific overlay, use +defin+UVM_NO_DPI
30
//
31
 
32
`ifdef UVM_NO_DPI
33
  `define UVM_HDL_NO_DPI
34
  `define UVM_REGEX_NO_DPI
35
  `define UVM_CMDLINE_NO_DPI
36
`endif
37
 
38
`include "dpi/uvm_hdl.svh"
39
`include "dpi/uvm_svcmd_dpi.svh"
40
`include "dpi/uvm_regex.svh"
41
 
42
`endif // UVM_DPI_SVH

powered by: WebSVN 2.1.0

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