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] - Rev 49

Go to most recent revision | Compare with Previous | Blame | View Log

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

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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