Re: gEDA-user: gnucap questions

2009-01-22 Thread r
On Thu, Jan 22, 2009 at 5:21 PM, al davis wrote: > > Gnucap verilog mode doesn't yet accept statements split across > lines. That will be fixed. > > Even when that is fixed,I still think the netlister should put > statements on one line for readability. Does Gnucap use any hard-coded text buffer

Re: gEDA-user: gnucap questions

2009-01-22 Thread John Griessen
al davis wrote: the netlister should put > statements on one line for readability. > OK. I'll look at the scheme code for that. > Other than that ... > >> module verilog_io ( >> GND , >> C , >> A >>); >> >> /* Port directions begin here */ >> inout GND ; >> ino

Re: gEDA-user: gnucap questions

2009-01-22 Thread al davis
On Thursday 22 January 2009, John Griessen wrote: > I've made a little library of devices with IO pins with pin > labels p and n. I get a netlist with pin numbers 1 and 2. > I also have model files with same first part as placed > devices then a .va extension -- cap-va.va > > I'm thinking of ch

gEDA-user: gnucap questions

2009-01-22 Thread John Griessen
I've made a little library of devices with IO pins with pin labels p and n. I get a netlist with pin numbers 1 and 2. I also have model files with same first part as placed devices then a .va extension -- cap-va.va I'm thinking of changing to p and n pin numbers. Any other suggestions befor