[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: A couple o' questions
Stuart Brorson wrote:
Maybe what's needed is a "NA" = "not applicable" pin type. This will
tell the DRC checker to not worry about the connection and report no
error.
IMHO, the utility of a schematic DRC check is in finding single pin
nets. THese are often the result of a real mistake, i.e. the net is
named output_1 on one page, but named output-1 on the other page. As
long as the DRC checker is reporting single pin nets, I don't care
about other things like gezzinnas attached to other gezzinnas and not
attached to gezzouttas.
yeah, but there are plenty of cases where I intentionally don't connect
to a pin. For example, I might not use all of the IO lines on a
microcontroller and I'll program the unused ones to be outputs. On the
board, they become a no connect. On an op-amp which includes an offset
null pin, I might not use it (not that I use them, but take the 741 for
example).
I agree though that any use of a NA symbol must be done in a way which
ensures no shorts in _any_ of the output netlists. That would be very
bad form.
-Dan