-
Notifications
You must be signed in to change notification settings - Fork 0
/
8_T_Latches.kicad_sch
942 lines (922 loc) · 34.6 KB
/
8_T_Latches.kicad_sch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
(kicad_sch (version 20230121) (generator eeschema)
(uuid 0e6e3b96-4e98-4a63-aa6a-2e6a84e5bb3f)
(paper "A4")
(lib_symbols
(symbol "74xx:74HC04" (in_bom yes) (on_board yes)
(property "Reference" "U" (at 0 1.27 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "74HC04" (at 0 -1.27 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/74HC_HCT04.pdf" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_locked" "" (at 0 0 0)
(effects (font (size 1.27 1.27)))
)
(property "ki_keywords" "HCMOS not inv" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Hex Inverter" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "DIP*W7.62mm* SSOP?14* TSSOP?14*" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "74HC04_1_0"
(polyline
(pts
(xy -3.81 3.81)
(xy -3.81 -3.81)
(xy 3.81 0)
(xy -3.81 3.81)
)
(stroke (width 0.254) (type default))
(fill (type background))
)
(pin input line (at -7.62 0 0) (length 3.81)
(name "~" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin output inverted (at 7.62 0 180) (length 3.81)
(name "~" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
(symbol "74HC04_2_0"
(polyline
(pts
(xy -3.81 3.81)
(xy -3.81 -3.81)
(xy 3.81 0)
(xy -3.81 3.81)
)
(stroke (width 0.254) (type default))
(fill (type background))
)
(pin input line (at -7.62 0 0) (length 3.81)
(name "~" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin output inverted (at 7.62 0 180) (length 3.81)
(name "~" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
)
(symbol "74HC04_3_0"
(polyline
(pts
(xy -3.81 3.81)
(xy -3.81 -3.81)
(xy 3.81 0)
(xy -3.81 3.81)
)
(stroke (width 0.254) (type default))
(fill (type background))
)
(pin input line (at -7.62 0 0) (length 3.81)
(name "~" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin output inverted (at 7.62 0 180) (length 3.81)
(name "~" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
)
(symbol "74HC04_4_0"
(polyline
(pts
(xy -3.81 3.81)
(xy -3.81 -3.81)
(xy 3.81 0)
(xy -3.81 3.81)
)
(stroke (width 0.254) (type default))
(fill (type background))
)
(pin output inverted (at 7.62 0 180) (length 3.81)
(name "~" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
(pin input line (at -7.62 0 0) (length 3.81)
(name "~" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
(symbol "74HC04_5_0"
(polyline
(pts
(xy -3.81 3.81)
(xy -3.81 -3.81)
(xy 3.81 0)
(xy -3.81 3.81)
)
(stroke (width 0.254) (type default))
(fill (type background))
)
(pin output inverted (at 7.62 0 180) (length 3.81)
(name "~" (effects (font (size 1.27 1.27))))
(number "10" (effects (font (size 1.27 1.27))))
)
(pin input line (at -7.62 0 0) (length 3.81)
(name "~" (effects (font (size 1.27 1.27))))
(number "11" (effects (font (size 1.27 1.27))))
)
)
(symbol "74HC04_6_0"
(polyline
(pts
(xy -3.81 3.81)
(xy -3.81 -3.81)
(xy 3.81 0)
(xy -3.81 3.81)
)
(stroke (width 0.254) (type default))
(fill (type background))
)
(pin output inverted (at 7.62 0 180) (length 3.81)
(name "~" (effects (font (size 1.27 1.27))))
(number "12" (effects (font (size 1.27 1.27))))
)
(pin input line (at -7.62 0 0) (length 3.81)
(name "~" (effects (font (size 1.27 1.27))))
(number "13" (effects (font (size 1.27 1.27))))
)
)
(symbol "74HC04_7_0"
(pin power_in line (at 0 12.7 270) (length 5.08)
(name "VCC" (effects (font (size 1.27 1.27))))
(number "14" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 -12.7 90) (length 5.08)
(name "GND" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
)
(symbol "74HC04_7_1"
(rectangle (start -5.08 7.62) (end 5.08 -7.62)
(stroke (width 0.254) (type default))
(fill (type background))
)
)
)
(symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (at 0 -3.81 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+5V" (at 0 3.556 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "global power" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "+5V_0_1"
(polyline
(pts
(xy -0.762 1.27)
(xy 0 2.54)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0 0)
(xy 0 2.54)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0 2.54)
(xy 0.762 1.27)
)
(stroke (width 0) (type default))
(fill (type none))
)
)
(symbol "+5V_1_1"
(pin power_in line (at 0 0 90) (length 0) hide
(name "+5V" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (at 0 -6.35 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (at 0 -3.81 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "global power" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "GND_0_1"
(polyline
(pts
(xy 0 0)
(xy 0 -1.27)
(xy 1.27 -1.27)
(xy 0 -2.54)
(xy -1.27 -1.27)
(xy 0 -1.27)
)
(stroke (width 0) (type default))
(fill (type none))
)
)
(symbol "GND_1_1"
(pin power_in line (at 0 0 270) (length 0) hide
(name "GND" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
)
(junction (at 105.41 143.51) (diameter 0) (color 0 0 0 0)
(uuid 20889df2-f76c-48aa-b0b7-28047c5d5afa)
)
(junction (at 105.41 73.66) (diameter 0) (color 0 0 0 0)
(uuid 213f1d65-d9c1-4280-af44-f582f5e0b744)
)
(junction (at 242.57 137.16) (diameter 0) (color 0 0 0 0)
(uuid 33a7768e-2d15-499d-ab2a-424964e56e39)
)
(junction (at 105.41 87.63) (diameter 0) (color 0 0 0 0)
(uuid 37d4bafc-0062-4cf6-b41d-f30f749577de)
)
(junction (at 105.41 129.54) (diameter 0) (color 0 0 0 0)
(uuid 82e34b94-21a7-433a-abab-8be7dbabb1bd)
)
(junction (at 105.41 115.57) (diameter 0) (color 0 0 0 0)
(uuid 835d86e6-af49-4385-876b-c185add68e63)
)
(junction (at 105.41 101.6) (diameter 0) (color 0 0 0 0)
(uuid ad2de494-e98c-4179-b6d2-3010cee1ae28)
)
(junction (at 267.97 147.32) (diameter 0) (color 0 0 0 0)
(uuid de722f5e-74f6-4d32-bda0-32d038962bb0)
)
(no_connect (at 129.54 73.66) (uuid 444ba1a4-8395-4f97-9a0d-83091decb0ce))
(no_connect (at 129.54 129.54) (uuid 5ad85241-3ecc-4c0d-88a1-c9d687e60c6c))
(no_connect (at 129.54 143.51) (uuid 6a347fbb-eb0a-494f-a8b0-8205ca6145bd))
(no_connect (at 129.54 59.69) (uuid 70aa45c7-18b0-4a4b-9671-2972309372e7))
(no_connect (at 129.54 87.63) (uuid 8552a532-90bd-49df-9e51-d1100bccd902))
(no_connect (at 129.54 157.48) (uuid 8613298b-cda7-4b08-9412-27f4fab30fd7))
(no_connect (at 129.54 115.57) (uuid f8f88c46-fc6a-40bc-b676-217ec94216ce))
(no_connect (at 129.54 101.6) (uuid fa39d149-82f4-4475-85a1-186919856f12))
(wire (pts (xy 127 139.7) (xy 129.54 139.7))
(stroke (width 0) (type default))
(uuid 001f9f6f-6591-4e8e-9da8-56f972720bf7)
)
(wire (pts (xy 111.76 83.82) (xy 114.3 83.82))
(stroke (width 0) (type default))
(uuid 0772a3a8-2c72-4cf6-86da-483d3db1f2e7)
)
(wire (pts (xy 105.41 129.54) (xy 114.3 129.54))
(stroke (width 0) (type default))
(uuid 0a553d57-35e6-4a12-a9ad-abdf4727185b)
)
(wire (pts (xy 127 97.79) (xy 129.54 97.79))
(stroke (width 0) (type default))
(uuid 14749e0f-d12a-49a0-9b43-587a59a2da08)
)
(wire (pts (xy 127 55.88) (xy 129.54 55.88))
(stroke (width 0) (type default))
(uuid 1dd27cb8-2c49-496f-9cb0-03645df5d82b)
)
(wire (pts (xy 105.41 101.6) (xy 114.3 101.6))
(stroke (width 0) (type default))
(uuid 251c2e44-0bff-4e64-96a0-190596bd8971)
)
(wire (pts (xy 127 69.85) (xy 129.54 69.85))
(stroke (width 0) (type default))
(uuid 25286312-d020-4e48-a1a9-20a5e169a933)
)
(wire (pts (xy 127 129.54) (xy 129.54 129.54))
(stroke (width 0) (type default))
(uuid 286771a1-0f88-4e05-8fdd-c919f48c4acf)
)
(wire (pts (xy 127 157.48) (xy 129.54 157.48))
(stroke (width 0) (type default))
(uuid 28d3a011-7cb0-4369-a19a-d19b79946f2e)
)
(wire (pts (xy 127 73.66) (xy 129.54 73.66))
(stroke (width 0) (type default))
(uuid 3f92adc6-2394-4691-aa38-5411eded8dfc)
)
(wire (pts (xy 267.97 147.32) (xy 267.97 152.4))
(stroke (width 0) (type default))
(uuid 485a9a63-edf1-4475-9bee-25550b35b844)
)
(wire (pts (xy 105.41 115.57) (xy 105.41 129.54))
(stroke (width 0) (type default))
(uuid 4966f157-b705-4c8e-b990-bdf341b8ee97)
)
(wire (pts (xy 242.57 137.16) (xy 242.57 147.32))
(stroke (width 0) (type default))
(uuid 5e125cb3-63c0-4f6b-adc2-cdc26d2dedd7)
)
(wire (pts (xy 114.3 59.69) (xy 105.41 59.69))
(stroke (width 0) (type default))
(uuid 60bbb929-02ba-41c3-a60b-41e36694d956)
)
(wire (pts (xy 105.41 115.57) (xy 114.3 115.57))
(stroke (width 0) (type default))
(uuid 61c50abf-cbda-415e-8447-9398f909c352)
)
(wire (pts (xy 105.41 101.6) (xy 105.41 115.57))
(stroke (width 0) (type default))
(uuid 6291bc05-3afe-4cba-96c2-b2bff02c16a3)
)
(wire (pts (xy 105.41 157.48) (xy 114.3 157.48))
(stroke (width 0) (type default))
(uuid 7126fc87-32c3-4536-a36d-60f4e1bf2751)
)
(wire (pts (xy 111.76 139.7) (xy 114.3 139.7))
(stroke (width 0) (type default))
(uuid 7c899eca-d22e-44c6-bd01-971f4e047bc8)
)
(wire (pts (xy 111.76 55.88) (xy 114.3 55.88))
(stroke (width 0) (type default))
(uuid 81f6828d-4721-47b0-82c9-93df6b1cedf6)
)
(wire (pts (xy 127 153.67) (xy 129.54 153.67))
(stroke (width 0) (type default))
(uuid 9236b5db-34ad-4a14-b4f4-e3164217ceef)
)
(wire (pts (xy 105.41 143.51) (xy 114.3 143.51))
(stroke (width 0) (type default))
(uuid 9b50923f-8f6f-4819-bcef-f59ec2da0ff1)
)
(wire (pts (xy 127 125.73) (xy 129.54 125.73))
(stroke (width 0) (type default))
(uuid 9dd12fec-b010-4845-8510-729a00405a70)
)
(wire (pts (xy 111.76 125.73) (xy 114.3 125.73))
(stroke (width 0) (type default))
(uuid a0c89821-3fe8-433a-a882-2de28d708536)
)
(wire (pts (xy 111.76 97.79) (xy 114.3 97.79))
(stroke (width 0) (type default))
(uuid bc80650c-fbd7-4409-9e04-df66e1cc4b37)
)
(wire (pts (xy 105.41 73.66) (xy 105.41 87.63))
(stroke (width 0) (type default))
(uuid bde12dda-e5f6-432d-92a3-e3b9eb5ddcc5)
)
(wire (pts (xy 127 115.57) (xy 129.54 115.57))
(stroke (width 0) (type default))
(uuid c866c5de-cc92-4aa9-b6a6-0d731c7bac26)
)
(wire (pts (xy 127 101.6) (xy 129.54 101.6))
(stroke (width 0) (type default))
(uuid cb128e02-14be-41cc-bef3-bf7910c4d9f8)
)
(wire (pts (xy 105.41 143.51) (xy 105.41 157.48))
(stroke (width 0) (type default))
(uuid d9975f04-b4cb-4c9b-8e8e-487aaef77974)
)
(wire (pts (xy 127 143.51) (xy 129.54 143.51))
(stroke (width 0) (type default))
(uuid dae6c8be-1b2f-4d2c-9356-a0a3220e1a59)
)
(wire (pts (xy 127 111.76) (xy 129.54 111.76))
(stroke (width 0) (type default))
(uuid deaedb0c-29a9-44ee-95a3-afca801cd8a4)
)
(wire (pts (xy 105.41 87.63) (xy 105.41 101.6))
(stroke (width 0) (type default))
(uuid e0e943cd-c449-4253-9a57-35bd5610c4a5)
)
(wire (pts (xy 111.76 69.85) (xy 114.3 69.85))
(stroke (width 0) (type default))
(uuid e15c040a-a533-49f3-9959-1ab737452f43)
)
(wire (pts (xy 111.76 153.67) (xy 114.3 153.67))
(stroke (width 0) (type default))
(uuid e1d1ac9d-5021-49ba-8de4-1ce688a8c637)
)
(wire (pts (xy 127 87.63) (xy 129.54 87.63))
(stroke (width 0) (type default))
(uuid e3f15034-1077-4a61-974b-7af0d0ed7620)
)
(wire (pts (xy 105.41 129.54) (xy 105.41 143.51))
(stroke (width 0) (type default))
(uuid e81bc73f-3fd3-4c71-bedc-e4021ee4ad7c)
)
(wire (pts (xy 105.41 73.66) (xy 114.3 73.66))
(stroke (width 0) (type default))
(uuid ea8b602c-1ae5-4fcd-8f11-9ad6dda0208e)
)
(wire (pts (xy 105.41 59.69) (xy 105.41 73.66))
(stroke (width 0) (type default))
(uuid eadcbb97-7386-4007-b0ef-61acef03def1)
)
(wire (pts (xy 267.97 137.16) (xy 267.97 147.32))
(stroke (width 0) (type default))
(uuid ece17bdb-5138-433b-bc66-733843647d09)
)
(wire (pts (xy 242.57 132.08) (xy 242.57 137.16))
(stroke (width 0) (type default))
(uuid f1c4c1d5-bd17-4d2b-9108-bff2682e816a)
)
(wire (pts (xy 127 83.82) (xy 129.54 83.82))
(stroke (width 0) (type default))
(uuid f3824efa-347f-42d3-b646-efd1f97c44de)
)
(wire (pts (xy 105.41 87.63) (xy 114.3 87.63))
(stroke (width 0) (type default))
(uuid f9da3126-8071-4eaa-b4e2-af950d0f0dee)
)
(wire (pts (xy 127 59.69) (xy 129.54 59.69))
(stroke (width 0) (type default))
(uuid fb07a9b3-b90a-4741-ac5b-57578777a099)
)
(wire (pts (xy 111.76 111.76) (xy 114.3 111.76))
(stroke (width 0) (type default))
(uuid ffffcc26-9e51-48d8-ac10-d1ebe9395bcc)
)
(text "4 Not Gates Unused - Used in Memory" (at 177.8 168.91 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid a24db564-42ee-4334-bb08-dffd5125acd0)
)
(hierarchical_label "Q1" (shape output) (at 129.54 69.85 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 1452c970-ef9f-4e4c-8122-69e12c3919ca)
)
(hierarchical_label "T1" (shape input) (at 111.76 69.85 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 1559057d-f999-4f20-9efc-539fe615e0ed)
)
(hierarchical_label "T7" (shape input) (at 111.76 153.67 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 18de3e13-d96f-4651-aae2-639073b559f7)
)
(hierarchical_label "Q3" (shape output) (at 129.54 97.79 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 1c9a1d65-bdab-4ccb-bfbc-13cb130c697f)
)
(hierarchical_label "Q4" (shape output) (at 129.54 111.76 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 356f798e-dc45-4c7f-8b73-1581622dde0b)
)
(hierarchical_label "R" (shape input) (at 105.41 157.48 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 4927572b-0b26-4ff0-9486-63bf2959a121)
)
(hierarchical_label "Q7" (shape output) (at 129.54 153.67 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 637ee81e-0212-4d21-a008-02d44d85f310)
)
(hierarchical_label "T4" (shape input) (at 111.76 111.76 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 654eb483-9b57-47b8-b437-c510f97fd267)
)
(hierarchical_label "T5" (shape input) (at 111.76 125.73 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 76909549-15a0-4689-b0f7-15427f480027)
)
(hierarchical_label "Q2" (shape output) (at 129.54 83.82 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 8ae7b634-527e-497c-92eb-2dabbcd4ca0e)
)
(hierarchical_label "Q5" (shape output) (at 129.54 125.73 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 9e6a6376-81c7-4a77-b5cd-db97b9350c41)
)
(hierarchical_label "Q6" (shape output) (at 129.54 139.7 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid ad8bf0bf-1345-4e9c-8625-35bfdfb389c7)
)
(hierarchical_label "T0" (shape input) (at 111.76 55.88 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid bdbbb716-00e4-4854-a8e2-530a5e15179f)
)
(hierarchical_label "T3" (shape input) (at 111.76 97.79 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid d9e51824-cad4-4ec8-ae1c-1b180ca2e593)
)
(hierarchical_label "T2" (shape input) (at 111.76 83.82 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid dab867ab-f309-4ad5-b91f-6a80de1022e7)
)
(hierarchical_label "T6" (shape input) (at 111.76 139.7 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid e2baebcd-a2db-419a-8cb7-61e652322e3e)
)
(hierarchical_label "Q0" (shape output) (at 129.54 55.88 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid e862c368-300c-4ef5-99a8-0a008fc78b44)
)
(symbol (lib_id "power:+5V") (at 242.57 132.08 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid 4ae883b2-9fba-4f4c-b4cb-12993a53907f)
(property "Reference" "#PWR01" (at 242.57 135.89 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+5V" (at 242.57 127 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 242.57 132.08 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 242.57 132.08 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid d4b7d881-9e3b-4535-87df-83c22a184bf6))
(instances
(project "ALU"
(path "/c7042fcd-0b8a-40b2-acdb-0a382389991a/dfaed007-8bba-415c-b5ec-1195b9fbd2de"
(reference "#PWR01") (unit 1)
)
)
)
)
(symbol (lib_id "74xx:74HC04") (at 255.27 137.16 90) (unit 7)
(in_bom yes) (on_board yes) (dnp no)
(uuid 7c0ef91b-da3d-4fb4-b64b-5575bf941a17)
(property "Reference" "U1" (at 255.27 135.89 90)
(effects (font (size 1.27 1.27)))
)
(property "Value" "74HC04" (at 255.27 138.43 90)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Package_DIP:DIP-14_W7.62mm_Socket" (at 255.27 137.16 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/74HC_HCT04.pdf" (at 255.27 137.16 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 643cd133-177b-4e55-b143-ce910ecb9e14))
(pin "2" (uuid 3d52a9be-ab7a-4e9b-9ef9-dc6ed8d68fb0))
(pin "3" (uuid b718e4c5-77b3-4ba7-856c-aa1c546b44bf))
(pin "4" (uuid cbe69d17-0483-4ada-904a-1f0d49dd4a7c))
(pin "5" (uuid 91048a40-eb70-4ad4-b24b-ee158ca590a4))
(pin "6" (uuid 77509f24-4271-4e97-8632-a9c42b9e3ccd))
(pin "8" (uuid eff86ece-0942-4a64-9ccf-3c9edaa8f7d0))
(pin "9" (uuid 92251465-876a-4c41-a6b1-a5f06a2717f8))
(pin "10" (uuid bb5d4c8c-bf8f-43a5-a6e1-5ced18e4741d))
(pin "11" (uuid facec625-4744-4cca-9f6d-39d8d7284e6d))
(pin "12" (uuid ca8b51f2-1d37-4621-a5eb-b59f5a2b280f))
(pin "13" (uuid e2003a29-5f7e-448b-b980-a5bf20ebc8a2))
(pin "14" (uuid 5b677954-6acc-4c5f-b46e-22495ff97251))
(pin "7" (uuid 8efb8167-e03b-478a-af28-b33456e410cc))
(instances
(project "ALU"
(path "/c7042fcd-0b8a-40b2-acdb-0a382389991a/dfaed007-8bba-415c-b5ec-1195b9fbd2de"
(reference "U1") (unit 7)
)
)
)
)
(symbol (lib_id "74xx:74HC04") (at 255.27 147.32 90) (unit 7)
(in_bom yes) (on_board yes) (dnp no)
(uuid 956299e1-16cf-4303-b55a-120eeee58d65)
(property "Reference" "U14" (at 255.27 146.05 90)
(effects (font (size 1.27 1.27)))
)
(property "Value" "74HC04" (at 255.27 148.59 90)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Package_DIP:DIP-14_W7.62mm_Socket" (at 255.27 147.32 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/74HC_HCT04.pdf" (at 255.27 147.32 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 15609b25-0ec9-4b44-b654-ae5d0ea21b36))
(pin "2" (uuid 2cd1d69c-831d-420f-9afb-b7c219e90469))
(pin "3" (uuid dca0e9e9-f66a-4f45-91d0-1e7818b0887c))
(pin "4" (uuid 3cb67b38-96be-4fb7-9f12-083c80db28d4))
(pin "5" (uuid f7e0dd1d-9495-4bd1-86ea-9319e290eda8))
(pin "6" (uuid dca4b437-a00a-4d4f-91bd-37afa52f3fde))
(pin "8" (uuid 2764b4e0-094d-4598-acd5-09ff6c06caa6))
(pin "9" (uuid fb0aeb29-317f-47e1-b4b3-704dc4ddfd42))
(pin "10" (uuid a279884d-fc83-4a22-9d38-f0021f4bb378))
(pin "11" (uuid 1d3a7946-e4f4-4226-b7eb-e7057fdb2711))
(pin "12" (uuid 9c8a522a-ac89-4ffe-9fea-0471c66f0aeb))
(pin "13" (uuid 3fe44e76-2af2-4bc6-a2d3-6e35fe514715))
(pin "14" (uuid e81dd423-6d4c-4072-8cca-f95717f6fedd))
(pin "7" (uuid 2f01cea2-ea24-460a-ae4a-f57200957813))
(instances
(project "ALU"
(path "/c7042fcd-0b8a-40b2-acdb-0a382389991a/dfaed007-8bba-415c-b5ec-1195b9fbd2de"
(reference "U14") (unit 7)
)
)
)
)
(symbol (lib_id "power:GND") (at 267.97 152.4 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid e44b00c7-7970-48ac-af70-a43212fedd52)
(property "Reference" "#PWR02" (at 267.97 158.75 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (at 267.97 157.48 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 267.97 152.4 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 267.97 152.4 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 358b623e-43bc-4c13-9a33-7a2723969ee0))
(instances
(project "ALU"
(path "/c7042fcd-0b8a-40b2-acdb-0a382389991a/dfaed007-8bba-415c-b5ec-1195b9fbd2de"
(reference "#PWR02") (unit 1)
)
)
)
)
(sheet (at 114.3 80.01) (size 12.7 10.16) (fields_autoplaced)
(stroke (width 0.1524) (type solid))
(fill (color 0 0 0 0.0000))
(uuid 224ae7a5-e376-40a4-a8ca-655174eae89a)
(property "Sheetname" "Toggle Latch2" (at 114.3 79.2984 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
)
(property "Sheetfile" "T_Latch.kicad_sch" (at 114.3 90.7546 0)
(effects (font (size 1.27 1.27)) (justify left top) hide)
)
(pin "T" input (at 114.3 83.82 180)
(effects (font (size 1.27 1.27)) (justify left))
(uuid f36dd351-ed40-4084-ae99-c13b276e1caa)
)
(pin "Q" output (at 127 83.82 0)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 8f0e282d-819b-45ae-8e6e-d327eac42371)
)
(pin "~{Q}" output (at 127 87.63 0)
(effects (font (size 1.27 1.27)) (justify right))
(uuid bb408bdf-36a3-4eab-b9f8-a95107b288b7)
)
(pin "R" input (at 114.3 87.63 180)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 52fbebaf-ee57-4f98-9df2-83752180601c)
)
(instances
(project "ALU"
(path "/c7042fcd-0b8a-40b2-acdb-0a382389991a" (page "21"))
(path "/c7042fcd-0b8a-40b2-acdb-0a382389991a/dfaed007-8bba-415c-b5ec-1195b9fbd2de" (page "13"))
)
)
)
(sheet (at 114.3 149.86) (size 12.7 10.16) (fields_autoplaced)
(stroke (width 0.1524) (type solid))
(fill (color 0 0 0 0.0000))
(uuid 83b21171-f3d9-4182-aafc-fbf4fffdbf85)
(property "Sheetname" "Toggle Latch7" (at 114.3 149.1484 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
)
(property "Sheetfile" "T_Latch.kicad_sch" (at 114.3 160.6046 0)
(effects (font (size 1.27 1.27)) (justify left top) hide)
)
(pin "T" input (at 114.3 153.67 180)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 6fd0ba7a-0a05-4279-b9e5-c6946365d345)
)
(pin "Q" output (at 127 153.67 0)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 0243e113-c450-459a-b232-e505c1c77437)
)
(pin "~{Q}" output (at 127 157.48 0)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 7313a6c7-f1e3-4457-8343-8d8e5e1eb6d7)
)
(pin "R" input (at 114.3 157.48 180)
(effects (font (size 1.27 1.27)) (justify left))
(uuid cac2169f-2dc5-4468-be33-79b913c06c15)
)
(instances
(project "ALU"
(path "/c7042fcd-0b8a-40b2-acdb-0a382389991a" (page "21"))
(path "/c7042fcd-0b8a-40b2-acdb-0a382389991a/dfaed007-8bba-415c-b5ec-1195b9fbd2de" (page "18"))
)
)
)
(sheet (at 114.3 66.04) (size 12.7 10.16) (fields_autoplaced)
(stroke (width 0.1524) (type solid))
(fill (color 0 0 0 0.0000))
(uuid b5bd5663-6005-480d-9a04-be4d9b1be6a7)
(property "Sheetname" "Toggle Latch1" (at 114.3 65.3284 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
)
(property "Sheetfile" "T_Latch.kicad_sch" (at 114.3 76.7846 0)
(effects (font (size 1.27 1.27)) (justify left top) hide)
)
(pin "T" input (at 114.3 69.85 180)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 81534f46-3e1d-4ccb-a5d5-5237fca95e32)
)
(pin "Q" output (at 127 69.85 0)
(effects (font (size 1.27 1.27)) (justify right))
(uuid cb7d3e9e-cd75-4775-ab09-942802c14614)
)
(pin "~{Q}" output (at 127 73.66 0)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 70436bf3-4657-4e12-8172-d79fe02a8eab)
)
(pin "R" input (at 114.3 73.66 180)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 47924988-28e0-4769-b11b-7668068eafa1)
)
(instances
(project "ALU"
(path "/c7042fcd-0b8a-40b2-acdb-0a382389991a" (page "21"))
(path "/c7042fcd-0b8a-40b2-acdb-0a382389991a/dfaed007-8bba-415c-b5ec-1195b9fbd2de" (page "11"))
)
)
)
(sheet (at 114.3 52.07) (size 12.7 10.16) (fields_autoplaced)
(stroke (width 0.1524) (type solid))
(fill (color 0 0 0 0.0000))
(uuid da9f69d6-729d-449e-923a-2787d7935378)
(property "Sheetname" "Toggle Latch" (at 114.3 51.3584 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
)
(property "Sheetfile" "T_Latch.kicad_sch" (at 114.3 62.8146 0)
(effects (font (size 1.27 1.27)) (justify left top) hide)
)
(pin "T" input (at 114.3 55.88 180)
(effects (font (size 1.27 1.27)) (justify left))
(uuid d94b9da0-640f-4034-8536-373b237430de)
)
(pin "Q" output (at 127 55.88 0)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 4423df4a-7439-4e24-95fd-d44b8444dc70)
)
(pin "~{Q}" output (at 127 59.69 0)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 349e32c8-4d25-4205-a682-8b92d571be8c)
)
(pin "R" input (at 114.3 59.69 180)
(effects (font (size 1.27 1.27)) (justify left))
(uuid adbe7bc1-1362-4552-9c27-91c00a24a620)
)
(instances
(project "ALU"
(path "/c7042fcd-0b8a-40b2-acdb-0a382389991a" (page "21"))
(path "/c7042fcd-0b8a-40b2-acdb-0a382389991a/dfaed007-8bba-415c-b5ec-1195b9fbd2de" (page "6"))
)
)
)
(sheet (at 114.3 135.89) (size 12.7 10.16) (fields_autoplaced)
(stroke (width 0.1524) (type solid))
(fill (color 0 0 0 0.0000))
(uuid deb66a32-ba92-47de-9910-99722bf7ee88)
(property "Sheetname" "Toggle Latch6" (at 114.3 135.1784 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
)
(property "Sheetfile" "T_Latch.kicad_sch" (at 114.3 146.6346 0)
(effects (font (size 1.27 1.27)) (justify left top) hide)
)
(pin "T" input (at 114.3 139.7 180)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 8ba59765-c0a3-4541-8b88-d166dc964aa4)
)
(pin "Q" output (at 127 139.7 0)
(effects (font (size 1.27 1.27)) (justify right))
(uuid ac60b6c9-1eb9-45ad-ba67-0c3a606df46b)
)
(pin "~{Q}" output (at 127 143.51 0)
(effects (font (size 1.27 1.27)) (justify right))
(uuid c03768ca-bc6c-48a5-a9cf-35b0de3b5c20)
)
(pin "R" input (at 114.3 143.51 180)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 9ed9115e-00ef-403b-9e96-bd5051b6f269)
)
(instances
(project "ALU"
(path "/c7042fcd-0b8a-40b2-acdb-0a382389991a" (page "21"))
(path "/c7042fcd-0b8a-40b2-acdb-0a382389991a/dfaed007-8bba-415c-b5ec-1195b9fbd2de" (page "17"))
)
)
)
(sheet (at 114.3 121.92) (size 12.7 10.16) (fields_autoplaced)
(stroke (width 0.1524) (type solid))
(fill (color 0 0 0 0.0000))
(uuid e454eb4e-2c55-42c6-bc96-1d311c5f6d3b)
(property "Sheetname" "Toggle Latch5" (at 114.3 121.2084 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
)
(property "Sheetfile" "T_Latch.kicad_sch" (at 114.3 132.6646 0)
(effects (font (size 1.27 1.27)) (justify left top) hide)
)
(pin "T" input (at 114.3 125.73 180)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 618a3742-123a-489b-9566-ae0fa189f5a1)
)
(pin "Q" output (at 127 125.73 0)
(effects (font (size 1.27 1.27)) (justify right))
(uuid ebb65d2f-ad9b-41d2-a13b-d4464d292121)
)
(pin "~{Q}" output (at 127 129.54 0)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 671db8d1-d732-4519-ab43-5a1c2195c17f)
)
(pin "R" input (at 114.3 129.54 180)
(effects (font (size 1.27 1.27)) (justify left))
(uuid fe1fffab-a3b1-45a0-8643-95de2f7032f1)
)
(instances
(project "ALU"
(path "/c7042fcd-0b8a-40b2-acdb-0a382389991a" (page "21"))
(path "/c7042fcd-0b8a-40b2-acdb-0a382389991a/dfaed007-8bba-415c-b5ec-1195b9fbd2de" (page "16"))
)
)
)
(sheet (at 114.3 93.98) (size 12.7 10.16) (fields_autoplaced)
(stroke (width 0.1524) (type solid))
(fill (color 0 0 0 0.0000))
(uuid e8bdf478-b265-4120-acaf-b99e1ff6bcf7)
(property "Sheetname" "Toggle Latch3" (at 114.3 93.2684 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
)
(property "Sheetfile" "T_Latch.kicad_sch" (at 114.3 104.7246 0)
(effects (font (size 1.27 1.27)) (justify left top) hide)
)
(pin "T" input (at 114.3 97.79 180)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 0b136124-4952-4da8-bc83-3c120b626d82)
)
(pin "Q" output (at 127 97.79 0)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 52954186-33e7-41e1-916c-281fc8c11b93)
)
(pin "~{Q}" output (at 127 101.6 0)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 3b5963b5-a07d-4d0b-bff1-ee256f4c2c33)
)
(pin "R" input (at 114.3 101.6 180)
(effects (font (size 1.27 1.27)) (justify left))
(uuid d5d1e6ad-d5eb-4b00-8d63-2875591180a6)
)
(instances
(project "ALU"
(path "/c7042fcd-0b8a-40b2-acdb-0a382389991a" (page "21"))
(path "/c7042fcd-0b8a-40b2-acdb-0a382389991a/dfaed007-8bba-415c-b5ec-1195b9fbd2de" (page "14"))
)
)
)
(sheet (at 114.3 107.95) (size 12.7 10.16) (fields_autoplaced)
(stroke (width 0.1524) (type solid))
(fill (color 0 0 0 0.0000))
(uuid fa83fd7f-a07d-45f0-ae7f-70ca019c6a3d)
(property "Sheetname" "Toggle Latch4" (at 114.3 107.2384 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
)
(property "Sheetfile" "T_Latch.kicad_sch" (at 114.3 118.6946 0)
(effects (font (size 1.27 1.27)) (justify left top) hide)
)
(pin "T" input (at 114.3 111.76 180)
(effects (font (size 1.27 1.27)) (justify left))
(uuid e42a4e82-ce5e-455a-9ae3-b871fa3ef255)
)
(pin "Q" output (at 127 111.76 0)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 8ebbc2d8-e875-46ae-b25d-a45ed91a4e2e)
)
(pin "~{Q}" output (at 127 115.57 0)
(effects (font (size 1.27 1.27)) (justify right))
(uuid a3bcf6ae-a16b-49cb-b469-9b84e60f389c)
)
(pin "R" input (at 114.3 115.57 180)
(effects (font (size 1.27 1.27)) (justify left))
(uuid c5b122d6-0cf4-4fef-8159-d4611ad88b9b)
)
(instances
(project "ALU"
(path "/c7042fcd-0b8a-40b2-acdb-0a382389991a" (page "21"))
(path "/c7042fcd-0b8a-40b2-acdb-0a382389991a/dfaed007-8bba-415c-b5ec-1195b9fbd2de" (page "15"))
)
)
)
)