diff --git a/Makefile.in b/Makefile.in index 412709ef5..d9e1f23b2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.76 2000/10/28 17:51:45 steve Exp $" +#ident "$Id: Makefile.in,v 1.77 2000/10/28 19:12:43 steve Exp $" # # SHELL = /bin/sh @@ -62,7 +62,7 @@ all: ivl@EXEEXT@ # sure the basics were compiled properly. check: all driver/iverilog -Ccheck.conf -ocheck -tvvm-check -B./ivlpp examples/hello.vl - $(CXX) -o check $(rdynamic) -fno-exceptions -Ivvm -Lvvm check.cc -lvvm -lvpip $(dllib) + $(CXX) -o check $(rdynamic) -fno-exceptions -Ivvm -Ivpi -Lvvm check.cc -lvvm -lvpip $(dllib) ./check | grep 'Hello, World' clean: diff --git a/ivl.def b/ivl.def index 6d2a74523..f8f549fc3 100644 --- a/ivl.def +++ b/ivl.def @@ -44,6 +44,7 @@ ivl_scope_name ivl_scope_sigs ivl_scope_sig +ivl_signal_pin ivl_signal_pins ivl_signal_port ivl_signal_type diff --git a/vvm/.cvsignore b/vvm/.cvsignore index cad51a157..d1ff9a240 100644 --- a/vvm/.cvsignore +++ b/vvm/.cvsignore @@ -1,2 +1,3 @@ dep Makefile +vpip.dll