Re: gEDA-user: Looking for tips to debug Icarus Verilog

2009-04-09 Thread Larry Doolittle
Patrick - On Thu, Apr 09, 2009 at 10:01:06AM -0400, Patrick Doyle wrote: > For those of you who might be interested... I found the bug in my > verilog code that was triggering the crash. I had a spelling mistake > in one of my nets that resulted in a net being implicitly declared. > Personally, I

Re: gEDA-user: Looking for tips to debug Icarus Verilog

2009-04-09 Thread Patrick Doyle
For those of you who might be interested... I found the bug in my verilog code that was triggering the crash. I had a spelling mistake in one of my nets that resulted in a net being implicitly declared. Personally, I don't think that this should trigger a crash of the compiler (and perhaps it does

Re: gEDA-user: Looking for tips to debug Icarus Verilog

2009-04-09 Thread Larry Doolittle
Patrick- On Thu, Apr 09, 2009 at 08:23:55AM -0400, Patrick Doyle wrote: > I tried firing up gdb on iverilog, but that doesn't do much good, as > iverilog is simply the driver program.  Is there a howto one can point > me at for debugging iverilog? see email from Steve Tue, 05 Jun 2007 12:33:19 -0

gEDA-user: Looking for tips to debug Icarus Verilog

2009-04-09 Thread Patrick Doyle
Hello, I am having a problem running a Verilog simulation using Icarus verilog on my Mac.  I have download and compiled the latest 0.9.1 snapshot as well as a few other snapshots.  I fully expect that the problem has to do with my verilog code, or, more likely, with my development environment, but