Add vpiStop and interactive mode.

This commit is contained in:
steve
2003-02-21 03:40:35 +00:00
parent fbac08200d
commit 2de0597038
7 changed files with 256 additions and 62 deletions
+3 -3
View File
@@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.42 2003/01/25 23:48:05 steve Exp $"
#ident "$Id: Makefile.in,v 1.43 2003/02/21 03:40:35 steve Exp $"
#
#
SHELL = /bin/sh
@@ -67,8 +67,8 @@ vpi_memory.o vpi_vthr_vector.o vpip_bin.o vpip_hex.o vpip_oct.o \
vpip_to_dec.o vvp_vpi.o
O = main.o parse.o parse_misc.o lexor.o arith.o bufif.o compile.o debug.o \
functor.o fvectors.o npmos.o resolv.o symbols.o ufunc.o codes.o vthread.o \
schedule.o statistics.o tables.o udp.o memory.o force.o event.o \
functor.o fvectors.o npmos.o resolv.o stop.o symbols.o ufunc.o codes.o \
vthread.o schedule.o statistics.o tables.o udp.o memory.o force.o event.o \
logic.o delay.o words.o $V
ifeq (@WIN32@,yes)