[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: oscillator confusion
I created a schematic with a resistor connected to pin 8 of osc-1.sym. I then
created a PCB file element with pins 1,7,8,14 and ran gsch2pcb. After
loading the
netlist PCB showed a net connected to pin 8. When I looked in the PCB
file I did not
see any re-numbering of pins.
The element I used for the oscillator is below.
Element[0x0 "DIP-TEST" "" "" 0 0 -20500 -41000 0 100 0x0]
(
Pad[-16500 -30000 -13500 -30000 6000 2000 8000 "" "1" 0x0800]
Pin[-15000 -30000 6000 2000 8000 3500 "" "1" 0x01]
Pad[-16500 30000 -13500 30000 6000 2000 8000 "" "7" 0x0800]
Pin[-15000 30000 6000 2000 8000 3500 "" "7" 0x01]
Pad[13500 30000 16500 30000 6000 2000 8000 "" "8" 0x0800]
Pin[15000 30000 6000 2000 8000 3500 "" "8" 0x01]
Pad[13500 -30000 16500 -30000 6000 2000 8000 "" "14" 0x0800]
Pin[15000 -30000 6000 2000 8000 3500 "" "14" 0x01]
ElementLine[-20500 -34000 -20500 34000 1000]
ElementLine[-20500 34000 20500 34000 1000]
ElementLine[20500 34000 20500 -34000 1000]
ElementLine[20500 -34000 5125 -34000 1000]
ElementLine[5125 -34000 0 -28875 1000]
ElementLine[0 -28875 -5125 -34000 1000]
ElementLine[-5125 -34000 -20500 -34000 1000]
)
(* jcl *)
On 7/20/05, Dave <dgriffi@xxxxxxxxxxxxx> wrote:
> On Wed, 20 Jul 2005, John Luciani wrote:
> > On 7/20/05, Dave <dgriffi@xxxxxxxxxxxxx> wrote:
> > >
> > > I'm designing something that uses a crystal oscillator module in a 14-pin
> > > DIP package. I got a confusing error message when I pressed 'O' to
> > > optimize rats in PCB:
> > >
> > > Can't find U7 pin 8 called for in netlist.
> [snip]
> > Check the pin numbering of the symbol against the pin numbering of the
> > footprint.
> > I have seen some crystal oscillators with pins numbered using DIP pin
> > position (1,7,8,14) and others numbered by pin ordinal (1,2,3,4).
>
> I did some more checking around and found that I've tripped over the same
> problem reported by Hans Johnson back in January of this year.
>
> http://www.geda.seul.org/mailinglist/geda-user30/msg00073.html
>
> Since he reported using version 1.99p and nobody replied, I guess it was
> assumed that the problem has since been fixed in the CVS version.
>
>
> --
> David Griffith
> dgriffi@xxxxxxxxxxxxx
>