|
From: Stephen W. <st...@ic...> - 2008-04-04 22:30:09
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I wonder if it makes sense to abandon the shell script version and merge everything into the "mingw" iverilog-vpi. Maybe, maybe not but there is a little bit of duplication of effort there. Larry Doolittle wrote: > On Fri, Apr 04, 2008 at 03:00:35PM -0700, Cary R. wrote: >> If you would like to see a -L option added to iverilog-vpi please add it >> as a feature request here >> (http://sourceforge.net/tracker/?group_id=149850&atid=776000). >> >> I agree it is odd that the shell script version of iverilog-vpi does not >> complain about extra flags. The mingw version (executable) does complain >> about extra options. > > Patch to Unix iverilog-vpi appended, for discussion. > That only leaves the mingw version and the documentation. > > - Larry > > --- /home/ldoolitt/bin/iverilog-vpi 2008-04-04 10:35:34.000000000 -0700 > +++ iverilog-vpi 2008-04-04 15:13:25.000000000 -0700 > @@ -85,6 +85,9 @@ > -D*) DEFS="$DEFS $parm" > ;; > > + -L*) LDFLAGS="$LDFLAGS $parm" > + ;; > + > --cflags) > echo "$CFLAGS" > exit; > @@ -104,6 +107,9 @@ > echo "/home/ldoolitt/lib/ivl" > exit > ;; > + *) > + echo "$0: warning: unhandled $parm" 1>&2 > + ;; > esac > > done > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Iverilog-devel mailing list > Ive...@li... > https://lists.sourceforge.net/lists/listinfo/iverilog-devel > - -- Steve Williams "The woods are lovely, dark and deep. steve at icarus.com But I have promises to keep, http://www.icarus.com and lines to code before I sleep, http://www.picturel.com And lines to code before I sleep." -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFH9qpErPt1Sc2b3ikRAowGAJ91BFGZfyDaQgo9QYr3U1OWdNM3TACeOlMd 72HS5FV6wLkOn2P5bEXzwEs= =Srf7 -----END PGP SIGNATURE----- |