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

Subversion Repositories qaz_libs

[/] [qaz_libs/] [trunk/] [BFM/] [sim/] [tests/] [tb_video_frame_dpi/] [py_dpi.h] - Blame information for rev 44

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 43 qaztronic
/* MTI_DPI */
2
 
3
/*
4
 * Copyright 2002-2018 Mentor Graphics Corporation.
5
 *
6
 * Note:
7
 *   This file is automatically generated.
8
 *   Please do not edit this file - you will lose your edits.
9
 *
10
 * Settings when this file was generated:
11
 *   PLATFORM = 'win64'
12
 */
13
#ifndef INCLUDED_PY_DPI
14
#define INCLUDED_PY_DPI
15
 
16
#ifdef __cplusplus
17
#define DPI_LINK_DECL  extern "C" 
18
#else
19
#define DPI_LINK_DECL 
20
#endif
21
 
22
#include "svdpi.h"
23
 
24
 
25
#ifndef MTI_INCLUDED_TYPEDEF_frame_coordinate_t
26
#define MTI_INCLUDED_TYPEDEF_frame_coordinate_t
27
 
28
typedef struct {
29
    int x;
30
    int y;
31
}  frame_coordinate_t;
32
 
33
#endif
34
 
35
 
36
DPI_LINK_DECL DPI_DLLESPEC
37
void
38
c_do_it();
39
 
40
DPI_LINK_DECL DPI_DLLESPEC
41
void
42
c_get_array(
43
    const svOpenArrayHandle va);
44
 
45
DPI_LINK_DECL DPI_DLLESPEC
46
void
47
exit_py_dpi();
48
 
49
DPI_LINK_DECL DPI_DLLESPEC
50
void
51
init_py_dpi(
52
    int width,
53
    int height);
54
 
55
DPI_LINK_DECL DPI_DLLESPEC
56
int
57
py_run_file(
58
    const char* filename,
59
    int argc,
60
    const svOpenArrayHandle args);
61
 
62
DPI_LINK_DECL int
63
sv_write(
64
    int data,
65
    int address);
66
 
67
#endif 

powered by: WebSVN 2.1.0

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