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

Subversion Repositories adv_debug_sys

[/] [adv_debug_sys/] [trunk/] [Software/] [adv_jtag_bridge/] [sim_lib/] [src/] [jp-io-vpi.c] - Diff between revs 8 and 51

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 8 Rev 51
Line 19... Line 19...
   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
 
 
/* This plugs into an rtl simulator via vpi */
/* This plugs into an rtl simulator via vpi */
 
 
#include <stdio.h>
#include <stdio.h>
 
#include <stdlib.h>
#include <unistd.h>
#include <unistd.h>
#include <stdint.h>
#include <stdint.h>
#include <errno.h>
#include <errno.h>
#include <string.h>
#include <string.h>
 
 
Line 116... Line 117...
  s_vpi_value value;
  s_vpi_value value;
  vpiHandle sys = vpi_handle(vpiSysTfCall, 0);
  vpiHandle sys = vpi_handle(vpiSysTfCall, 0);
  vpiHandle argv;
  vpiHandle argv;
  vpiHandle dat_to;
  vpiHandle dat_to;
 
 
  vpiHandle dat_to_index;
 
 
 
  if(!jp_got_con) {
  if(!jp_got_con) {
    if(!jp_check_con())
    if(!jp_check_con())
      return 0;
      return 0;
  }
  }
 
 

powered by: WebSVN 2.1.0

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