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

Subversion Repositories uart2bus_testbench

[/] [uart2bus_testbench/] [trunk/] [tb/] [uvm_src/] [dpi/] [uvm_dpi.cc] - 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
//
22
// Top-level file that includes all of the C/C++ files required
23
// by UVM
24
//
25
// The C code may be compiled by compiling this top file only,
26
// or by compiling individual files then linking them together.
27
//
28
 
29
#ifdef __cplusplus
30
extern "C" {
31
#endif
32
 
33
#include <stdlib.h>
34
#include "uvm_dpi.h"
35
#include "uvm_common.c"
36
#include "uvm_regex.cc"
37
#include "uvm_hdl.c"
38
#include "uvm_svcmd_dpi.c"
39
 
40
#ifdef __cplusplus
41
}
42
#endif
43
 

powered by: WebSVN 2.1.0

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