Re: gEDA-user: Math functions and PLI

2007-12-20 Thread Larry Doolittle
On Mon, Dec 17, 2007 at 09:59:20AM -0800, Larry Doolittle wrote: On Sun, Dec 16, 2007 at 10:43:38PM -0800, Larry Doolittle wrote: On Sun, Dec 16, 2007 at 06:19:38PM -0800, Matt Ettus wrote: http://www.chris.spear.net/pli/math.htm Using [stuff], I can get Icarus to at least attempt to

Re: gEDA-user: Math functions and PLI

2007-12-17 Thread Larry Doolittle
Matt - On Sun, Dec 16, 2007 at 10:43:38PM -0800, Larry Doolittle wrote: On Sun, Dec 16, 2007 at 06:19:38PM -0800, Matt Ettus wrote: http://www.chris.spear.net/pli/math.htm Unfortunately, when I go to use the result I still get the messages that Matt reports. Steve, what am I missing?

Re: gEDA-user: Math functions and PLI

2007-12-17 Thread Stephen Williams
I believe the current Icarus Verilog vvp now has all the infrastructure needed to support real-valued system functions, and there are some PLI2 functions that return real values. So the PLI1 support is just a matter of providing the right translation layer code to make it work. Any volunteers?

Re: gEDA-user: Math functions and PLI

2007-12-16 Thread Larry Doolittle
Matt - On Sun, Dec 16, 2007 at 06:19:38PM -0800, Matt Ettus wrote: I found this package to do sin and cos from PLI: http://www.chris.spear.net/pli/math.htm But I can't get it to run with Icarus. I get the following errors when I compile: Cool. I postponed writing my own long enough that