-
Notifications
You must be signed in to change notification settings - Fork 1
/
FPGANeuralNetwork.circ
755 lines (733 loc) · 26.6 KB
/
FPGANeuralNetwork.circ
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project source="3.7.2" version="1.0">
This file is intended to be loaded by Logisim-evolution v3.7.2(https://github.com/logisim-evolution/).
<lib desc="#Wiring" name="0">
<tool name="Pin">
<a name="appearance" val="classic"/>
</tool>
</lib>
<lib desc="#Gates" name="1"/>
<lib desc="#Plexers" name="2"/>
<lib desc="#Arithmetic" name="3"/>
<lib desc="#Memory" name="4"/>
<lib desc="#I/O" name="5"/>
<lib desc="#TTL" name="6"/>
<lib desc="#TCL" name="7"/>
<lib desc="#Base" name="8"/>
<lib desc="#BFH-Praktika" name="9"/>
<lib desc="#Input/Output-Extra" name="10"/>
<lib desc="#Soc" name="11"/>
<main name="Neuron"/>
<options>
<a name="gateUndefined" val="ignore"/>
<a name="simlimit" val="1000"/>
<a name="simrand" val="0"/>
</options>
<mappings>
<tool lib="8" map="Button2" name="Menu Tool"/>
<tool lib="8" map="Button3" name="Menu Tool"/>
<tool lib="8" map="Ctrl Button1" name="Menu Tool"/>
</mappings>
<toolbar>
<tool lib="8" name="Poke Tool"/>
<tool lib="8" name="Edit Tool"/>
<tool lib="8" name="Wiring Tool"/>
<tool lib="8" name="Text Tool"/>
<sep/>
<tool lib="0" name="Pin"/>
<tool lib="0" name="Pin">
<a name="facing" val="west"/>
<a name="output" val="true"/>
</tool>
<sep/>
<tool lib="1" name="NOT Gate"/>
<tool lib="1" name="AND Gate"/>
<tool lib="1" name="OR Gate"/>
<tool lib="1" name="XOR Gate"/>
<tool lib="1" name="NAND Gate"/>
<tool lib="1" name="NOR Gate"/>
<sep/>
<tool lib="4" name="D Flip-Flop"/>
<tool lib="4" name="Register"/>
</toolbar>
<circuit name="HiddenLayer">
<a name="appearance" val="logisim_evolution"/>
<a name="circuit" val="HiddenLayer"/>
<a name="circuitnamedboxfixedsize" val="true"/>
<a name="simulationFrequency" val="1.0"/>
<comp lib="0" loc="(120,200)" name="Pin">
<a name="appearance" val="NewPins"/>
<a name="label" val="RESET"/>
</comp>
<comp lib="0" loc="(170,450)" name="Pin">
<a name="appearance" val="NewPins"/>
<a name="label" val="NN_INPUT"/>
<a name="radix" val="16"/>
<a name="width" val="32"/>
</comp>
<comp lib="0" loc="(260,320)" name="Pin">
<a name="appearance" val="NewPins"/>
<a name="label" val="WEIGHTS1"/>
<a name="radix" val="16"/>
<a name="width" val="32"/>
</comp>
<comp lib="0" loc="(260,540)" name="Pin">
<a name="appearance" val="NewPins"/>
<a name="label" val="WEIGHTS2"/>
<a name="radix" val="16"/>
<a name="width" val="32"/>
</comp>
<comp lib="0" loc="(260,760)" name="Pin">
<a name="appearance" val="NewPins"/>
<a name="label" val="WEIGHTS3"/>
<a name="radix" val="16"/>
<a name="width" val="32"/>
</comp>
<comp lib="0" loc="(280,320)" name="Splitter">
<a name="bit1" val="0"/>
<a name="bit10" val="1"/>
<a name="bit11" val="1"/>
<a name="bit12" val="1"/>
<a name="bit13" val="1"/>
<a name="bit14" val="1"/>
<a name="bit15" val="1"/>
<a name="bit16" val="2"/>
<a name="bit17" val="2"/>
<a name="bit18" val="2"/>
<a name="bit19" val="2"/>
<a name="bit2" val="0"/>
<a name="bit20" val="2"/>
<a name="bit21" val="2"/>
<a name="bit22" val="2"/>
<a name="bit23" val="2"/>
<a name="bit24" val="3"/>
<a name="bit25" val="3"/>
<a name="bit26" val="3"/>
<a name="bit27" val="3"/>
<a name="bit28" val="3"/>
<a name="bit29" val="3"/>
<a name="bit3" val="0"/>
<a name="bit30" val="3"/>
<a name="bit31" val="3"/>
<a name="bit4" val="0"/>
<a name="bit5" val="0"/>
<a name="bit6" val="0"/>
<a name="bit7" val="0"/>
<a name="bit8" val="1"/>
<a name="bit9" val="1"/>
<a name="fanout" val="4"/>
<a name="incoming" val="32"/>
</comp>
<comp lib="0" loc="(280,540)" name="Splitter">
<a name="bit1" val="0"/>
<a name="bit10" val="1"/>
<a name="bit11" val="1"/>
<a name="bit12" val="1"/>
<a name="bit13" val="1"/>
<a name="bit14" val="1"/>
<a name="bit15" val="1"/>
<a name="bit16" val="2"/>
<a name="bit17" val="2"/>
<a name="bit18" val="2"/>
<a name="bit19" val="2"/>
<a name="bit2" val="0"/>
<a name="bit20" val="2"/>
<a name="bit21" val="2"/>
<a name="bit22" val="2"/>
<a name="bit23" val="2"/>
<a name="bit24" val="3"/>
<a name="bit25" val="3"/>
<a name="bit26" val="3"/>
<a name="bit27" val="3"/>
<a name="bit28" val="3"/>
<a name="bit29" val="3"/>
<a name="bit3" val="0"/>
<a name="bit30" val="3"/>
<a name="bit31" val="3"/>
<a name="bit4" val="0"/>
<a name="bit5" val="0"/>
<a name="bit6" val="0"/>
<a name="bit7" val="0"/>
<a name="bit8" val="1"/>
<a name="bit9" val="1"/>
<a name="fanout" val="4"/>
<a name="incoming" val="32"/>
</comp>
<comp lib="0" loc="(280,760)" name="Splitter">
<a name="bit1" val="0"/>
<a name="bit10" val="1"/>
<a name="bit11" val="1"/>
<a name="bit12" val="1"/>
<a name="bit13" val="1"/>
<a name="bit14" val="1"/>
<a name="bit15" val="1"/>
<a name="bit16" val="2"/>
<a name="bit17" val="2"/>
<a name="bit18" val="2"/>
<a name="bit19" val="2"/>
<a name="bit2" val="0"/>
<a name="bit20" val="2"/>
<a name="bit21" val="2"/>
<a name="bit22" val="2"/>
<a name="bit23" val="2"/>
<a name="bit24" val="3"/>
<a name="bit25" val="3"/>
<a name="bit26" val="3"/>
<a name="bit27" val="3"/>
<a name="bit28" val="3"/>
<a name="bit29" val="3"/>
<a name="bit3" val="0"/>
<a name="bit30" val="3"/>
<a name="bit31" val="3"/>
<a name="bit4" val="0"/>
<a name="bit5" val="0"/>
<a name="bit6" val="0"/>
<a name="bit7" val="0"/>
<a name="bit8" val="1"/>
<a name="bit9" val="1"/>
<a name="fanout" val="4"/>
<a name="incoming" val="32"/>
</comp>
<comp lib="0" loc="(290,240)" name="Splitter">
<a name="bit1" val="0"/>
<a name="bit10" val="1"/>
<a name="bit11" val="1"/>
<a name="bit12" val="1"/>
<a name="bit13" val="1"/>
<a name="bit14" val="1"/>
<a name="bit15" val="1"/>
<a name="bit16" val="2"/>
<a name="bit17" val="2"/>
<a name="bit18" val="2"/>
<a name="bit19" val="2"/>
<a name="bit2" val="0"/>
<a name="bit20" val="2"/>
<a name="bit21" val="2"/>
<a name="bit22" val="2"/>
<a name="bit23" val="2"/>
<a name="bit24" val="3"/>
<a name="bit25" val="3"/>
<a name="bit26" val="3"/>
<a name="bit27" val="3"/>
<a name="bit28" val="3"/>
<a name="bit29" val="3"/>
<a name="bit3" val="0"/>
<a name="bit30" val="3"/>
<a name="bit31" val="3"/>
<a name="bit4" val="0"/>
<a name="bit5" val="0"/>
<a name="bit6" val="0"/>
<a name="bit7" val="0"/>
<a name="bit8" val="1"/>
<a name="bit9" val="1"/>
<a name="fanout" val="4"/>
<a name="incoming" val="32"/>
</comp>
<comp lib="0" loc="(290,460)" name="Splitter">
<a name="bit1" val="0"/>
<a name="bit10" val="1"/>
<a name="bit11" val="1"/>
<a name="bit12" val="1"/>
<a name="bit13" val="1"/>
<a name="bit14" val="1"/>
<a name="bit15" val="1"/>
<a name="bit16" val="2"/>
<a name="bit17" val="2"/>
<a name="bit18" val="2"/>
<a name="bit19" val="2"/>
<a name="bit2" val="0"/>
<a name="bit20" val="2"/>
<a name="bit21" val="2"/>
<a name="bit22" val="2"/>
<a name="bit23" val="2"/>
<a name="bit24" val="3"/>
<a name="bit25" val="3"/>
<a name="bit26" val="3"/>
<a name="bit27" val="3"/>
<a name="bit28" val="3"/>
<a name="bit29" val="3"/>
<a name="bit3" val="0"/>
<a name="bit30" val="3"/>
<a name="bit31" val="3"/>
<a name="bit4" val="0"/>
<a name="bit5" val="0"/>
<a name="bit6" val="0"/>
<a name="bit7" val="0"/>
<a name="bit8" val="1"/>
<a name="bit9" val="1"/>
<a name="fanout" val="4"/>
<a name="incoming" val="32"/>
</comp>
<comp lib="0" loc="(290,680)" name="Splitter">
<a name="bit1" val="0"/>
<a name="bit10" val="1"/>
<a name="bit11" val="1"/>
<a name="bit12" val="1"/>
<a name="bit13" val="1"/>
<a name="bit14" val="1"/>
<a name="bit15" val="1"/>
<a name="bit16" val="2"/>
<a name="bit17" val="2"/>
<a name="bit18" val="2"/>
<a name="bit19" val="2"/>
<a name="bit2" val="0"/>
<a name="bit20" val="2"/>
<a name="bit21" val="2"/>
<a name="bit22" val="2"/>
<a name="bit23" val="2"/>
<a name="bit24" val="3"/>
<a name="bit25" val="3"/>
<a name="bit26" val="3"/>
<a name="bit27" val="3"/>
<a name="bit28" val="3"/>
<a name="bit29" val="3"/>
<a name="bit3" val="0"/>
<a name="bit30" val="3"/>
<a name="bit31" val="3"/>
<a name="bit4" val="0"/>
<a name="bit5" val="0"/>
<a name="bit6" val="0"/>
<a name="bit7" val="0"/>
<a name="bit8" val="1"/>
<a name="bit9" val="1"/>
<a name="fanout" val="4"/>
<a name="incoming" val="32"/>
</comp>
<comp lib="0" loc="(870,350)" name="Pin">
<a name="appearance" val="NewPins"/>
<a name="facing" val="west"/>
<a name="label" val="HIDDENLAYER_OUT"/>
<a name="output" val="true"/>
<a name="radix" val="16"/>
<a name="width" val="8"/>
</comp>
<comp lib="10" loc="(30,360)" name="Switch"/>
<comp lib="3" loc="(650,260)" name="Adder"/>
<comp lib="3" loc="(730,340)" name="Adder"/>
<comp lib="3" loc="(850,350)" name="Divider"/>
<comp loc="(560,180)" name="Neuron"/>
<comp loc="(560,400)" name="Neuron"/>
<comp loc="(560,620)" name="Neuron"/>
<wire from="(120,200)" to="(130,200)"/>
<wire from="(130,200)" to="(130,400)"/>
<wire from="(130,400)" to="(190,400)"/>
<wire from="(170,450)" to="(260,450)"/>
<wire from="(190,180)" to="(190,400)"/>
<wire from="(190,180)" to="(340,180)"/>
<wire from="(190,400)" to="(190,620)"/>
<wire from="(190,400)" to="(340,400)"/>
<wire from="(190,620)" to="(340,620)"/>
<wire from="(240,520)" to="(240,680)"/>
<wire from="(240,520)" to="(260,520)"/>
<wire from="(240,680)" to="(290,680)"/>
<wire from="(260,240)" to="(260,320)"/>
<wire from="(260,240)" to="(290,240)"/>
<wire from="(260,320)" to="(260,450)"/>
<wire from="(260,320)" to="(280,320)"/>
<wire from="(260,450)" to="(260,520)"/>
<wire from="(260,450)" to="(270,450)"/>
<wire from="(260,540)" to="(280,540)"/>
<wire from="(260,760)" to="(280,760)"/>
<wire from="(270,450)" to="(270,460)"/>
<wire from="(270,460)" to="(290,460)"/>
<wire from="(30,360)" to="(60,360)"/>
<wire from="(300,280)" to="(340,280)"/>
<wire from="(300,290)" to="(320,290)"/>
<wire from="(300,300)" to="(310,300)"/>
<wire from="(300,310)" to="(300,340)"/>
<wire from="(300,340)" to="(340,340)"/>
<wire from="(300,500)" to="(340,500)"/>
<wire from="(300,510)" to="(320,510)"/>
<wire from="(300,520)" to="(310,520)"/>
<wire from="(300,530)" to="(300,560)"/>
<wire from="(300,560)" to="(340,560)"/>
<wire from="(300,720)" to="(340,720)"/>
<wire from="(300,730)" to="(320,730)"/>
<wire from="(300,740)" to="(310,740)"/>
<wire from="(300,750)" to="(300,780)"/>
<wire from="(300,780)" to="(340,780)"/>
<wire from="(310,200)" to="(340,200)"/>
<wire from="(310,210)" to="(330,210)"/>
<wire from="(310,220)" to="(320,220)"/>
<wire from="(310,230)" to="(310,260)"/>
<wire from="(310,260)" to="(340,260)"/>
<wire from="(310,300)" to="(310,320)"/>
<wire from="(310,320)" to="(340,320)"/>
<wire from="(310,420)" to="(340,420)"/>
<wire from="(310,430)" to="(330,430)"/>
<wire from="(310,440)" to="(320,440)"/>
<wire from="(310,450)" to="(310,480)"/>
<wire from="(310,480)" to="(340,480)"/>
<wire from="(310,520)" to="(310,540)"/>
<wire from="(310,540)" to="(340,540)"/>
<wire from="(310,640)" to="(340,640)"/>
<wire from="(310,650)" to="(330,650)"/>
<wire from="(310,660)" to="(320,660)"/>
<wire from="(310,670)" to="(310,700)"/>
<wire from="(310,700)" to="(340,700)"/>
<wire from="(310,740)" to="(310,760)"/>
<wire from="(310,760)" to="(340,760)"/>
<wire from="(320,220)" to="(320,240)"/>
<wire from="(320,240)" to="(340,240)"/>
<wire from="(320,290)" to="(320,300)"/>
<wire from="(320,300)" to="(340,300)"/>
<wire from="(320,440)" to="(320,460)"/>
<wire from="(320,460)" to="(340,460)"/>
<wire from="(320,510)" to="(320,520)"/>
<wire from="(320,520)" to="(340,520)"/>
<wire from="(320,660)" to="(320,680)"/>
<wire from="(320,680)" to="(340,680)"/>
<wire from="(320,730)" to="(320,740)"/>
<wire from="(320,740)" to="(340,740)"/>
<wire from="(330,210)" to="(330,220)"/>
<wire from="(330,220)" to="(340,220)"/>
<wire from="(330,430)" to="(330,440)"/>
<wire from="(330,440)" to="(340,440)"/>
<wire from="(330,650)" to="(330,660)"/>
<wire from="(330,660)" to="(340,660)"/>
<wire from="(560,180)" to="(580,180)"/>
<wire from="(560,400)" to="(570,400)"/>
<wire from="(560,620)" to="(640,620)"/>
<wire from="(570,270)" to="(570,400)"/>
<wire from="(570,270)" to="(610,270)"/>
<wire from="(580,180)" to="(580,250)"/>
<wire from="(580,250)" to="(610,250)"/>
<wire from="(60,360)" to="(340,360)"/>
<wire from="(60,360)" to="(60,580)"/>
<wire from="(60,580)" to="(340,580)"/>
<wire from="(60,580)" to="(60,800)"/>
<wire from="(60,800)" to="(340,800)"/>
<wire from="(630,280)" to="(710,280)"/>
<wire from="(640,350)" to="(640,620)"/>
<wire from="(640,350)" to="(690,350)"/>
<wire from="(650,260)" to="(660,260)"/>
<wire from="(660,260)" to="(660,330)"/>
<wire from="(660,330)" to="(690,330)"/>
<wire from="(710,280)" to="(710,320)"/>
<wire from="(730,340)" to="(810,340)"/>
<wire from="(850,350)" to="(870,350)"/>
</circuit>
<circuit name="main">
<a name="appearance" val="logisim_evolution"/>
<a name="circuit" val="main"/>
<a name="circuitnamedboxfixedsize" val="true"/>
<a name="simulationFrequency" val="1.0"/>
<comp lib="0" loc="(310,300)" name="Pin">
<a name="appearance" val="classic"/>
<a name="label" val="reset"/>
</comp>
<comp lib="4" loc="(140,410)" name="Register">
<a name="appearance" val="logisim_evolution"/>
<a name="label" val="weight2"/>
<a name="width" val="32"/>
</comp>
<comp lib="4" loc="(140,530)" name="Register">
<a name="appearance" val="logisim_evolution"/>
<a name="label" val="weight3"/>
<a name="width" val="32"/>
</comp>
<comp lib="4" loc="(230,320)" name="Register">
<a name="appearance" val="logisim_evolution"/>
<a name="label" val="weight1"/>
<a name="width" val="32"/>
</comp>
<comp loc="(600,300)" name="HiddenLayer"/>
<comp loc="(860,290)" name="Sigmoid_Activation_Function">
<a name="appearance" val="logisim_evolution"/>
</comp>
<wire from="(200,440)" to="(310,440)"/>
<wire from="(200,560)" to="(350,560)"/>
<wire from="(290,350)" to="(320,350)"/>
<wire from="(310,300)" to="(380,300)"/>
<wire from="(310,360)" to="(310,440)"/>
<wire from="(310,360)" to="(380,360)"/>
<wire from="(320,320)" to="(320,350)"/>
<wire from="(320,320)" to="(380,320)"/>
<wire from="(350,380)" to="(350,560)"/>
<wire from="(350,380)" to="(380,380)"/>
<wire from="(600,300)" to="(620,300)"/>
<wire from="(620,290)" to="(620,300)"/>
<wire from="(620,290)" to="(640,290)"/>
</circuit>
<circuit name="Neuron">
<a name="appearance" val="logisim_evolution"/>
<a name="circuit" val="Neuron"/>
<a name="circuitnamedboxfixedsize" val="true"/>
<a name="simulationFrequency" val="1.0"/>
<comp lib="0" loc="(110,160)" name="Pin">
<a name="appearance" val="NewPins"/>
<a name="label" val="RESET"/>
</comp>
<comp lib="0" loc="(120,650)" name="Pin">
<a name="appearance" val="NewPins"/>
<a name="label" val="ENABLE"/>
</comp>
<comp lib="0" loc="(410,590)" name="Pin">
<a name="appearance" val="NewPins"/>
<a name="label" val="WEIGHT4"/>
<a name="width" val="8"/>
</comp>
<comp lib="0" loc="(420,560)" name="Pin">
<a name="appearance" val="NewPins"/>
<a name="label" val="WEIGHT3"/>
<a name="width" val="8"/>
</comp>
<comp lib="0" loc="(430,310)" name="Pin">
<a name="appearance" val="NewPins"/>
<a name="label" val="INPUT4"/>
<a name="width" val="8"/>
</comp>
<comp lib="0" loc="(430,530)" name="Pin">
<a name="appearance" val="NewPins"/>
<a name="label" val="WEIGHT2"/>
<a name="width" val="8"/>
</comp>
<comp lib="0" loc="(440,280)" name="Pin">
<a name="appearance" val="NewPins"/>
<a name="label" val="INPUT3"/>
<a name="width" val="8"/>
</comp>
<comp lib="0" loc="(440,500)" name="Pin">
<a name="appearance" val="NewPins"/>
<a name="label" val="WEIGHT1"/>
<a name="width" val="8"/>
</comp>
<comp lib="0" loc="(450,250)" name="Pin">
<a name="appearance" val="NewPins"/>
<a name="label" val="INPUT2"/>
<a name="width" val="8"/>
</comp>
<comp lib="0" loc="(460,220)" name="Pin">
<a name="appearance" val="NewPins"/>
<a name="label" val="INPUT1"/>
<a name="width" val="8"/>
</comp>
<comp lib="0" loc="(760,350)" name="Pin">
<a name="appearance" val="NewPins"/>
<a name="facing" val="west"/>
<a name="label" val="NEURON_OUT"/>
<a name="output" val="true"/>
<a name="width" val="8"/>
</comp>
<comp lib="2" loc="(510,320)" name="Multiplexer">
<a name="select" val="2"/>
<a name="width" val="8"/>
</comp>
<comp lib="2" loc="(560,370)" name="Multiplexer">
<a name="select" val="2"/>
<a name="width" val="8"/>
</comp>
<comp lib="3" loc="(660,350)" name="Multiplier"/>
<comp lib="4" loc="(200,320)" name="Counter">
<a name="appearance" val="logisim_evolution"/>
<a name="max" val="0x3"/>
<a name="width" val="2"/>
</comp>
<comp lib="4" loc="(680,320)" name="Register">
<a name="appearance" val="logisim_evolution"/>
</comp>
<wire from="(110,160)" to="(140,160)"/>
<wire from="(120,370)" to="(120,650)"/>
<wire from="(120,370)" to="(200,370)"/>
<wire from="(120,650)" to="(680,650)"/>
<wire from="(140,160)" to="(140,340)"/>
<wire from="(140,160)" to="(670,160)"/>
<wire from="(140,340)" to="(200,340)"/>
<wire from="(200,340)" to="(210,340)"/>
<wire from="(200,370)" to="(210,370)"/>
<wire from="(380,430)" to="(490,430)"/>
<wire from="(410,590)" to="(480,590)"/>
<wire from="(420,560)" to="(470,560)"/>
<wire from="(430,310)" to="(440,310)"/>
<wire from="(430,530)" to="(460,530)"/>
<wire from="(440,280)" to="(450,280)"/>
<wire from="(440,310)" to="(440,330)"/>
<wire from="(440,330)" to="(470,330)"/>
<wire from="(440,500)" to="(450,500)"/>
<wire from="(450,250)" to="(460,250)"/>
<wire from="(450,280)" to="(450,320)"/>
<wire from="(450,320)" to="(470,320)"/>
<wire from="(450,350)" to="(450,500)"/>
<wire from="(450,350)" to="(520,350)"/>
<wire from="(460,220)" to="(470,220)"/>
<wire from="(460,250)" to="(460,310)"/>
<wire from="(460,310)" to="(470,310)"/>
<wire from="(460,360)" to="(460,530)"/>
<wire from="(460,360)" to="(520,360)"/>
<wire from="(470,220)" to="(470,300)"/>
<wire from="(470,370)" to="(470,560)"/>
<wire from="(470,370)" to="(520,370)"/>
<wire from="(480,380)" to="(480,590)"/>
<wire from="(480,380)" to="(520,380)"/>
<wire from="(490,340)" to="(490,430)"/>
<wire from="(490,430)" to="(540,430)"/>
<wire from="(510,320)" to="(610,320)"/>
<wire from="(540,390)" to="(540,430)"/>
<wire from="(560,370)" to="(600,370)"/>
<wire from="(600,360)" to="(600,370)"/>
<wire from="(600,360)" to="(620,360)"/>
<wire from="(610,320)" to="(610,340)"/>
<wire from="(610,340)" to="(620,340)"/>
<wire from="(660,350)" to="(680,350)"/>
<wire from="(670,160)" to="(670,390)"/>
<wire from="(670,390)" to="(680,390)"/>
<wire from="(680,350)" to="(690,350)"/>
<wire from="(680,370)" to="(680,390)"/>
<wire from="(680,390)" to="(680,650)"/>
<wire from="(740,350)" to="(760,350)"/>
</circuit>
<vhdl name="Sigmoid_Activation_Function">--------------------------------------------------------------------------------
-- Project : Hardware_Implemented_Neural_Network
-- File :
-- Autor :
-- Date :
--
--------------------------------------------------------------------------------
-- Description :
-- This is a sigmoid function that takes an 8-bit input vector and outputs an 8-bit result vector.
--
--------------------------------------------------------------------------------
LIBRARY ieee;
USE ieee.std_logic_1164.all;
ENTITY Sigmoid_Activation_Function IS
PORT (
------------------------------------------------------------------------------
--Insert input ports below
x : IN std_logic_vector(7 DOWNTO 0); -- input vector example
------------------------------------------------------------------------------
--Insert output ports below
y : OUT std_logic_vector(7 DOWNTO 0) -- output vector example
);
END Sigmoid_Activation_Function;
--------------------------------------------------------------------------------
-- VHDL Description
--------------------------------------------------------------------------------
-- Sigmoid function output formula: y = 1 / (1 + e^-x)
ARCHITECTURE Behavioural OF Sigmoid_Activation_Function IS
-- creates a 16-bit wide intermediate signal to aid calculatons
signal temp : std_logic_vector(15 downto 0);
BEGIN
-- takes the negation of our input, and pads it with zeroes to make it 16 bits wide to be saved to the intermediate signal "temp"
temp <= NOT x + "0000000000000001";
-- takes the square negation of our input to save to output "y".
y <= std_logic_vector(unsigned(temp)*unsigned(temp));
END Behavioral;
</vhdl>
<vhdl name="weight_register">--------------------------------------------------------------------------------
-- Project : Hardware_Implemented_Neural_Network
-- File :
-- Autor :
-- Date :
--
--------------------------------------------------------------------------------
-- Description :
-- This is a weight register that takes in data and outputs it on the next clock cycle.
--
--------------------------------------------------------------------------------
-- The weight_register entity has a clock (clk), reset (rst), data, and queue port.
-- When the reset port is high, the temp signal is set to all 0's. When the clock
-- port is high (on the rising edge), the temp signal is set to the data. The queue
-- port is always equal to the temp signal.
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
entity weight_register is
port(
clk : IN std_logic;
rst : IN std_logic;
data : IN std_logic_vector(7 DOWNTO 0);
queue : OUT std_logic_vector(7 DOWNTO 0)
);
END weight_register;
ARCHITECTURE Behavioral OF weight_register IS
signal temp : std_logic_vector(7 DOWNTO 0);
BEGIN
process(clk, rst)
BEGIN
IF(rst='1') THEN
temp <= (OTHERS => '0');
ELSIF(rising_edge(clk)) THEN
temp <= data;
END IF;
END PROCESS;
queue <= temp;
END Behavioral;</vhdl>
<vhdl name="gradient_descent">--------------------------------------------------------------------------------
-- Project : Hardware_Implemented_Neural_Network
-- File :
-- Autor :
-- Date :
--
--------------------------------------------------------------------------------
-- Description :
-- This is a gradient descent algorithm implemented in VHDL.
-- The purpose of the algorithm is to find the weights that minimize the error between the predicted values and the actual values.
-- The inputs to the entity are the data (x) and the actual values (y). The clock (clk) and reset (rst) signals are also inputs.
-- The output (done) is '1' when the predicted values match the actual values.
-- The algorithm consists of four states. In state 0, the error is calculated for each bit of data.
-- In state 1, the delta is calculated. In state 2, the weights are updated. In state 3, the predicted values are updated.
--
--------------------------------------------------------------------------------
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.all;
ENTITY gradient_descent IS
PORT(
x : IN std_logic_vector(7 downto 0);
y : IN std_logic_vector(7 downto 0);
clk : IN std_logic;
rst : IN std_logic;
done : OUT std_logic
);
END gradient_descent;
--------------------------------------------------------------------------------
--Complete your VHDL description below
--------------------------------------------------------------------------------
ARCHITECTURE Behavioral OF gradient_descent IS
signal state : integer range 0 to 3 := 0;
signal count : integer range 0 to 7 := 0;
signal error : std_logic_vector(3 downto 0) := (others => '0');
signal y_hat : std_logic_vector(7 downto 0) := (others => '0');
signal delta : std_logic_vector(3 downto 0) := (others => '0');
signal weight : std_logic_vector(3 downto 0) := "0001";
constant learning_rate : real := 0.1;
BEGIN
process(clk, rst)
begin
if(rst = '1') then
state <= 0;
count <= 0;
error <= (others => '0');
y_hat <= (others => '0');
elsif(rising_edge(clk)) then
case state is
when 0 =>
if(count < 8) then
error <= error + (x(count) xor y_hat(count));
count <= count + 1;
else
count <= 0;
state <= 1;
end if;
when 1 =>
delta <= error * weight;
state <= 2;
when 2 =>
weight <= weight - (learning_rate * delta);
state <= 3;
when 3 =>
state <= 0;
y_hat <= y_hat + delta;
end case;
end if;
end process;
done <= '1' when y_hat = y else '0';
END Behavioral;
</vhdl>
</project>