-
Notifications
You must be signed in to change notification settings - Fork 0
/
Architecture.drawio
943 lines (943 loc) · 110 KB
/
Architecture.drawio
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
943
<mxfile host="65bd71144e">
<diagram name="Page-1" id="Ly6lGSdU-FOQbb2JsQHI">
<mxGraphModel dx="5227" dy="5000" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="qlpNwuft5wFHGggAAQwj-445" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="1010" y="540" width="2120" height="1570" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-773" value="<span style="font-size: 24px;">UART</span>" style="rounded=1;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="300" y="650" width="160" height="50" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-774" value="<span style="font-size: 24px;">I2C</span>" style="rounded=1;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="300" y="790" width="160" height="50" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-775" value="<span style="font-size: 24px;">UART</span>" style="rounded=1;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="300" y="710" width="160" height="50" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-776" value="<span style="font-size: 24px;">I2C</span>" style="rounded=1;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="300" y="850" width="160" height="50" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-777" value="<span style="font-size: 24px;">SPI</span>" style="rounded=1;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="300" y="930" width="160" height="50" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-778" value="<span style="font-size: 24px;">SPI</span>" style="rounded=1;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="300" y="990" width="160" height="50" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-779" value="<span style="font-size: 24px;">GPIO</span>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=6;" parent="1" vertex="1">
<mxGeometry x="300" y="1070" width="160" height="290" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-780" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;strokeColor=none;fontColor=#ffffff;" parent="1" vertex="1">
<mxGeometry x="270" y="670" width="10" height="430" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-781" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;strokeColor=none;fontColor=#ffffff;" parent="1" vertex="1">
<mxGeometry x="270" y="670" width="30" height="10" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-782" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;strokeColor=none;fontColor=#ffffff;" parent="1" vertex="1">
<mxGeometry x="270" y="730" width="30" height="10" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-783" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;strokeColor=none;fontColor=#ffffff;" parent="1" vertex="1">
<mxGeometry x="270" y="810" width="30" height="10" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-784" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;strokeColor=none;fontColor=#ffffff;" parent="1" vertex="1">
<mxGeometry x="270" y="870" width="30" height="10" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-785" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;strokeColor=none;fontColor=#ffffff;" parent="1" vertex="1">
<mxGeometry x="270" y="950" width="30" height="10" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-786" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;strokeColor=none;fontColor=#ffffff;" parent="1" vertex="1">
<mxGeometry x="270" y="1010" width="30" height="10" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-787" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;strokeColor=none;fontColor=#ffffff;" parent="1" vertex="1">
<mxGeometry x="270" y="1090" width="30" height="10" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-3" value="" style="group" parent="1" vertex="1" connectable="0">
<mxGeometry x="1610" y="600" width="650" height="650" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-771" value="" style="whiteSpace=wrap;html=1;aspect=fixed;container=0;" parent="qlpNwuft5wFHGggAAQwj-3" vertex="1">
<mxGeometry width="650" height="650" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-772" value="<font style="font-size: 24px;">ALU</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=6;container=0;" parent="qlpNwuft5wFHGggAAQwj-3" vertex="1">
<mxGeometry x="40" y="10" width="260" height="120" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-788" value="<font style="font-size: 24px;">DECODER</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=6;container=0;" parent="qlpNwuft5wFHGggAAQwj-3" vertex="1">
<mxGeometry x="40" y="540" width="240" height="60" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-789" value="<font style="font-size: 24px;">EXECUTE</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=2;container=0;imageHeight=24;" parent="qlpNwuft5wFHGggAAQwj-3" vertex="1">
<mxGeometry x="40" y="320" width="240" height="210" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-790" value="<font style="font-size: 24px;">MICRO-FLASH&nbsp;<br>MEMORY<br></font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=5;container=0;" parent="qlpNwuft5wFHGggAAQwj-3" vertex="1">
<mxGeometry x="290" y="380" width="120" height="220" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-832" value="<font style="font-size: 14px;">MICROCODE TABLE</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=10;container=0;" parent="qlpNwuft5wFHGggAAQwj-3" vertex="1">
<mxGeometry x="290" y="320" width="120" height="50" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-835" value="" style="group" parent="qlpNwuft5wFHGggAAQwj-3" vertex="1" connectable="0">
<mxGeometry x="40" y="140" width="370" height="170" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-792" value="" style="rounded=1;whiteSpace=wrap;html=1;arcSize=6;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry width="369.99999999999994" height="170" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-793" value="<font style="font-size: 14px;">R0</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="8.60465116279056" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-794" value="<font style="font-size: 14px;">R1</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="51.62790697674427" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-795" value="<font style="font-size: 14px;">R2</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="94.65116279069753" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-796" value="<font style="font-size: 14px;">R3</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="137.67441860465124" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-797" value="<font style="font-size: 14px;">R4</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="180.6976744186045" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-798" value="<font style="font-size: 14px;">R5</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="223.7209302325582" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-799" value="<font style="font-size: 14px;">R6</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="266.74418604651146" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-800" value="<font style="font-size: 14px;">R7</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="8.60465116279056" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-801" value="<font style="font-size: 14px;">R8</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="51.62790697674427" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-802" value="<font style="font-size: 14px;">R9</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="94.65116279069753" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-803" value="<font style="font-size: 14px;">R10</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="137.67441860465124" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-804" value="<font style="font-size: 14px;">R11</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="180.6976744186045" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-805" value="<font style="font-size: 14px;">R12</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="223.7209302325582" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-806" value="<font style="font-size: 14px;">R13</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="266.74418604651146" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-807" value="<font style="font-size: 14px;">R14</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="8.60465116279056" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-808" value="<font style="font-size: 14px;">R15</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="51.62790697674427" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-809" value="<font style="font-size: 14px;">R16</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="94.65116279069753" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-810" value="<font style="font-size: 14px;">R17</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="137.67441860465124" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-811" value="<font style="font-size: 14px;">R18</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="180.6976744186045" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-812" value="<font style="font-size: 14px;">R19</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="223.7209302325582" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-813" value="<font style="font-size: 14px;">R20</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="266.74418604651146" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-814" value="<font style="font-size: 14px;">R21</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="8.60465116279056" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-815" value="<font style="font-size: 14px;">R22</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="51.62790697674427" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-816" value="<font style="font-size: 14px;">R23</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="94.65116279069753" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-817" value="<font style="font-size: 14px;">R24</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="137.67441860465124" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-818" value="<font style="font-size: 14px;">R25</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="180.6976744186045" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-819" value="<font style="font-size: 14px;">R26</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="223.7209302325582" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-820" value="<font style="font-size: 14px;">R27</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="266.74418604651146" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-821" value="<span style="font-size: 14px;">IP</span>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="326.97674418604674" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-822" value="<font style="font-size: 8px;">FLAGS</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="326.97674418604674" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-823" value="<font style="font-size: 10px;">CTRL</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="326.97674418604674" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-824" value="<span style="font-size: 14px;">CPU</span>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="PnXe8qApEqEV6tvW-mXD-835" vertex="1">
<mxGeometry x="326.97674418604674" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-855" value="" style="group" parent="qlpNwuft5wFHGggAAQwj-3" vertex="1" connectable="0">
<mxGeometry y="610" width="320" height="40" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-853" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="PnXe8qApEqEV6tvW-mXD-855" vertex="1">
<mxGeometry width="320" height="40" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-852" value="" style="group" parent="PnXe8qApEqEV6tvW-mXD-855" vertex="1" connectable="0">
<mxGeometry x="8.205128205128204" y="24" width="303.5897435897436" height="16" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-833" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="PnXe8qApEqEV6tvW-mXD-852" vertex="1">
<mxGeometry y="10.790697674418603" width="94.16152474976005" height="5.209302325581397" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-836" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="PnXe8qApEqEV6tvW-mXD-852" vertex="1">
<mxGeometry x="232.26509438274155" y="0.372093023255814" width="6.2774349833173355" height="15.627906976744185" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-837" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="PnXe8qApEqEV6tvW-mXD-852" vertex="1">
<mxGeometry x="282.48457424928023" y="0.372093023255814" width="6.2774349833173355" height="15.627906976744185" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-838" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="PnXe8qApEqEV6tvW-mXD-852" vertex="1">
<mxGeometry x="112.99382969971194" y="10.790697674418603" width="94.16152474976005" height="5.209302325581397" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-839" value="ADDRLINE" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="PnXe8qApEqEV6tvW-mXD-852" vertex="1">
<mxGeometry x="25.595375291375227" width="42.97174825174825" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-840" value="DATALINE" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="PnXe8qApEqEV6tvW-mXD-852" vertex="1">
<mxGeometry x="143.51515151515153" width="34.52643356643357" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-845" value="RL" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="PnXe8qApEqEV6tvW-mXD-852" vertex="1">
<mxGeometry x="292.55011655011657" width="11.039627039627039" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-849" value="WL" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="PnXe8qApEqEV6tvW-mXD-852" vertex="1">
<mxGeometry x="242.87179487179486" y="0.372093023255814" width="11.039627039627039" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-854" value="<font style="font-size: 10px;">MEMORY BUS</font>" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="PnXe8qApEqEV6tvW-mXD-855" vertex="1">
<mxGeometry x="131.28205128205127" width="82.05128205128204" height="16" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-856" value="" style="group" parent="qlpNwuft5wFHGggAAQwj-3" vertex="1" connectable="0">
<mxGeometry x="340" y="610" width="300" height="40" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-857" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="PnXe8qApEqEV6tvW-mXD-856" vertex="1">
<mxGeometry width="300" height="40" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-858" value="" style="group" parent="PnXe8qApEqEV6tvW-mXD-856" vertex="1" connectable="0">
<mxGeometry x="7.6923076923076925" y="24" width="284.61538461538464" height="16" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-859" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="PnXe8qApEqEV6tvW-mXD-858" vertex="1">
<mxGeometry y="10.790697674418603" width="88.27642945290006" height="5.209302325581397" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-860" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="PnXe8qApEqEV6tvW-mXD-858" vertex="1">
<mxGeometry x="217.74852598382026" y="0.372093023255814" width="5.885095296860003" height="15.627906976744185" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-861" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="PnXe8qApEqEV6tvW-mXD-858" vertex="1">
<mxGeometry x="264.8292883587003" y="0.372093023255814" width="5.885095296860003" height="15.627906976744185" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-862" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="PnXe8qApEqEV6tvW-mXD-858" vertex="1">
<mxGeometry x="105.93171534347996" y="10.790697674418603" width="88.27642945290006" height="5.209302325581397" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-863" value="PORTID" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="PnXe8qApEqEV6tvW-mXD-858" vertex="1">
<mxGeometry x="23.99566433566428" width="40.286013986014" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-864" value="DATALINE" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="PnXe8qApEqEV6tvW-mXD-858" vertex="1">
<mxGeometry x="134.5454545454546" width="32.36853146853148" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-865" value="RL" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="PnXe8qApEqEV6tvW-mXD-858" vertex="1">
<mxGeometry x="274.26573426573435" width="10.349650349650352" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-866" value="WL" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="PnXe8qApEqEV6tvW-mXD-858" vertex="1">
<mxGeometry x="227.69230769230774" y="0.372093023255814" width="10.349650349650352" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-867" value="<font style="font-size: 10px;">PORT BUS</font>" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="PnXe8qApEqEV6tvW-mXD-856" vertex="1">
<mxGeometry x="123.07692307692308" width="76.92307692307692" height="16" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-872" value="<span style="font-size: 14px;">CORE-CTRL</span>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=10;container=0;" parent="qlpNwuft5wFHGggAAQwj-3" vertex="1">
<mxGeometry x="310" y="10" width="100" height="120" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-873" value="<font style="font-size: 24px;">SRAM</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=2;container=0;" parent="qlpNwuft5wFHGggAAQwj-3" vertex="1">
<mxGeometry x="420" y="10" width="220" height="590" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-874" value="HLT" style="rounded=0;whiteSpace=wrap;html=1;" parent="qlpNwuft5wFHGggAAQwj-3" vertex="1">
<mxGeometry y="100" width="30" height="30" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-875" value="<font style="font-size: 10px;">WIPE</font>" style="rounded=0;whiteSpace=wrap;html=1;" parent="qlpNwuft5wFHGggAAQwj-3" vertex="1">
<mxGeometry y="140" width="30" height="30" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-878" value="<font style="font-size: 10px;">CTRL</font>" style="rounded=0;whiteSpace=wrap;html=1;align=center;" parent="qlpNwuft5wFHGggAAQwj-3" vertex="1">
<mxGeometry y="180" width="30" height="90" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-879" value="RST" style="rounded=0;whiteSpace=wrap;html=1;" parent="qlpNwuft5wFHGggAAQwj-3" vertex="1">
<mxGeometry y="60" width="30" height="30" as="geometry"/>
</mxCell>
<mxCell id="PnXe8qApEqEV6tvW-mXD-880" value="EN" style="rounded=0;whiteSpace=wrap;html=1;" parent="qlpNwuft5wFHGggAAQwj-3" vertex="1">
<mxGeometry y="20" width="30" height="30" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-2" value="<font style="font-size: 10px;">DO</font>" style="rounded=0;whiteSpace=wrap;html=1;align=center;" parent="qlpNwuft5wFHGggAAQwj-3" vertex="1">
<mxGeometry y="280" width="30" height="310" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-77" value="" style="group" parent="1" vertex="1" connectable="0">
<mxGeometry x="1610" y="1400" width="650" height="650" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-78" value="" style="whiteSpace=wrap;html=1;aspect=fixed;container=0;" parent="qlpNwuft5wFHGggAAQwj-77" vertex="1">
<mxGeometry width="650" height="650" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-79" value="<font style="font-size: 24px;">ALU</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=6;container=0;" parent="qlpNwuft5wFHGggAAQwj-77" vertex="1">
<mxGeometry x="40" y="10" width="260" height="120" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-80" value="<font style="font-size: 24px;">DECODER</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=6;container=0;" parent="qlpNwuft5wFHGggAAQwj-77" vertex="1">
<mxGeometry x="40" y="540" width="240" height="60" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-81" value="<font style="font-size: 24px;">EXECUTE</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=2;container=0;imageHeight=24;" parent="qlpNwuft5wFHGggAAQwj-77" vertex="1">
<mxGeometry x="40" y="320" width="240" height="210" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-82" value="<font style="font-size: 24px;">MICRO-FLASH&nbsp;<br>MEMORY<br></font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=5;container=0;" parent="qlpNwuft5wFHGggAAQwj-77" vertex="1">
<mxGeometry x="290" y="380" width="120" height="220" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-83" value="<font style="font-size: 14px;">MICROCODE TABLE</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=10;container=0;" parent="qlpNwuft5wFHGggAAQwj-77" vertex="1">
<mxGeometry x="290" y="320" width="120" height="50" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-84" value="" style="group" parent="qlpNwuft5wFHGggAAQwj-77" vertex="1" connectable="0">
<mxGeometry x="40" y="140" width="370" height="170" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-85" value="" style="rounded=1;whiteSpace=wrap;html=1;arcSize=6;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry width="369.99999999999994" height="170" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-86" value="<font style="font-size: 14px;">R0</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="8.60465116279056" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-87" value="<font style="font-size: 14px;">R1</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="51.62790697674427" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-88" value="<font style="font-size: 14px;">R2</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="94.65116279069753" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-89" value="<font style="font-size: 14px;">R3</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="137.67441860465124" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-90" value="<font style="font-size: 14px;">R4</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="180.6976744186045" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-91" value="<font style="font-size: 14px;">R5</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="223.7209302325582" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-92" value="<font style="font-size: 14px;">R6</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="266.74418604651146" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-93" value="<font style="font-size: 14px;">R7</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="8.60465116279056" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-94" value="<font style="font-size: 14px;">R8</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="51.62790697674427" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-95" value="<font style="font-size: 14px;">R9</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="94.65116279069753" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-96" value="<font style="font-size: 14px;">R10</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="137.67441860465124" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-97" value="<font style="font-size: 14px;">R11</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="180.6976744186045" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-98" value="<font style="font-size: 14px;">R12</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="223.7209302325582" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-99" value="<font style="font-size: 14px;">R13</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="266.74418604651146" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-100" value="<font style="font-size: 14px;">R14</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="8.60465116279056" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-101" value="<font style="font-size: 14px;">R15</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="51.62790697674427" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-102" value="<font style="font-size: 14px;">R16</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="94.65116279069753" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-103" value="<font style="font-size: 14px;">R17</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="137.67441860465124" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-104" value="<font style="font-size: 14px;">R18</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="180.6976744186045" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-105" value="<font style="font-size: 14px;">R19</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="223.7209302325582" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-106" value="<font style="font-size: 14px;">R20</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="266.74418604651146" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-107" value="<font style="font-size: 14px;">R21</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="8.60465116279056" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-108" value="<font style="font-size: 14px;">R22</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="51.62790697674427" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-109" value="<font style="font-size: 14px;">R23</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="94.65116279069753" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-110" value="<font style="font-size: 14px;">R24</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="137.67441860465124" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-111" value="<font style="font-size: 14px;">R25</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="180.6976744186045" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-112" value="<font style="font-size: 14px;">R26</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="223.7209302325582" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-113" value="<font style="font-size: 14px;">R27</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="266.74418604651146" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-114" value="<span style="font-size: 14px;">IP</span>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="326.97674418604674" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-115" value="<font style="font-size: 8px;">FLAGS</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="326.97674418604674" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-116" value="<font style="font-size: 10px;">CTRL</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="326.97674418604674" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-117" value="<span style="font-size: 14px;">CPU</span>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-84" vertex="1">
<mxGeometry x="326.97674418604674" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-118" value="" style="group" parent="qlpNwuft5wFHGggAAQwj-77" vertex="1" connectable="0">
<mxGeometry y="610" width="320" height="40" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-119" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="qlpNwuft5wFHGggAAQwj-118" vertex="1">
<mxGeometry width="320" height="40" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-120" value="" style="group" parent="qlpNwuft5wFHGggAAQwj-118" vertex="1" connectable="0">
<mxGeometry x="8.205128205128204" y="24" width="303.5897435897436" height="16" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-121" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-120" vertex="1">
<mxGeometry y="10.790697674418603" width="94.16152474976005" height="5.209302325581397" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-122" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-120" vertex="1">
<mxGeometry x="232.26509438274155" y="0.372093023255814" width="6.2774349833173355" height="15.627906976744185" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-123" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-120" vertex="1">
<mxGeometry x="282.48457424928023" y="0.372093023255814" width="6.2774349833173355" height="15.627906976744185" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-124" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-120" vertex="1">
<mxGeometry x="112.99382969971194" y="10.790697674418603" width="94.16152474976005" height="5.209302325581397" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-125" value="ADDRLINE" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-120" vertex="1">
<mxGeometry x="25.595375291375227" width="42.97174825174825" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-126" value="DATALINE" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-120" vertex="1">
<mxGeometry x="143.51515151515153" width="34.52643356643357" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-127" value="RL" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-120" vertex="1">
<mxGeometry x="292.55011655011657" width="11.039627039627039" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-128" value="WL" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-120" vertex="1">
<mxGeometry x="242.87179487179486" y="0.372093023255814" width="11.039627039627039" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-129" value="<font style="font-size: 10px;">MEMORY BUS</font>" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="qlpNwuft5wFHGggAAQwj-118" vertex="1">
<mxGeometry x="131.28205128205127" width="82.05128205128204" height="16" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-130" value="" style="group" parent="qlpNwuft5wFHGggAAQwj-77" vertex="1" connectable="0">
<mxGeometry x="340" y="610" width="300" height="40" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-131" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="qlpNwuft5wFHGggAAQwj-130" vertex="1">
<mxGeometry width="300" height="40" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-132" value="" style="group" parent="qlpNwuft5wFHGggAAQwj-130" vertex="1" connectable="0">
<mxGeometry x="7.6923076923076925" y="24" width="284.61538461538464" height="16" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-133" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-132" vertex="1">
<mxGeometry y="10.790697674418603" width="88.27642945290006" height="5.209302325581397" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-134" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-132" vertex="1">
<mxGeometry x="217.74852598382026" y="0.372093023255814" width="5.885095296860003" height="15.627906976744185" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-135" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-132" vertex="1">
<mxGeometry x="264.8292883587003" y="0.372093023255814" width="5.885095296860003" height="15.627906976744185" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-136" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-132" vertex="1">
<mxGeometry x="105.93171534347996" y="10.790697674418603" width="88.27642945290006" height="5.209302325581397" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-137" value="PORTID" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-132" vertex="1">
<mxGeometry x="23.99566433566428" width="40.286013986014" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-138" value="DATALINE" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-132" vertex="1">
<mxGeometry x="134.5454545454546" width="32.36853146853148" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-139" value="RL" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-132" vertex="1">
<mxGeometry x="274.26573426573435" width="10.349650349650352" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-140" value="WL" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-132" vertex="1">
<mxGeometry x="227.69230769230774" y="0.372093023255814" width="10.349650349650352" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-141" value="<font style="font-size: 10px;">PORT BUS</font>" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="qlpNwuft5wFHGggAAQwj-130" vertex="1">
<mxGeometry x="123.07692307692308" width="76.92307692307692" height="16" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-142" value="<span style="font-size: 14px;">CORE-CTRL</span>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=10;container=0;" parent="qlpNwuft5wFHGggAAQwj-77" vertex="1">
<mxGeometry x="310" y="10" width="100" height="120" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-143" value="<font style="font-size: 24px;">SRAM</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=2;container=0;" parent="qlpNwuft5wFHGggAAQwj-77" vertex="1">
<mxGeometry x="420" y="10" width="220" height="590" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-144" value="HLT" style="rounded=0;whiteSpace=wrap;html=1;" parent="qlpNwuft5wFHGggAAQwj-77" vertex="1">
<mxGeometry y="100" width="30" height="30" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-145" value="<font style="font-size: 10px;">WIPE</font>" style="rounded=0;whiteSpace=wrap;html=1;" parent="qlpNwuft5wFHGggAAQwj-77" vertex="1">
<mxGeometry y="140" width="30" height="30" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-146" value="<font style="font-size: 10px;">CTRL</font>" style="rounded=0;whiteSpace=wrap;html=1;align=center;" parent="qlpNwuft5wFHGggAAQwj-77" vertex="1">
<mxGeometry y="180" width="30" height="90" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-147" value="RST" style="rounded=0;whiteSpace=wrap;html=1;" parent="qlpNwuft5wFHGggAAQwj-77" vertex="1">
<mxGeometry y="60" width="30" height="30" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-148" value="EN" style="rounded=0;whiteSpace=wrap;html=1;" parent="qlpNwuft5wFHGggAAQwj-77" vertex="1">
<mxGeometry y="20" width="30" height="30" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-149" value="<font style="font-size: 10px;">DO</font>" style="rounded=0;whiteSpace=wrap;html=1;align=center;" parent="qlpNwuft5wFHGggAAQwj-77" vertex="1">
<mxGeometry y="280" width="30" height="310" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-296" value="" style="group" parent="1" vertex="1" connectable="0">
<mxGeometry x="2410" y="600" width="650" height="650" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-297" value="" style="whiteSpace=wrap;html=1;aspect=fixed;container=0;" parent="qlpNwuft5wFHGggAAQwj-296" vertex="1">
<mxGeometry width="650" height="650" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-298" value="<font style="font-size: 24px;">ALU</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=6;container=0;" parent="qlpNwuft5wFHGggAAQwj-296" vertex="1">
<mxGeometry x="40" y="10" width="260" height="120" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-299" value="<font style="font-size: 24px;">DECODER</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=6;container=0;" parent="qlpNwuft5wFHGggAAQwj-296" vertex="1">
<mxGeometry x="40" y="540" width="240" height="60" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-300" value="<font style="font-size: 24px;">EXECUTE</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=2;container=0;imageHeight=24;" parent="qlpNwuft5wFHGggAAQwj-296" vertex="1">
<mxGeometry x="40" y="320" width="240" height="210" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-301" value="<font style="font-size: 24px;">MICRO-FLASH&nbsp;<br>MEMORY<br></font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=5;container=0;" parent="qlpNwuft5wFHGggAAQwj-296" vertex="1">
<mxGeometry x="290" y="380" width="120" height="220" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-302" value="<font style="font-size: 14px;">MICROCODE TABLE</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=10;container=0;" parent="qlpNwuft5wFHGggAAQwj-296" vertex="1">
<mxGeometry x="290" y="320" width="120" height="50" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-303" value="" style="group" parent="qlpNwuft5wFHGggAAQwj-296" vertex="1" connectable="0">
<mxGeometry x="40" y="140" width="370" height="170" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-304" value="" style="rounded=1;whiteSpace=wrap;html=1;arcSize=6;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry width="369.99999999999994" height="170" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-305" value="<font style="font-size: 14px;">R0</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="8.60465116279056" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-306" value="<font style="font-size: 14px;">R1</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="51.62790697674427" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-307" value="<font style="font-size: 14px;">R2</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="94.65116279069753" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-308" value="<font style="font-size: 14px;">R3</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="137.67441860465124" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-309" value="<font style="font-size: 14px;">R4</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="180.6976744186045" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-310" value="<font style="font-size: 14px;">R5</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="223.7209302325582" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-311" value="<font style="font-size: 14px;">R6</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="266.74418604651146" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-312" value="<font style="font-size: 14px;">R7</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="8.60465116279056" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-313" value="<font style="font-size: 14px;">R8</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="51.62790697674427" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-314" value="<font style="font-size: 14px;">R9</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="94.65116279069753" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-315" value="<font style="font-size: 14px;">R10</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="137.67441860465124" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-316" value="<font style="font-size: 14px;">R11</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="180.6976744186045" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-317" value="<font style="font-size: 14px;">R12</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="223.7209302325582" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-318" value="<font style="font-size: 14px;">R13</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="266.74418604651146" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-319" value="<font style="font-size: 14px;">R14</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="8.60465116279056" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-320" value="<font style="font-size: 14px;">R15</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="51.62790697674427" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-321" value="<font style="font-size: 14px;">R16</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="94.65116279069753" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-322" value="<font style="font-size: 14px;">R17</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="137.67441860465124" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-323" value="<font style="font-size: 14px;">R18</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="180.6976744186045" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-324" value="<font style="font-size: 14px;">R19</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="223.7209302325582" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-325" value="<font style="font-size: 14px;">R20</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="266.74418604651146" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-326" value="<font style="font-size: 14px;">R21</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="8.60465116279056" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-327" value="<font style="font-size: 14px;">R22</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="51.62790697674427" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-328" value="<font style="font-size: 14px;">R23</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="94.65116279069753" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-329" value="<font style="font-size: 14px;">R24</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="137.67441860465124" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-330" value="<font style="font-size: 14px;">R25</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="180.6976744186045" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-331" value="<font style="font-size: 14px;">R26</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="223.7209302325582" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-332" value="<font style="font-size: 14px;">R27</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="266.74418604651146" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-333" value="<span style="font-size: 14px;">IP</span>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="326.97674418604674" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-334" value="<font style="font-size: 8px;">FLAGS</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="326.97674418604674" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-335" value="<font style="font-size: 10px;">CTRL</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="326.97674418604674" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-336" value="<span style="font-size: 14px;">CPU</span>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-303" vertex="1">
<mxGeometry x="326.97674418604674" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-337" value="" style="group" parent="qlpNwuft5wFHGggAAQwj-296" vertex="1" connectable="0">
<mxGeometry y="610" width="320" height="40" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-338" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="qlpNwuft5wFHGggAAQwj-337" vertex="1">
<mxGeometry width="320" height="40" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-339" value="" style="group" parent="qlpNwuft5wFHGggAAQwj-337" vertex="1" connectable="0">
<mxGeometry x="8.205128205128204" y="24" width="303.5897435897436" height="16" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-340" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-339" vertex="1">
<mxGeometry y="10.790697674418603" width="94.16152474976005" height="5.209302325581397" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-341" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-339" vertex="1">
<mxGeometry x="232.26509438274155" y="0.372093023255814" width="6.2774349833173355" height="15.627906976744185" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-342" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-339" vertex="1">
<mxGeometry x="282.48457424928023" y="0.372093023255814" width="6.2774349833173355" height="15.627906976744185" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-343" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-339" vertex="1">
<mxGeometry x="112.99382969971194" y="10.790697674418603" width="94.16152474976005" height="5.209302325581397" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-344" value="ADDRLINE" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-339" vertex="1">
<mxGeometry x="25.595375291375227" width="42.97174825174825" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-345" value="DATALINE" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-339" vertex="1">
<mxGeometry x="143.51515151515153" width="34.52643356643357" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-346" value="RL" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-339" vertex="1">
<mxGeometry x="292.55011655011657" width="11.039627039627039" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-347" value="WL" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-339" vertex="1">
<mxGeometry x="242.87179487179486" y="0.372093023255814" width="11.039627039627039" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-348" value="<font style="font-size: 10px;">MEMORY BUS</font>" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="qlpNwuft5wFHGggAAQwj-337" vertex="1">
<mxGeometry x="131.28205128205127" width="82.05128205128204" height="16" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-349" value="" style="group" parent="qlpNwuft5wFHGggAAQwj-296" vertex="1" connectable="0">
<mxGeometry x="340" y="610" width="300" height="40" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-350" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="qlpNwuft5wFHGggAAQwj-349" vertex="1">
<mxGeometry width="300" height="40" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-351" value="" style="group" parent="qlpNwuft5wFHGggAAQwj-349" vertex="1" connectable="0">
<mxGeometry x="7.6923076923076925" y="24" width="284.61538461538464" height="16" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-352" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-351" vertex="1">
<mxGeometry y="10.790697674418603" width="88.27642945290006" height="5.209302325581397" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-353" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-351" vertex="1">
<mxGeometry x="217.74852598382026" y="0.372093023255814" width="5.885095296860003" height="15.627906976744185" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-354" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-351" vertex="1">
<mxGeometry x="264.8292883587003" y="0.372093023255814" width="5.885095296860003" height="15.627906976744185" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-355" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-351" vertex="1">
<mxGeometry x="105.93171534347996" y="10.790697674418603" width="88.27642945290006" height="5.209302325581397" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-356" value="PORTID" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-351" vertex="1">
<mxGeometry x="23.99566433566428" width="40.286013986014" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-357" value="DATALINE" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-351" vertex="1">
<mxGeometry x="134.5454545454546" width="32.36853146853148" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-358" value="RL" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-351" vertex="1">
<mxGeometry x="274.26573426573435" width="10.349650349650352" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-359" value="WL" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-351" vertex="1">
<mxGeometry x="227.69230769230774" y="0.372093023255814" width="10.349650349650352" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-360" value="<font style="font-size: 10px;">PORT BUS</font>" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="qlpNwuft5wFHGggAAQwj-349" vertex="1">
<mxGeometry x="123.07692307692308" width="76.92307692307692" height="16" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-361" value="<span style="font-size: 14px;">CORE-CTRL</span>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=10;container=0;" parent="qlpNwuft5wFHGggAAQwj-296" vertex="1">
<mxGeometry x="310" y="10" width="100" height="120" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-362" value="<font style="font-size: 24px;">SRAM</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=2;container=0;" parent="qlpNwuft5wFHGggAAQwj-296" vertex="1">
<mxGeometry x="420" y="10" width="220" height="590" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-363" value="HLT" style="rounded=0;whiteSpace=wrap;html=1;" parent="qlpNwuft5wFHGggAAQwj-296" vertex="1">
<mxGeometry y="100" width="30" height="30" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-364" value="<font style="font-size: 10px;">WIPE</font>" style="rounded=0;whiteSpace=wrap;html=1;" parent="qlpNwuft5wFHGggAAQwj-296" vertex="1">
<mxGeometry y="140" width="30" height="30" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-365" value="<font style="font-size: 10px;">CTRL</font>" style="rounded=0;whiteSpace=wrap;html=1;align=center;" parent="qlpNwuft5wFHGggAAQwj-296" vertex="1">
<mxGeometry y="180" width="30" height="90" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-366" value="RST" style="rounded=0;whiteSpace=wrap;html=1;" parent="qlpNwuft5wFHGggAAQwj-296" vertex="1">
<mxGeometry y="60" width="30" height="30" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-367" value="EN" style="rounded=0;whiteSpace=wrap;html=1;" parent="qlpNwuft5wFHGggAAQwj-296" vertex="1">
<mxGeometry y="20" width="30" height="30" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-368" value="<font style="font-size: 10px;">DO</font>" style="rounded=0;whiteSpace=wrap;html=1;align=center;" parent="qlpNwuft5wFHGggAAQwj-296" vertex="1">
<mxGeometry y="280" width="30" height="310" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-369" value="" style="group" parent="1" vertex="1" connectable="0">
<mxGeometry x="2410" y="1400" width="650" height="650" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-370" value="" style="whiteSpace=wrap;html=1;aspect=fixed;container=0;" parent="qlpNwuft5wFHGggAAQwj-369" vertex="1">
<mxGeometry width="650" height="650" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-371" value="<font style="font-size: 24px;">ALU</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=6;container=0;" parent="qlpNwuft5wFHGggAAQwj-369" vertex="1">
<mxGeometry x="40" y="10" width="260" height="120" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-372" value="<font style="font-size: 24px;">DECODER</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=6;container=0;" parent="qlpNwuft5wFHGggAAQwj-369" vertex="1">
<mxGeometry x="40" y="540" width="240" height="60" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-373" value="<font style="font-size: 24px;">EXECUTE</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=2;container=0;imageHeight=24;" parent="qlpNwuft5wFHGggAAQwj-369" vertex="1">
<mxGeometry x="40" y="320" width="240" height="210" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-374" value="<font style="font-size: 24px;">MICRO-FLASH&nbsp;<br>MEMORY<br></font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=5;container=0;" parent="qlpNwuft5wFHGggAAQwj-369" vertex="1">
<mxGeometry x="290" y="380" width="120" height="220" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-375" value="<font style="font-size: 14px;">MICROCODE TABLE</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=10;container=0;" parent="qlpNwuft5wFHGggAAQwj-369" vertex="1">
<mxGeometry x="290" y="320" width="120" height="50" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-376" value="" style="group" parent="qlpNwuft5wFHGggAAQwj-369" vertex="1" connectable="0">
<mxGeometry x="40" y="140" width="370" height="170" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-377" value="" style="rounded=1;whiteSpace=wrap;html=1;arcSize=6;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry width="369.99999999999994" height="170" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-378" value="<font style="font-size: 14px;">R0</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="8.60465116279056" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-379" value="<font style="font-size: 14px;">R1</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="51.62790697674427" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-380" value="<font style="font-size: 14px;">R2</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="94.65116279069753" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-381" value="<font style="font-size: 14px;">R3</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="137.67441860465124" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-382" value="<font style="font-size: 14px;">R4</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="180.6976744186045" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-383" value="<font style="font-size: 14px;">R5</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="223.7209302325582" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-384" value="<font style="font-size: 14px;">R6</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="266.74418604651146" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-385" value="<font style="font-size: 14px;">R7</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="8.60465116279056" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-386" value="<font style="font-size: 14px;">R8</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="51.62790697674427" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-387" value="<font style="font-size: 14px;">R9</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="94.65116279069753" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-388" value="<font style="font-size: 14px;">R10</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="137.67441860465124" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-389" value="<font style="font-size: 14px;">R11</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="180.6976744186045" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-390" value="<font style="font-size: 14px;">R12</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="223.7209302325582" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-391" value="<font style="font-size: 14px;">R13</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="266.74418604651146" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-392" value="<font style="font-size: 14px;">R14</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="8.60465116279056" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-393" value="<font style="font-size: 14px;">R15</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="51.62790697674427" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-394" value="<font style="font-size: 14px;">R16</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="94.65116279069753" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-395" value="<font style="font-size: 14px;">R17</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="137.67441860465124" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-396" value="<font style="font-size: 14px;">R18</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="180.6976744186045" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-397" value="<font style="font-size: 14px;">R19</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="223.7209302325582" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-398" value="<font style="font-size: 14px;">R20</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="266.74418604651146" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-399" value="<font style="font-size: 14px;">R21</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="8.60465116279056" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-400" value="<font style="font-size: 14px;">R22</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="51.62790697674427" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-401" value="<font style="font-size: 14px;">R23</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="94.65116279069753" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-402" value="<font style="font-size: 14px;">R24</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="137.67441860465124" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-403" value="<font style="font-size: 14px;">R25</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="180.6976744186045" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-404" value="<font style="font-size: 14px;">R26</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="223.7209302325582" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-405" value="<font style="font-size: 14px;">R27</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="266.74418604651146" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-406" value="<span style="font-size: 14px;">IP</span>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="326.97674418604674" y="130" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-407" value="<font style="font-size: 8px;">FLAGS</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="326.97674418604674" y="10" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-408" value="<font style="font-size: 10px;">CTRL</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="326.97674418604674" y="90" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-409" value="<span style="font-size: 14px;">CPU</span>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=12;container=0;" parent="qlpNwuft5wFHGggAAQwj-376" vertex="1">
<mxGeometry x="326.97674418604674" y="50" width="34.41860465116279" height="29.999999999999996" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-410" value="" style="group" parent="qlpNwuft5wFHGggAAQwj-369" vertex="1" connectable="0">
<mxGeometry y="610" width="320" height="40" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-411" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="qlpNwuft5wFHGggAAQwj-410" vertex="1">
<mxGeometry width="320" height="40" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-412" value="" style="group" parent="qlpNwuft5wFHGggAAQwj-410" vertex="1" connectable="0">
<mxGeometry x="8.205128205128204" y="24" width="303.5897435897436" height="16" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-413" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-412" vertex="1">
<mxGeometry y="10.790697674418603" width="94.16152474976005" height="5.209302325581397" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-414" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-412" vertex="1">
<mxGeometry x="232.26509438274155" y="0.372093023255814" width="6.2774349833173355" height="15.627906976744185" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-415" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-412" vertex="1">
<mxGeometry x="282.48457424928023" y="0.372093023255814" width="6.2774349833173355" height="15.627906976744185" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-416" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-412" vertex="1">
<mxGeometry x="112.99382969971194" y="10.790697674418603" width="94.16152474976005" height="5.209302325581397" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-417" value="ADDRLINE" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-412" vertex="1">
<mxGeometry x="25.595375291375227" width="42.97174825174825" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-418" value="DATALINE" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-412" vertex="1">
<mxGeometry x="143.51515151515153" width="34.52643356643357" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-419" value="RL" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-412" vertex="1">
<mxGeometry x="292.55011655011657" width="11.039627039627039" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-420" value="WL" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-412" vertex="1">
<mxGeometry x="242.87179487179486" y="0.372093023255814" width="11.039627039627039" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-421" value="<font style="font-size: 10px;">MEMORY BUS</font>" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="qlpNwuft5wFHGggAAQwj-410" vertex="1">
<mxGeometry x="131.28205128205127" width="82.05128205128204" height="16" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-422" value="" style="group" parent="qlpNwuft5wFHGggAAQwj-369" vertex="1" connectable="0">
<mxGeometry x="340" y="610" width="300" height="40" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-423" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="qlpNwuft5wFHGggAAQwj-422" vertex="1">
<mxGeometry width="300" height="40" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-424" value="" style="group" parent="qlpNwuft5wFHGggAAQwj-422" vertex="1" connectable="0">
<mxGeometry x="7.6923076923076925" y="24" width="284.61538461538464" height="16" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-425" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-424" vertex="1">
<mxGeometry y="10.790697674418603" width="88.27642945290006" height="5.209302325581397" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-426" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-424" vertex="1">
<mxGeometry x="217.74852598382026" y="0.372093023255814" width="5.885095296860003" height="15.627906976744185" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-427" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-424" vertex="1">
<mxGeometry x="264.8292883587003" y="0.372093023255814" width="5.885095296860003" height="15.627906976744185" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-428" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;container=0;" parent="qlpNwuft5wFHGggAAQwj-424" vertex="1">
<mxGeometry x="105.93171534347996" y="10.790697674418603" width="88.27642945290006" height="5.209302325581397" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-429" value="PORTID" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-424" vertex="1">
<mxGeometry x="23.99566433566428" width="40.286013986014" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-430" value="DATALINE" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-424" vertex="1">
<mxGeometry x="134.5454545454546" width="32.36853146853148" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-431" value="RL" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-424" vertex="1">
<mxGeometry x="274.26573426573435" width="10.349650349650352" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-432" value="WL" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;container=0;" parent="qlpNwuft5wFHGggAAQwj-424" vertex="1">
<mxGeometry x="227.69230769230774" y="0.372093023255814" width="10.349650349650352" height="5.953488372093024" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-433" value="<font style="font-size: 10px;">PORT BUS</font>" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="qlpNwuft5wFHGggAAQwj-422" vertex="1">
<mxGeometry x="123.07692307692308" width="76.92307692307692" height="16" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-434" value="<span style="font-size: 14px;">CORE-CTRL</span>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=10;container=0;" parent="qlpNwuft5wFHGggAAQwj-369" vertex="1">
<mxGeometry x="310" y="10" width="100" height="120" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-435" value="<font style="font-size: 24px;">SRAM</font>" style="rounded=1;whiteSpace=wrap;html=1;arcSize=2;container=0;" parent="qlpNwuft5wFHGggAAQwj-369" vertex="1">
<mxGeometry x="420" y="10" width="220" height="590" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-436" value="HLT" style="rounded=0;whiteSpace=wrap;html=1;" parent="qlpNwuft5wFHGggAAQwj-369" vertex="1">
<mxGeometry y="100" width="30" height="30" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-437" value="<font style="font-size: 10px;">WIPE</font>" style="rounded=0;whiteSpace=wrap;html=1;" parent="qlpNwuft5wFHGggAAQwj-369" vertex="1">
<mxGeometry y="140" width="30" height="30" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-438" value="<font style="font-size: 10px;">CTRL</font>" style="rounded=0;whiteSpace=wrap;html=1;align=center;" parent="qlpNwuft5wFHGggAAQwj-369" vertex="1">
<mxGeometry y="180" width="30" height="90" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-439" value="RST" style="rounded=0;whiteSpace=wrap;html=1;" parent="qlpNwuft5wFHGggAAQwj-369" vertex="1">
<mxGeometry y="60" width="30" height="30" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-440" value="EN" style="rounded=0;whiteSpace=wrap;html=1;" parent="qlpNwuft5wFHGggAAQwj-369" vertex="1">
<mxGeometry y="20" width="30" height="30" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-441" value="<font style="font-size: 10px;">DO</font>" style="rounded=0;whiteSpace=wrap;html=1;align=center;" parent="qlpNwuft5wFHGggAAQwj-369" vertex="1">
<mxGeometry y="280" width="30" height="310" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-442" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;strokeColor=none;fontColor=#ffffff;" parent="1" vertex="1">
<mxGeometry x="2330" y="600" width="20" height="1450" as="geometry"/>
</mxCell>
<mxCell id="qlpNwuft5wFHGggAAQwj-443" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#647687;strokeColor=none;fontColor=#ffffff;direction=south;" parent="1" vertex="1">
<mxGeometry x="1610" y="1315" width="1450" height="20" as="geometry"/>
</mxCell>
<mxCell id="2" value="<font style="font-size: 72px;">Example of what this may look like:</font>" style="text;strokeColor=none;align=center;fillColor=none;html=1;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="1">
<mxGeometry x="290" y="240" width="1650" height="140" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>