Fix typo is hello_vpi.c example.
This commit is contained in:
parent
6f3ddce7c4
commit
d8d7673d27
|
|
@ -17,7 +17,7 @@
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*/
|
*/
|
||||||
#ifdef HAVE_CVS_IDENT
|
#ifdef HAVE_CVS_IDENT
|
||||||
#ident "$Id: hello_vpi.c,v 1.4 2006/10/30 22:46:25 steve Exp $"
|
#ident "$Id: hello_vpi.c,v 1.5 2007/01/17 05:35:48 steve Exp $"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
# include <vpi_user.h>
|
# include <vpi_user.h>
|
||||||
|
|
||||||
static PIN_INT32 my_hello_calltf(char *xx)
|
static PLI_INT32 my_hello_calltf(char *xx)
|
||||||
{
|
{
|
||||||
vpi_printf("Hello World, from VPI.\n");
|
vpi_printf("Hello World, from VPI.\n");
|
||||||
return 0;
|
return 0;
|
||||||
|
|
@ -62,6 +62,9 @@ void (*vlog_startup_routines[])() = {
|
||||||
};
|
};
|
||||||
/*
|
/*
|
||||||
* $Log: hello_vpi.c,v $
|
* $Log: hello_vpi.c,v $
|
||||||
|
* Revision 1.5 2007/01/17 05:35:48 steve
|
||||||
|
* Fix typo is hello_vpi.c example.
|
||||||
|
*
|
||||||
* Revision 1.4 2006/10/30 22:46:25 steve
|
* Revision 1.4 2006/10/30 22:46:25 steve
|
||||||
* Updates for Cygwin portability (pr1585922)
|
* Updates for Cygwin portability (pr1585922)
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue