[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: drc2 with slotting
Hi James,
the error is fixed in CVS. The drc2 output is:
Loading schematic [test_drc2.sch]
Checking non-numbered parts...
Checking duplicated references...
Checking nets with only one connection...
Checking type of pins connected to a net...
Checking unconnected pins...
ERROR: Unconnected pin RP1:7
ERROR: Unconnected pin RP1:2
ERROR: Unconnected pin RP1:8
ERROR: Unconnected pin RP1:1
Checking slots...
Checking duplicated slots...
Checking unused slots...
WARNING: Unused slot 3 of uref RP1
WARNING: Unused slot 4 of uref RP1
Found 2 warnings.
Found 4 errors.
ERROR: DRC errors found. See output file.
Best regards,
Carlos
El vie, 23-12-2005 a las 11:12 +0100, James Cotton escribiÃ:
> I am away from my computer for another week. But i am fairly sure that
> i had another symbol i used without that problem. I will get back to
> this in a few.
> James
>
> On 12/19/05, Werner Hoch <werner.ho@xxxxxx> wrote:
> > Hi all,
> >
> > On Sunday 18 December 2005 23:47, James Cotton wrote:
> > > Sorry, my bad. It's actually just a resistor with the slotting
> > > attributes added plus a dot. Here it is:
> >
> > [..]
> > > pins=2
> > > T 0 0 8 10 0 1 0 0 1
> > > class=DISCRETE
> > > T 300 900 8 10 0 0 0 0 1
> > > numslots=8
> > ^^^^^^^^^^^^^^^^^^
> >
> > Is the error still there after fixing the numslots attribut. It should
> > be 4.
> >
> > > T 300 1100 8 10 0 0 0 0 1
> > > slotdef=1:1,8
> > > T 300 1300 8 10 0 0 0 0 1
> > > slotdef=2:2,7
> > > T 300 1500 8 10 0 0 0 0 1
> > > slotdef=3:3,6
> > > T 300 1700 8 10 0 0 0 0 1
> > > slotdef=4:4,5
> > > V 100 200 25 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1
> >
> > regards
> > Werner