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

Re: gEDA-user: gschem sym files



Kai-Martin Knaak:
> Karl Hammar wrote:
...
> >> 6, add some kind of GUI control to activate/deactivate rules
> > Gui things are for others to contribute with, but maybe if we could 
> > make drc2 react on some attributes?
> How about an attribute to the connecting net to silence drc2 at this 
> specific place?
> 
> >> 7, add a way to ignore to ignore specific violations
...
> I meant, specific instances within the circuit. Sometimes I 
> deliberately connect power nets to input pins. There should 
> be a way to tell drc2 that this it should not complain in 
> this special instance. But it should still alert me about
> power-input violations everywhere else. 

Thoose two could go under the same proposal:

A, make drcX react on what's on the attached net,
   like a attached nc.sym.

B, put an attribute somewhere else in the gschem file, e.g. at a 
   similar place like the refdes of the symbol: "don't complain about my 
   pin no. xx".

Since that would be something for a future drc, let's start a new 
thread for that and proposals like
http://www.seul.org/pipermail/geda-user/2010-September/049364.html

> > BTW, your job could be to test the patches and see to that they gets 
> > applied!
> 
> I'll put them to a test on friday. (No much free cycles until then)

 I have currently theese:
http://www.seul.org/pipermail/geda-user/2010-September/049342.html
http://www.seul.org/pipermail/geda-user/2010-September/049354.html

 This message's:

http://www.seul.org/pipermail/geda-user/2010-September/049351.html

 attachment appearantly didn't made it through, but
 you can use the supplied code to generate it yourself:

find . -type f -name \*.sym | xargs perl -i -ne 'if (m/^numslots\=0/) { undef($old); } else { print $old if $old; undef($old); if (m/^T /) {  $old = $_; } else { print; }}'

Regards,
/Karl Hammar

---------
Aspö Data
Lilla Aspö 148
S-742 94 Östhammar
Sweden
+46 173 140 57




_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user