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] - Diff between revs 43 and 44

Only display areas with differences | Details | Blame | View Log

Rev 43 Rev 44
/* MTI_DPI */
/* MTI_DPI */
 
 
/*
/*
 * Copyright 2002-2018 Mentor Graphics Corporation.
 * Copyright 2002-2018 Mentor Graphics Corporation.
 *
 *
 * Note:
 * Note:
 *   This file is automatically generated.
 *   This file is automatically generated.
 *   Please do not edit this file - you will lose your edits.
 *   Please do not edit this file - you will lose your edits.
 *
 *
 * Settings when this file was generated:
 * Settings when this file was generated:
 *   PLATFORM = 'win64'
 *   PLATFORM = 'win64'
 */
 */
#ifndef INCLUDED_PY_DPI
#ifndef INCLUDED_PY_DPI
#define INCLUDED_PY_DPI
#define INCLUDED_PY_DPI
 
 
#ifdef __cplusplus
#ifdef __cplusplus
#define DPI_LINK_DECL  extern "C" 
#define DPI_LINK_DECL  extern "C" 
#else
#else
#define DPI_LINK_DECL 
#define DPI_LINK_DECL 
#endif
#endif
 
 
#include "svdpi.h"
#include "svdpi.h"
 
 
 
 
#ifndef MTI_INCLUDED_TYPEDEF_frame_coordinate_t
#ifndef MTI_INCLUDED_TYPEDEF_frame_coordinate_t
#define MTI_INCLUDED_TYPEDEF_frame_coordinate_t
#define MTI_INCLUDED_TYPEDEF_frame_coordinate_t
 
 
typedef struct {
typedef struct {
    int x;
    int x;
    int y;
    int y;
}  frame_coordinate_t;
}  frame_coordinate_t;
 
 
#endif
#endif
 
 
 
 
DPI_LINK_DECL DPI_DLLESPEC
DPI_LINK_DECL DPI_DLLESPEC
void
void
c_do_it();
c_do_it();
 
 
DPI_LINK_DECL DPI_DLLESPEC
DPI_LINK_DECL DPI_DLLESPEC
void
void
c_get_array(
c_get_array(
    const svOpenArrayHandle va);
    const svOpenArrayHandle va);
 
 
DPI_LINK_DECL DPI_DLLESPEC
DPI_LINK_DECL DPI_DLLESPEC
void
void
exit_py_dpi();
exit_py_dpi();
 
 
DPI_LINK_DECL DPI_DLLESPEC
DPI_LINK_DECL DPI_DLLESPEC
void
void
init_py_dpi(
init_py_dpi(
    int width,
    int width,
    int height);
    int height);
 
 
DPI_LINK_DECL DPI_DLLESPEC
DPI_LINK_DECL DPI_DLLESPEC
void
 
init_py_to_video_frame();
 
 
 
DPI_LINK_DECL DPI_DLLESPEC
 
int
int
py_run_file(
py_run_file(
    const char* filename,
    const char* filename,
    int argc,
    int argc,
    const svOpenArrayHandle args);
    const svOpenArrayHandle args);
 
 
DPI_LINK_DECL int
DPI_LINK_DECL int
sv_write(
sv_write(
    int data,
    int data,
    int address);
    int address);
 
 
#endif 
#endif 
 
 

powered by: WebSVN 2.1.0

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