1
0
mirror of https://github.com/SukkoPera/Raemixx500.git synced 2026-04-08 22:30:47 +00:00

Use KiCad footprint for oscillator

This commit is contained in:
SukkoPera
2020-04-05 11:37:18 +02:00
parent b10f4ea6d1
commit db54e23811
7 changed files with 5630 additions and 5630 deletions

View File

@@ -2589,10 +2589,10 @@ DRAW
S -200 150 200 -150 1 1 10 N
S -150 200 150 -250 2 1 0 N
P 10 0 1 0 -50 -30 -40 -30 -40 30 -20 30 -20 -30 0 -30 0 30 20 30 20 -30 30 -30 N
X OUT 3 300 100 100 L 50 50 1 1 O
X OUT 8 300 100 100 L 50 50 1 1 O
X ~EN 1 -100 -450 200 U 50 50 2 1 I I
X GND 2 100 -450 200 U 50 50 2 1 W
X Vdd 4 0 400 200 D 50 50 2 1 W
X VDD 14 0 400 200 D 50 50 2 1 W
X GND 7 100 -450 200 U 50 50 2 1 W
ENDDRAW
ENDDEF
#

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
(export (version D)
(design
(source /home/sukko/Documents/kicad/Raemixx500/Raemix500.sch)
(date "dom 5 apr 2020, 01:38:47")
(date "dom 5 apr 2020, 11:22:43")
(tool "Eeschema 5.1.5")
(sheet (number 1) (name /) (tstamps /)
(title_block
@@ -321,7 +321,7 @@
(tstamp 5CC5EA40))
(comp (ref X1)
(value XTAL)
(footprint Raemixx500:Xtal)
(footprint Oscillator:Oscillator_DIP-14)
(datasheet http://www.txccorp.com/download/products/osc/7C_o.pdf)
(libsource (lib xtal) (part XTAL) (description "Crystal Clock Oscillator"))
(sheetpath (names /CPU+Agnus/) (tstamps /5CAE5331/))
@@ -4228,9 +4228,9 @@
(field (name Footprint) Oscillator:Oscillator_SMD_TXC_7C-4Pin_5.0x3.2mm))
(pins
(pin (num 1) (name ~EN) (type input))
(pin (num 2) (name GND) (type power_in))
(pin (num 3) (name OUT) (type output))
(pin (num 4) (name Vdd) (type power_in)))))
(pin (num 7) (name GND) (type power_in))
(pin (num 8) (name OUT) (type output))
(pin (num 14) (name VDD) (type power_in)))))
(libraries
(library (logical 68000D)
(uri /home/sukko/Documents/kicad/Raemixx500/libs/68000D.lib))
@@ -4440,7 +4440,7 @@
(node (ref E536) (pin 2))
(node (ref CN8) (pin 6))
(node (ref CN8) (pin 2))
(node (ref X1) (pin 2))
(node (ref X1) (pin 7))
(node (ref U34) (pin 10))
(node (ref JP7A1) (pin 3))
(node (ref C32) (pin 2))
@@ -4695,7 +4695,7 @@
(node (ref CN9) (pin 13)))
(net (code 16) (name "Net-(FB101-Pad1)")
(node (ref FB101) (pin 1))
(node (ref X1) (pin 3)))
(node (ref X1) (pin 8)))
(net (code 17) (name ~XCLKEN)
(node (ref U33) (pin 1))
(node (ref U33) (pin 1))
@@ -6400,7 +6400,7 @@
(node (ref U2) (pin 15)))
(net (code 413) (name "Net-(C701-Pad1)")
(node (ref E110) (pin 3))
(node (ref X1) (pin 4))
(node (ref X1) (pin 14))
(node (ref C701) (pin 1)))
(net (code 414) (name "Net-(CN8-Pad5)")
(node (ref LF1) (pin 3))

View File

@@ -1,22 +0,0 @@
(module Xtal (layer F.Cu) (tedit 5CD89E78)
(descr "14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads")
(tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads")
(fp_text reference X1 (at 8.128 -5.334) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value XTAL (at 0 13.716) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0 11.303) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 5.933 8.509) (end 5.933 -10.668) (layer F.SilkS) (width 0.15))
(fp_line (start -6.731 9.652) (end 4.699 9.652) (layer F.SilkS) (width 0.15))
(fp_line (start -6.731 -10.668) (end -6.731 9.652) (layer F.SilkS) (width 0.15))
(fp_line (start 5.933 -10.668) (end -6.731 -10.668) (layer F.SilkS) (width 0.15))
(fp_line (start 5.933 8.509) (end 4.699 9.652) (layer F.SilkS) (width 0.15))
(pad 2 thru_hole circle (at 3.302 -8.128) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask))
(pad 4 thru_hole circle (at -4.318 7.112) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask))
(pad 1 thru_hole rect (at 3.302 7.112) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask))
(pad 3 thru_hole circle (at -4.318 -8.128) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask))
)

View File

@@ -1858,7 +1858,7 @@ U 1 1 5D05A737
P 7050 10260
F 0 "X1" H 7105 10585 50 0000 C CNN
F 1 "XTAL" H 7105 10494 50 0000 C CNN
F 2 "Raemixx500:Xtal" H 7150 9610 50 0001 C CNN
F 2 "Oscillator:Oscillator_DIP-14" H 7150 9610 50 0001 C CNN
F 3 "http://www.txccorp.com/download/products/osc/7C_o.pdf" H 6950 10260 50 0001 C CNN
1 7050 10260
1 0 0 -1

View File

@@ -15,10 +15,10 @@ DRAW
S -200 150 200 -150 1 1 10 N
S -150 200 150 -250 2 1 0 N
P 10 0 1 0 -50 -30 -40 -30 -40 30 -20 30 -20 -30 0 -30 0 30 20 30 20 -30 30 -30 N
X OUT 3 300 100 100 L 50 50 1 1 O
X OUT 8 300 100 100 L 50 50 1 1 O
X ~EN 1 -100 -450 200 U 50 50 2 1 I I
X GND 2 100 -450 200 U 50 50 2 1 W
X Vdd 4 0 400 200 D 50 50 2 1 W
X VDD 14 0 400 200 D 50 50 2 1 W
X GND 7 100 -450 200 U 50 50 2 1 W
ENDDRAW
ENDDEF
#

View File

@@ -706,7 +706,7 @@ U 2 1 5EFAD569
P 5870 5010
F 0 "X1" H 5970 5260 50 0000 L CNN
F 1 "XTAL" H 6020 4660 50 0000 L CNN
F 2 "Raemixx500:Xtal" H 5970 4360 50 0001 C CNN
F 2 "Oscillator:Oscillator_DIP-14" H 5970 4360 50 0001 C CNN
F 3 "http://www.txccorp.com/download/products/osc/7C_o.pdf" H 5770 5010 50 0001 C CNN
2 5870 5010
1 0 0 -1