/* $Id: dpi_vpi.sv,v 1.1 2005/04/06 06:43:38 drich Exp drich $ */ /* dave_rich@mentor.com */ package VPI; import "DPI-C" context VPI_handle_by_name = function chandle handle_by_name(input string name); import "DPI-C" context VPI_get_value = function int get_value(input chandle handle); import "DPI-C" context VPI_put_value = function void put_value(input chandle handle, input int value); endpackage : VPI