[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: symbol mismatch



El sÃb, 14-01-2006 a las 16:16 +0000, Marc escribiÃ:
> ok fixed that one i removed the capacitor of the schematic and re added 
> them

Use Edit->Update component instead...

> im down to just a few problems now
> 
> Invalid wanted_pin passed to get-nets [unknown]
> Invalid wanted_pin passed to get-nets [unknown]
> Invalid wanted_pin passed to get-nets [unknown]
> Invalid wanted_pin passed to get-nets [unknown]
> 
> and
> 
> Checking type of pins connected to a net...
> ERROR: output: U3:6 U2:6 U1:3 D2:2 D4:2 D1:2 D3:2 D6:2 connected to 
> output: U3:6 U2:6 U1:3 D2:2 D4:2 D1:2 D3:2 D6:2

You have output pins connected to output pins. If D* are diodes, they
should have pins with passive pintype. Check your schematic.

> ERROR: output: U3:6 U2:6 U1:3 D2:2 D4:2 D1:2 D3:2 D6:2 connected to 
> unconnected: U1:2 V1:1 V1:2 U3:7 U2:7 U3:4 U2:4

The DRC2 backend had a bug I corrected in CVS. I think you are not using
gnetlist from CVS, so this means that you have output pins (U3:6 U2:6
U1:3 D2:2 D4:2 D1:2 D3:2 D6:2) connected to power pins (U1:2 V1:1 V1:2
U3:7 U2:7 U3:4 U2:4). Check your schematic.

Please notice we haven't got a crystal ball, so if you ask questions
about a schematic, post it.

Regards,

Carlos