From 6010cb79da1b58fc5a71806273bb789840dc106b Mon Sep 17 00:00:00 2001 From: "Pavel V. Shatov (Meister)" Date: Wed, 23 Sep 2020 15:02:28 +0300 Subject: Turns out multi-part components were not fully converted and were not recognized properly during forward annotation. Had to do a couple of experiments to figure out how KiCAD handles this and then write some quick and dirty scripts to repair the multi-part symbols (STM32, Artix-7 and the 74_244 logic buffer were affected). --- helper/74244.old | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 helper/74244.old (limited to 'helper/74244.old') diff --git a/helper/74244.old b/helper/74244.old new file mode 100644 index 0000000..7968ada --- /dev/null +++ b/helper/74244.old @@ -0,0 +1,61 @@ +# +# 74*244DW_1 +# +DEF 74*244DW_1 IC 0 40 Y Y 1 F N +F0 "IC" -330 -530 60 H V L BNN +F1 "74*244DW_1" -300 420 60 H V L BNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 1 10 -300 -400 -300 300 +P 2 0 1 10 -300 300 300 300 +P 2 0 1 10 300 -400 -300 -400 +P 2 0 1 10 300 300 300 -400 +X G 1 -500 -300 200 R 70 70 0 1 P +X Y4 12 500 -100 200 L 70 70 0 1 T +X Y3 14 500 0 200 L 70 70 0 1 T +X Y2 16 500 100 200 L 70 70 0 1 T +X Y1 18 500 200 200 L 70 70 0 1 T +X A1 2 -500 200 200 R 70 70 0 1 P +X A2 4 -500 100 200 R 70 70 0 1 P +X A3 6 -500 0 200 R 70 70 0 1 P +X A4 8 -500 -100 200 R 70 70 0 1 P +ENDDRAW +ENDDEF +# +# 74*244DW_2 +# +DEF 74*244DW_2 IC 0 40 Y Y 1 F N +F0 "IC" -330 -530 60 H V L BNN +F1 "74*244DW_2" -290 420 60 H V L BNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +P 2 0 1 10 -300 -400 -300 300 +P 2 0 1 10 -300 300 300 300 +P 2 0 1 10 300 -400 -300 -400 +P 2 0 1 10 300 300 300 -400 +X A1 11 -500 200 200 R 70 70 0 1 P +X A2 13 -500 100 200 R 70 70 0 1 P +X A3 15 -500 0 200 R 70 70 0 1 P +X A4 17 -500 -100 200 R 70 70 0 1 P +X G 19 -500 -300 200 R 70 70 0 1 P +X Y4 3 500 -100 200 L 70 70 0 1 T +X Y3 5 500 0 200 L 70 70 0 1 T +X Y2 7 500 100 200 L 70 70 0 1 T +X Y1 9 500 200 200 L 70 70 0 1 T +ENDDRAW +ENDDEF +# +# 74*244DW_3 +# +DEF 74*244DW_3 IC 0 40 Y Y 1 F N +F0 "IC" 30 -150 60 H V L BNN +F1 "74*244DW_3" 180 -20 60 H V L BNN +F2 "" 0 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +DRAW +X GND 10 0 -300 200 U 70 1 0 1 W +X VCC 20 0 300 200 D 70 1 0 1 W +ENDDRAW +ENDDEF -- cgit v1.2.3