Magic stime object support.
This commit is contained in:
parent
a0e3b3386d
commit
dee52dd2d0
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
#if !defined(WINNT)
|
#if !defined(WINNT)
|
||||||
#ident "$Id: compile.cc,v 1.119 2002/01/06 03:15:13 steve Exp $"
|
#ident "$Id: compile.cc,v 1.120 2002/01/11 05:21:47 steve Exp $"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
# include "arith.h"
|
# include "arith.h"
|
||||||
|
|
@ -482,6 +482,7 @@ void compile_init(void)
|
||||||
{
|
{
|
||||||
sym_vpi = new_symbol_table();
|
sym_vpi = new_symbol_table();
|
||||||
compile_vpi_symbol("$time", vpip_sim_time());
|
compile_vpi_symbol("$time", vpip_sim_time());
|
||||||
|
compile_vpi_symbol("$stime", vpip_sim_time());
|
||||||
|
|
||||||
sym_functors = new_symbol_table();
|
sym_functors = new_symbol_table();
|
||||||
functor_init();
|
functor_init();
|
||||||
|
|
@ -1378,6 +1379,9 @@ vvp_ipoint_t debug_lookup_functor(const char*name)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* $Log: compile.cc,v $
|
* $Log: compile.cc,v $
|
||||||
|
* Revision 1.120 2002/01/11 05:21:47 steve
|
||||||
|
* Magic stime object support.
|
||||||
|
*
|
||||||
* Revision 1.119 2002/01/06 03:15:13 steve
|
* Revision 1.119 2002/01/06 03:15:13 steve
|
||||||
* Support weak functor inputs.
|
* Support weak functor inputs.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue