OpenCores
URL https://opencores.org/ocsvn/ahbmaster/ahbmaster/trunk

Subversion Repositories ahbmaster

[/] [ahbmaster/] [trunk/] [test79_AHBmaster/] [synthesis/] [top.edn] - Blame information for rev 3

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 uson
(edif top
2
  (edifVersion 2 0 0)
3
  (edifLevel 0)
4
  (keywordMap (keywordLevel 0))
5
  (status
6
    (written
7
      (timeStamp 2018 6 2 22 53 21)
8
      (author "Synopsys, Inc.")
9
      (program "Synplify Pro" (version "L-2016.09M-2, mapper mapact, Build 1920R"))
10
     )
11
   )
12
  (library PA3
13
    (edifLevel 0)
14
    (technology (numberDefinition ))
15
    (cell XOR2 (cellType GENERIC)
16
      (property dont_touch (string "false"))
17
       (view prim (viewType NETLIST)
18
         (interface
19
           (port Y (direction OUTPUT)
20
           (property function (string "A ^ B"))
21
 )
22
           (port A (direction INPUT))
23
           (port B (direction INPUT))
24
         )
25
        (property is_combinational (integer 1))
26
       )
27
    )
28
    (cell XNOR2 (cellType GENERIC)
29
      (property dont_touch (string "false"))
30
       (view prim (viewType NETLIST)
31
         (interface
32
           (port Y (direction OUTPUT)
33
           (property function (string "!(A ^ B)"))
34
 )
35
           (port A (direction INPUT))
36
           (port B (direction INPUT))
37
         )
38
        (property is_combinational (integer 1))
39
       )
40
    )
41
    (cell XA1B (cellType GENERIC)
42
      (property dont_touch (string "false"))
43
       (view prim (viewType NETLIST)
44
         (interface
45
           (port Y (direction OUTPUT)
46
           (property function (string "(A ^ B) & !C"))
47
 )
48
           (port A (direction INPUT))
49
           (port B (direction INPUT))
50
           (port C (direction INPUT))
51
         )
52
        (property is_combinational (integer 1))
53
       )
54
    )
55
    (cell XA1 (cellType GENERIC)
56
      (property dont_touch (string "false"))
57
       (view prim (viewType NETLIST)
58
         (interface
59
           (port Y (direction OUTPUT)
60
           (property function (string "(A ^ B) & C"))
61
 )
62
           (port A (direction INPUT))
63
           (port B (direction INPUT))
64
           (port C (direction INPUT))
65
         )
66
        (property is_combinational (integer 1))
67
       )
68
    )
69
    (cell VCC (cellType GENERIC)
70
      (property dont_touch (string "false"))
71
       (view prim (viewType NETLIST)
72
         (interface
73
           (port Y (direction OUTPUT)
74
           (property function (string "1"))
75
 )
76
         )
77
        (property is_pwr (integer 1))
78
       )
79
    )
80
    (cell OUTBUF (cellType GENERIC)
81
      (property preferred (string "true"))
82
      (property pad_cell (string "true"))
83
      (property dont_touch (string "false"))
84
       (view prim (viewType NETLIST)
85
         (interface
86
           (port PAD (direction OUTPUT)
87
           (property function (string "D"))
88
           (property is_pad (string "true"))
89
 )
90
           (port D (direction INPUT))
91
         )
92
       )
93
    )
94
    (cell OR3C (cellType GENERIC)
95
      (property dont_touch (string "false"))
96
       (view prim (viewType NETLIST)
97
         (interface
98
           (port Y (direction OUTPUT)
99
           (property function (string "!A + !B + !C"))
100
 )
101
           (port A (direction INPUT))
102
           (port B (direction INPUT))
103
           (port C (direction INPUT))
104
         )
105
        (property is_combinational (integer 1))
106
       )
107
    )
108
    (cell OR3A (cellType GENERIC)
109
      (property dont_touch (string "false"))
110
       (view prim (viewType NETLIST)
111
         (interface
112
           (port Y (direction OUTPUT)
113
           (property function (string "!A + B + C"))
114
 )
115
           (port A (direction INPUT))
116
           (port B (direction INPUT))
117
           (port C (direction INPUT))
118
         )
119
        (property is_combinational (integer 1))
120
       )
121
    )
122
    (cell OR3 (cellType GENERIC)
123
      (property dont_touch (string "false"))
124
       (view prim (viewType NETLIST)
125
         (interface
126
           (port Y (direction OUTPUT)
127
           (property function (string "A + B + C"))
128
 )
129
           (port A (direction INPUT))
130
           (port B (direction INPUT))
131
           (port C (direction INPUT))
132
         )
133
        (property is_combinational (integer 1))
134
       )
135
    )
136
    (cell OR2B (cellType GENERIC)
137
      (property dont_touch (string "false"))
138
       (view prim (viewType NETLIST)
139
         (interface
140
           (port Y (direction OUTPUT)
141
           (property function (string "!A + !B"))
142
 )
143
           (port A (direction INPUT))
144
           (port B (direction INPUT))
145
         )
146
        (property is_combinational (integer 1))
147
       )
148
    )
149
    (cell OR2A (cellType GENERIC)
150
      (property dont_touch (string "false"))
151
       (view prim (viewType NETLIST)
152
         (interface
153
           (port Y (direction OUTPUT)
154
           (property function (string "!A + B"))
155
 )
156
           (port A (direction INPUT))
157
           (port B (direction INPUT))
158
         )
159
        (property is_combinational (integer 1))
160
       )
161
    )
162
    (cell OR2 (cellType GENERIC)
163
      (property dont_touch (string "false"))
164
       (view prim (viewType NETLIST)
165
         (interface
166
           (port Y (direction OUTPUT)
167
           (property function (string "A + B"))
168
 )
169
           (port A (direction INPUT))
170
           (port B (direction INPUT))
171
         )
172
        (property is_combinational (integer 1))
173
       )
174
    )
175
    (cell OAI1 (cellType GENERIC)
176
      (property dont_touch (string "false"))
177
       (view prim (viewType NETLIST)
178
         (interface
179
           (port Y (direction OUTPUT)
180
           (property function (string "!((A + B) & C)"))
181
 )
182
           (port A (direction INPUT))
183
           (port B (direction INPUT))
184
           (port C (direction INPUT))
185
         )
186
        (property is_combinational (integer 1))
187
       )
188
    )
189
    (cell OA1C (cellType GENERIC)
190
      (property dont_touch (string "false"))
191
       (view prim (viewType NETLIST)
192
         (interface
193
           (port Y (direction OUTPUT)
194
           (property function (string "(!A + B) & !C"))
195
 )
196
           (port A (direction INPUT))
197
           (port B (direction INPUT))
198
           (port C (direction INPUT))
199
         )
200
        (property is_combinational (integer 1))
201
       )
202
    )
203
    (cell OA1A (cellType GENERIC)
204
      (property dont_touch (string "false"))
205
       (view prim (viewType NETLIST)
206
         (interface
207
           (port Y (direction OUTPUT)
208
           (property function (string "(!A + B) & C"))
209
 )
210
           (port A (direction INPUT))
211
           (port B (direction INPUT))
212
           (port C (direction INPUT))
213
         )
214
        (property is_combinational (integer 1))
215
       )
216
    )
217
    (cell OA1 (cellType GENERIC)
218
      (property dont_touch (string "false"))
219
       (view prim (viewType NETLIST)
220
         (interface
221
           (port Y (direction OUTPUT)
222
           (property function (string "(A + B) & C"))
223
 )
224
           (port A (direction INPUT))
225
           (port B (direction INPUT))
226
           (port C (direction INPUT))
227
         )
228
        (property is_combinational (integer 1))
229
       )
230
    )
231
    (cell NOR3C (cellType GENERIC)
232
      (property dont_touch (string "false"))
233
       (view prim (viewType NETLIST)
234
         (interface
235
           (port Y (direction OUTPUT)
236
           (property function (string "!(!A + !B + !C)"))
237
 )
238
           (port A (direction INPUT))
239
           (port B (direction INPUT))
240
           (port C (direction INPUT))
241
         )
242
        (property is_combinational (integer 1))
243
       )
244
    )
245
    (cell NOR3B (cellType GENERIC)
246
      (property dont_touch (string "false"))
247
       (view prim (viewType NETLIST)
248
         (interface
249
           (port Y (direction OUTPUT)
250
           (property function (string "!(!A + !B + C)"))
251
 )
252
           (port A (direction INPUT))
253
           (port B (direction INPUT))
254
           (port C (direction INPUT))
255
         )
256
        (property is_combinational (integer 1))
257
       )
258
    )
259
    (cell NOR3A (cellType GENERIC)
260
      (property dont_touch (string "false"))
261
       (view prim (viewType NETLIST)
262
         (interface
263
           (port Y (direction OUTPUT)
264
           (property function (string "!(!A + B + C)"))
265
 )
266
           (port A (direction INPUT))
267
           (port B (direction INPUT))
268
           (port C (direction INPUT))
269
         )
270
        (property is_combinational (integer 1))
271
       )
272
    )
273
    (cell NOR3 (cellType GENERIC)
274
      (property dont_touch (string "false"))
275
       (view prim (viewType NETLIST)
276
         (interface
277
           (port Y (direction OUTPUT)
278
           (property function (string "!(A + B + C)"))
279
 )
280
           (port A (direction INPUT))
281
           (port B (direction INPUT))
282
           (port C (direction INPUT))
283
         )
284
        (property is_combinational (integer 1))
285
       )
286
    )
287
    (cell NOR2B (cellType GENERIC)
288
      (property dont_touch (string "false"))
289
       (view prim (viewType NETLIST)
290
         (interface
291
           (port Y (direction OUTPUT)
292
           (property function (string "!(!A + !B)"))
293
 )
294
           (port A (direction INPUT))
295
           (port B (direction INPUT))
296
         )
297
        (property is_combinational (integer 1))
298
       )
299
    )
300
    (cell NOR2A (cellType GENERIC)
301
      (property dont_touch (string "false"))
302
       (view prim (viewType NETLIST)
303
         (interface
304
           (port Y (direction OUTPUT)
305
           (property function (string "!(!A + B)"))
306
 )
307
           (port A (direction INPUT))
308
           (port B (direction INPUT))
309
         )
310
        (property is_combinational (integer 1))
311
       )
312
    )
313
    (cell NOR2 (cellType GENERIC)
314
      (property dont_touch (string "false"))
315
       (view prim (viewType NETLIST)
316
         (interface
317
           (port Y (direction OUTPUT)
318
           (property function (string "!(A + B)"))
319
 )
320
           (port A (direction INPUT))
321
           (port B (direction INPUT))
322
         )
323
        (property is_combinational (integer 1))
324
       )
325
    )
326
    (cell MX2C (cellType GENERIC)
327
      (property dont_touch (string "false"))
328
       (view prim (viewType NETLIST)
329
         (interface
330
           (port Y (direction OUTPUT)
331
           (property function (string "(!A & !S) + (!B & S)"))
332
 )
333
           (port A (direction INPUT))
334
           (port B (direction INPUT))
335
           (port S (direction INPUT))
336
         )
337
        (property is_combinational (integer 1))
338
       )
339
    )
340
    (cell MX2B (cellType GENERIC)
341
      (property dont_touch (string "false"))
342
       (view prim (viewType NETLIST)
343
         (interface
344
           (port Y (direction OUTPUT)
345
           (property function (string "(A & !S) + (!B & S)"))
346
 )
347
           (port A (direction INPUT))
348
           (port B (direction INPUT))
349
           (port S (direction INPUT))
350
         )
351
        (property is_combinational (integer 1))
352
       )
353
    )
354
    (cell MX2A (cellType GENERIC)
355
      (property dont_touch (string "false"))
356
       (view prim (viewType NETLIST)
357
         (interface
358
           (port Y (direction OUTPUT)
359
           (property function (string "(!A & !S) + (B & S)"))
360
 )
361
           (port A (direction INPUT))
362
           (port B (direction INPUT))
363
           (port S (direction INPUT))
364
         )
365
        (property is_combinational (integer 1))
366
       )
367
    )
368
    (cell MX2 (cellType GENERIC)
369
      (property dont_touch (string "false"))
370
       (view prim (viewType NETLIST)
371
         (interface
372
           (port Y (direction OUTPUT)
373
           (property function (string "(A & !S) + (B & S)"))
374
 )
375
           (port A (direction INPUT))
376
           (port B (direction INPUT))
377
           (port S (direction INPUT))
378
         )
379
        (property is_combinational (integer 1))
380
       )
381
    )
382
    (cell MIN3X (cellType GENERIC)
383
      (property dont_touch (string "false"))
384
       (view prim (viewType NETLIST)
385
         (interface
386
           (port Y (direction OUTPUT)
387
           (property function (string "A & !B & !C + !A & B & !C + !A & !B & C"))
388
 )
389
           (port A (direction INPUT))
390
           (port B (direction INPUT))
391
           (port C (direction INPUT))
392
         )
393
        (property is_combinational (integer 1))
394
       )
395
    )
396
    (cell INV (cellType GENERIC)
397
      (property dont_touch (string "false"))
398
       (view prim (viewType NETLIST)
399
         (interface
400
           (port Y (direction OUTPUT)
401
           (property function (string "!A"))
402
 )
403
           (port A (direction INPUT))
404
         )
405
        (property is_combinational (integer 1))
406
       )
407
    )
408
    (cell INBUF (cellType GENERIC)
409
      (property preferred (string "true"))
410
      (property pad_cell (string "true"))
411
      (property dont_touch (string "false"))
412
       (view prim (viewType NETLIST)
413
         (interface
414
           (port Y (direction OUTPUT)
415
           (property function (string "PAD"))
416
 )
417
           (port PAD (direction INPUT)
418
           (property is_pad (string "true"))
419
 )
420
         )
421
       )
422
    )
423
    (cell GND (cellType GENERIC)
424
      (property dont_touch (string "false"))
425
       (view prim (viewType NETLIST)
426
         (interface
427
           (port Y (direction OUTPUT)
428
           (property function (string "0"))
429
 )
430
         )
431
        (property is_pwr (integer 1))
432
       )
433
    )
434
    (cell DFN1P0 (cellType GENERIC)
435
      (property is_sequential (integer 1))
436
      (property dont_touch (string "false"))
437
       (view prim (viewType NETLIST)
438
         (interface
439
           (port Q (direction OUTPUT)
440
           (property function (string "IQ"))
441
 )
442
           (port CLK (direction INPUT)
443
           (property clock (integer 1))
444
 )
445
           (port D (direction INPUT))
446
           (port PRE (direction INPUT)
447
           (property preset (integer 1))
448
 )
449
         )
450
        (property is_ff (integer 1))
451
       )
452
    )
453
    (cell DFN1E1P0 (cellType GENERIC)
454
      (property is_sequential (integer 1))
455
      (property dont_touch (string "false"))
456
       (view prim (viewType NETLIST)
457
         (interface
458
           (port Q (direction OUTPUT)
459
           (property function (string "IQ"))
460
 )
461
           (port CLK (direction INPUT)
462
           (property clock (integer 1))
463
 )
464
           (port D (direction INPUT))
465
           (port E (direction INPUT))
466
           (port PRE (direction INPUT)
467
           (property preset (integer 1))
468
 )
469
         )
470
        (property is_ff (integer 1))
471
       )
472
    )
473
    (cell DFN1E1C0 (cellType GENERIC)
474
      (property is_sequential (integer 1))
475
      (property dont_touch (string "false"))
476
       (view prim (viewType NETLIST)
477
         (interface
478
           (port Q (direction OUTPUT)
479
           (property function (string "IQ"))
480
 )
481
           (port CLK (direction INPUT)
482
           (property clock (integer 1))
483
 )
484
           (port CLR (direction INPUT)
485
           (property clear (integer 1))
486
 )
487
           (port D (direction INPUT))
488
           (port E (direction INPUT))
489
         )
490
        (property is_ff (integer 1))
491
       )
492
    )
493
    (cell DFN1E0P0 (cellType GENERIC)
494
      (property is_sequential (integer 1))
495
      (property dont_touch (string "false"))
496
       (view prim (viewType NETLIST)
497
         (interface
498
           (port Q (direction OUTPUT)
499
           (property function (string "IQ"))
500
 )
501
           (port CLK (direction INPUT)
502
           (property clock (integer 1))
503
 )
504
           (port D (direction INPUT))
505
           (port E (direction INPUT))
506
           (port PRE (direction INPUT)
507
           (property preset (integer 1))
508
 )
509
         )
510
        (property is_ff (integer 1))
511
       )
512
    )
513
    (cell DFN1E0C0 (cellType GENERIC)
514
      (property is_sequential (integer 1))
515
      (property dont_touch (string "false"))
516
       (view prim (viewType NETLIST)
517
         (interface
518
           (port Q (direction OUTPUT)
519
           (property function (string "IQ"))
520
 )
521
           (port CLK (direction INPUT)
522
           (property clock (integer 1))
523
 )
524
           (port CLR (direction INPUT)
525
           (property clear (integer 1))
526
 )
527
           (port D (direction INPUT))
528
           (port E (direction INPUT))
529
         )
530
        (property is_ff (integer 1))
531
       )
532
    )
533
    (cell DFN1E0 (cellType GENERIC)
534
      (property is_sequential (integer 1))
535
      (property dont_touch (string "false"))
536
       (view prim (viewType NETLIST)
537
         (interface
538
           (port Q (direction OUTPUT)
539
           (property function (string "IQ"))
540
 )
541
           (port CLK (direction INPUT)
542
           (property clock (integer 1))
543
 )
544
           (port D (direction INPUT))
545
           (port E (direction INPUT))
546
         )
547
        (property is_ff (integer 1))
548
       )
549
    )
550
    (cell DFN1C0 (cellType GENERIC)
551
      (property is_sequential (integer 1))
552
      (property dont_touch (string "false"))
553
       (view prim (viewType NETLIST)
554
         (interface
555
           (port Q (direction OUTPUT)
556
           (property function (string "IQ"))
557
 )
558
           (port CLK (direction INPUT)
559
           (property clock (integer 1))
560
 )
561
           (port CLR (direction INPUT)
562
           (property clear (integer 1))
563
 )
564
           (port D (direction INPUT))
565
         )
566
        (property is_ff (integer 1))
567
       )
568
    )
569
    (cell CLKBUF (cellType GENERIC)
570
      (property preferred (string "true"))
571
      (property pad_type (string "clock"))
572
      (property pad_cell (string "true"))
573
      (property dont_touch (string "false"))
574
       (view prim (viewType NETLIST)
575
         (interface
576
           (port Y (direction OUTPUT)
577
           (property function (string "PAD"))
578
 )
579
           (port PAD (direction INPUT)
580
           (property is_pad (string "true"))
581
 )
582
         )
583
       )
584
    )
585
    (cell AXOI5 (cellType GENERIC)
586
      (property dont_touch (string "false"))
587
       (view prim (viewType NETLIST)
588
         (interface
589
           (port Y (direction OUTPUT)
590
           (property function (string "!(!A & B + (!B ^ C))"))
591
 )
592
           (port A (direction INPUT))
593
           (port B (direction INPUT))
594
           (port C (direction INPUT))
595
         )
596
        (property is_combinational (integer 1))
597
       )
598
    )
599
    (cell AXOI4 (cellType GENERIC)
600
      (property dont_touch (string "false"))
601
       (view prim (viewType NETLIST)
602
         (interface
603
           (port Y (direction OUTPUT)
604
           (property function (string "!(A & B + (!B ^ C))"))
605
 )
606
           (port A (direction INPUT))
607
           (port B (direction INPUT))
608
           (port C (direction INPUT))
609
         )
610
        (property is_combinational (integer 1))
611
       )
612
    )
613
    (cell AX1C (cellType GENERIC)
614
      (property dont_touch (string "false"))
615
       (view prim (viewType NETLIST)
616
         (interface
617
           (port Y (direction OUTPUT)
618
           (property function (string "(A & B) ^ C"))
619
 )
620
           (port A (direction INPUT))
621
           (port B (direction INPUT))
622
           (port C (direction INPUT))
623
         )
624
        (property is_combinational (integer 1))
625
       )
626
    )
627
    (cell AOI1B (cellType GENERIC)
628
      (property dont_touch (string "false"))
629
       (view prim (viewType NETLIST)
630
         (interface
631
           (port Y (direction OUTPUT)
632
           (property function (string "!(A & B + !C)"))
633
 )
634
           (port A (direction INPUT))
635
           (port B (direction INPUT))
636
           (port C (direction INPUT))
637
         )
638
        (property is_combinational (integer 1))
639
       )
640
    )
641
    (cell AOI1 (cellType GENERIC)
642
      (property dont_touch (string "false"))
643
       (view prim (viewType NETLIST)
644
         (interface
645
           (port Y (direction OUTPUT)
646
           (property function (string "!(A & B + C)"))
647
 )
648
           (port A (direction INPUT))
649
           (port B (direction INPUT))
650
           (port C (direction INPUT))
651
         )
652
        (property is_combinational (integer 1))
653
       )
654
    )
655
    (cell AO1D (cellType GENERIC)
656
      (property dont_touch (string "false"))
657
       (view prim (viewType NETLIST)
658
         (interface
659
           (port Y (direction OUTPUT)
660
           (property function (string "(!A & !B) + C"))
661
 )
662
           (port A (direction INPUT))
663
           (port B (direction INPUT))
664
           (port C (direction INPUT))
665
         )
666
        (property is_combinational (integer 1))
667
       )
668
    )
669
    (cell AO1C (cellType GENERIC)
670
      (property dont_touch (string "false"))
671
       (view prim (viewType NETLIST)
672
         (interface
673
           (port Y (direction OUTPUT)
674
           (property function (string "(!A & B) + !C"))
675
 )
676
           (port A (direction INPUT))
677
           (port B (direction INPUT))
678
           (port C (direction INPUT))
679
         )
680
        (property is_combinational (integer 1))
681
       )
682
    )
683
    (cell AO1B (cellType GENERIC)
684
      (property dont_touch (string "false"))
685
       (view prim (viewType NETLIST)
686
         (interface
687
           (port Y (direction OUTPUT)
688
           (property function (string "(A & B) + !C"))
689
 )
690
           (port A (direction INPUT))
691
           (port B (direction INPUT))
692
           (port C (direction INPUT))
693
         )
694
        (property is_combinational (integer 1))
695
       )
696
    )
697
    (cell AO1A (cellType GENERIC)
698
      (property dont_touch (string "false"))
699
       (view prim (viewType NETLIST)
700
         (interface
701
           (port Y (direction OUTPUT)
702
           (property function (string "(!A & B) + C"))
703
 )
704
           (port A (direction INPUT))
705
           (port B (direction INPUT))
706
           (port C (direction INPUT))
707
         )
708
        (property is_combinational (integer 1))
709
       )
710
    )
711
    (cell AO18 (cellType GENERIC)
712
      (property dont_touch (string "true"))
713
       (view prim (viewType NETLIST)
714
         (interface
715
           (port Y (direction OUTPUT)
716
           (property function (string "!A & B + !A & !C + B & !C"))
717
 )
718
           (port A (direction INPUT))
719
           (port B (direction INPUT))
720
           (port C (direction INPUT))
721
         )
722
        (property is_combinational (integer 1))
723
       )
724
    )
725
    (cell AO1 (cellType GENERIC)
726
      (property dont_touch (string "false"))
727
       (view prim (viewType NETLIST)
728
         (interface
729
           (port Y (direction OUTPUT)
730
           (property function (string "(A & B) + C"))
731
 )
732
           (port A (direction INPUT))
733
           (port B (direction INPUT))
734
           (port C (direction INPUT))
735
         )
736
        (property is_combinational (integer 1))
737
       )
738
    )
739
  )
740
  (library coreuartapb_lib
741
    (edifLevel 0)
742
    (technology (numberDefinition ))
743
    (cell top_CoreUARTapb_0_Rx_async (cellType GENERIC)
744
       (view netlist (viewType NETLIST)
745
         (interface
746
           (port (array (rename data_out "data_out[7:0]") 8) (direction OUTPUT))
747
           (port OVERFLOW (direction OUTPUT))
748
           (port FRAMING_ERR (direction OUTPUT))
749
           (port stop_strobe (direction OUTPUT))
750
           (port un1_temp_xhdl10_i (direction INPUT))
751
           (port HRESETn_c (direction INPUT))
752
           (port HCLK_c (direction INPUT))
753
           (port PARITY_ERR (direction OUTPUT))
754
           (port CoreAPB_0_APBmslave0_PENABLE (direction INPUT))
755
           (port un1_temp_xhdl10 (direction INPUT))
756
           (port N_3_0 (direction INPUT))
757
           (port m6_0 (direction INPUT))
758
           (port N_84_mux (direction OUTPUT))
759
           (port baud_clock (direction INPUT))
760
           (port receive_full (direction OUTPUT))
761
         )
762
         (contents
763
          (instance (rename rx_bit_cnt_RNIQDT41_3 "rx_bit_cnt_RNIQDT41[3]") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
764
          (instance (rename rx_bit_cnt_RNIRKEI_0_1 "rx_bit_cnt_RNIRKEI_0[1]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
765
          (instance framing_error_int_RNO_0 (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
766
          (instance overflow_int_RNO_0 (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
767
          (instance (rename rx_bit_cnt_RNIT3MR_3 "rx_bit_cnt_RNIT3MR[3]") (viewRef prim (cellRef OR3A (libraryRef PA3)))          )
768
          (instance (rename rx_state_RNI8MII_0 "rx_state_RNI8MII[0]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
769
          (instance (rename receive_count_RNISTTE_1 "receive_count_RNISTTE[1]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
770
          (instance (rename receive_count_RNIQRTE_2 "receive_count_RNIQRTE[2]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
771
          (instance overflow_int_RNO (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
772
          (instance receive_full_int_RNI92452 (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
773
          (instance (rename last_bit_RNITELD1_0 "last_bit_RNITELD1[0]") (viewRef prim (cellRef OR2A (libraryRef PA3)))          )
774
          (instance (rename rx_state_RNIUFEG1_0 "rx_state_RNIUFEG1[0]") (viewRef prim (cellRef OR2B (libraryRef PA3)))          )
775
          (instance (rename receive_count_RNIHN511_3 "receive_count_RNIHN511[3]") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
776
          (instance (rename receive_count_RNIMPRT_1 "receive_count_RNIMPRT[1]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
777
          (instance (rename receive_count_RNINPCM_1 "receive_count_RNINPCM[1]") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
778
          (instance framing_error_int_RNO (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
779
          (instance parity_err_xhdl2_RNI59R11 (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
780
          (instance (rename rx_shift_RNO_5 "rx_shift_RNO[5]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
781
          (instance (rename rx_shift_RNO_7 "rx_shift_RNO[7]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
782
          (instance parity_err_xhdl2_RNO (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
783
          (instance parity_err_xhdl2_RNIO8S9 (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
784
          (instance (rename rx_shift_RNO_1 "rx_shift_RNO[1]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
785
          (instance (rename rx_shift_RNO_0 "rx_shift_RNO[0]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
786
          (instance framing_error_i_RNO (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
787
          (instance framing_error_int_RNID1OO (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
788
          (instance overflow_xhdl1_RNO (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
789
          (instance overflow_xhdl1_RNO_0 (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
790
          (instance (rename samples_RNILCH5_0 "samples_RNILCH5[0]") (viewRef prim (cellRef AO18 (libraryRef PA3)))          )
791
          (instance (rename samples_RNO_2 "samples_RNO[2]") (viewRef prim (cellRef OR2 (libraryRef PA3)))          )
792
          (instance (rename samples_RNO_0 "samples_RNO[0]") (viewRef prim (cellRef MX2B (libraryRef PA3)))          )
793
          (instance (rename samples_RNO_1 "samples_RNO[1]") (viewRef prim (cellRef MX2 (libraryRef PA3)))          )
794
          (instance (rename rx_state_RNIIO511_1 "rx_state_RNIIO511[1]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
795
          (instance (rename rx_bit_cnt_RNO_2 "rx_bit_cnt_RNO[2]") (viewRef prim (cellRef XA1B (libraryRef PA3)))          )
796
          (instance (rename rx_bit_cnt_RNO_3 "rx_bit_cnt_RNO[3]") (viewRef prim (cellRef XA1B (libraryRef PA3)))          )
797
          (instance (rename rx_bit_cnt_RNO_0_3 "rx_bit_cnt_RNO_0[3]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
798
          (instance (rename rx_bit_cnt_RNIRKEI_1 "rx_bit_cnt_RNIRKEI[1]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
799
          (instance (rename rx_state_RNINSJ6_1 "rx_state_RNINSJ6[1]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
800
          (instance (rename receive_count_RNIQEOJ1_3 "receive_count_RNIQEOJ1[3]") (viewRef prim (cellRef OAI1 (libraryRef PA3)))          )
801
          (instance (rename rx_state_RNI4LSL_0_1 "rx_state_RNI4LSL_0[1]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
802
          (instance (rename rx_shift_RNO_6 "rx_shift_RNO[6]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
803
          (instance (rename rx_shift_RNO_4 "rx_shift_RNO[4]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
804
          (instance (rename rx_shift_RNO_3 "rx_shift_RNO[3]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
805
          (instance (rename rx_shift_RNO_2 "rx_shift_RNO[2]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
806
          (instance (rename rx_bit_cnt_RNO_1 "rx_bit_cnt_RNO[1]") (viewRef prim (cellRef XA1 (libraryRef PA3)))          )
807
          (instance (rename rx_bit_cnt_RNO_0 "rx_bit_cnt_RNO[0]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
808
          (instance (rename last_bit_RNO_0 "last_bit_RNO[0]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
809
          (instance (rename rx_state_RNO_0 "rx_state_RNO[0]") (viewRef prim (cellRef AO1D (libraryRef PA3)))          )
810
          (instance (rename receive_count_RNIPQTE_1 "receive_count_RNIPQTE[1]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
811
          (instance (rename receive_count_RNINPCM_2 "receive_count_RNINPCM[2]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
812
          (instance (rename receive_count_RNIMPRT_3 "receive_count_RNIMPRT[3]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
813
          (instance stop_strobe_i_RNO (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
814
          (instance (rename rx_state_RNO_2_0 "rx_state_RNO_2[0]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
815
          (instance (rename rx_state_RNO_1_0 "rx_state_RNO_1[0]") (viewRef prim (cellRef MX2 (libraryRef PA3)))          )
816
          (instance (rename receive_count_RNO_3 "receive_count_RNO[3]") (viewRef prim (cellRef XA1B (libraryRef PA3)))          )
817
          (instance (rename receive_count_RNO_2 "receive_count_RNO[2]") (viewRef prim (cellRef XA1B (libraryRef PA3)))          )
818
          (instance (rename receive_count_RNO_1 "receive_count_RNO[1]") (viewRef prim (cellRef XA1B (libraryRef PA3)))          )
819
          (instance (rename rx_state_RNO_1 "rx_state_RNO[1]") (viewRef prim (cellRef MX2A (libraryRef PA3)))          )
820
          (instance (rename receive_count_RNO_0 "receive_count_RNO[0]") (viewRef prim (cellRef AXOI4 (libraryRef PA3)))          )
821
          (instance (rename receive_count_RNIB6D31_3 "receive_count_RNIB6D31[3]") (viewRef prim (cellRef OA1A (libraryRef PA3)))          )
822
          (instance (rename rx_state_RNO_0_0 "rx_state_RNO_0[0]") (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
823
          (instance (rename last_bit_RNI0BVH_0 "last_bit_RNI0BVH[0]") (viewRef prim (cellRef XNOR2 (libraryRef PA3)))          )
824
          (instance (rename rx_state_RNIEQ9P1_0 "rx_state_RNIEQ9P1[0]") (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
825
          (instance (rename rx_state_RNIRGPT2_1 "rx_state_RNIRGPT2[1]") (viewRef prim (cellRef MX2 (libraryRef PA3)))          )
826
          (instance (rename rx_state_RNO_0_1 "rx_state_RNO_0[1]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
827
          (instance receive_full_int_RNO (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
828
          (instance (rename rx_state_RNI4LSL_1 "rx_state_RNI4LSL[1]") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
829
          (instance (rename rx_bit_cnt_0 "rx_bit_cnt[0]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
830
          )
831
          (instance (rename rx_bit_cnt_1 "rx_bit_cnt[1]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
832
          )
833
          (instance (rename rx_bit_cnt_2 "rx_bit_cnt[2]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
834
          )
835
          (instance (rename rx_bit_cnt_3 "rx_bit_cnt[3]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
836
          )
837
          (instance parity_err_xhdl2 (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
838
          )
839
          (instance receive_full_int (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
840
          )
841
          (instance framing_error_int (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
842
          )
843
          (instance overflow_int (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
844
          )
845
          (instance stop_strobe_i (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
846
          )
847
          (instance framing_error_i (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
848
          )
849
          (instance overflow_xhdl1 (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
850
          )
851
          (instance (rename rx_state_0 "rx_state[0]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
852
          )
853
          (instance (rename rx_state_1 "rx_state[1]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
854
          )
855
          (instance (rename receive_count_0 "receive_count[0]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
856
          )
857
          (instance (rename receive_count_1 "receive_count[1]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
858
          )
859
          (instance (rename receive_count_2 "receive_count[2]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
860
          )
861
          (instance (rename receive_count_3 "receive_count[3]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
862
          )
863
          (instance (rename last_bit_0 "last_bit[0]") (viewRef prim (cellRef DFN1E1P0 (libraryRef PA3)))
864
          )
865
          (instance (rename samples_0 "samples[0]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
866
          )
867
          (instance (rename samples_1 "samples[1]") (viewRef prim (cellRef DFN1P0 (libraryRef PA3)))
868
          )
869
          (instance (rename samples_2 "samples[2]") (viewRef prim (cellRef DFN1P0 (libraryRef PA3)))
870
          )
871
          (instance (rename rx_shift_0 "rx_shift[0]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
872
          )
873
          (instance (rename rx_shift_1 "rx_shift[1]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
874
          )
875
          (instance (rename rx_shift_2 "rx_shift[2]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
876
          )
877
          (instance (rename rx_shift_3 "rx_shift[3]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
878
          )
879
          (instance (rename rx_shift_4 "rx_shift[4]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
880
          )
881
          (instance (rename rx_shift_5 "rx_shift[5]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
882
          )
883
          (instance (rename rx_shift_6 "rx_shift[6]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
884
          )
885
          (instance (rename rx_shift_7 "rx_shift[7]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
886
          )
887
          (instance (rename rx_byte_xhdl5_0 "rx_byte_xhdl5[0]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
888
          )
889
          (instance (rename rx_byte_xhdl5_1 "rx_byte_xhdl5[1]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
890
          )
891
          (instance (rename rx_byte_xhdl5_2 "rx_byte_xhdl5[2]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
892
          )
893
          (instance (rename rx_byte_xhdl5_3 "rx_byte_xhdl5[3]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
894
          )
895
          (instance (rename rx_byte_xhdl5_4 "rx_byte_xhdl5[4]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
896
          )
897
          (instance (rename rx_byte_xhdl5_5 "rx_byte_xhdl5[5]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
898
          )
899
          (instance (rename rx_byte_xhdl5_6 "rx_byte_xhdl5[6]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
900
          )
901
          (instance (rename rx_byte_xhdl5_7 "rx_byte_xhdl5[7]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
902
          )
903
          (instance VCC_i (viewRef prim (cellRef VCC (libraryRef PA3)))          )
904
          (instance GND_i (viewRef prim (cellRef GND (libraryRef PA3)))          )
905
          (net m65_e_2 (joined
906
           (portRef Y (instanceRef rx_bit_cnt_RNIQDT41_3))
907
           (portRef B (instanceRef receive_full_int_RNO))
908
           (portRef A (instanceRef parity_err_xhdl2_RNO))
909
          ))
910
          (net (rename rx_bit_cntZ0Z_3 "rx_bit_cnt[3]") (joined
911
           (portRef Q (instanceRef rx_bit_cnt_3))
912
           (portRef A (instanceRef rx_bit_cnt_RNO_3))
913
           (portRef A (instanceRef rx_bit_cnt_RNIT3MR_3))
914
           (portRef A (instanceRef rx_bit_cnt_RNIQDT41_3))
915
          ))
916
          (net m65_e_1 (joined
917
           (portRef Y (instanceRef rx_bit_cnt_RNIRKEI_0_1))
918
           (portRef B (instanceRef rx_bit_cnt_RNIQDT41_3))
919
          ))
920
          (net (rename rx_bit_cntZ0Z_2 "rx_bit_cnt[2]") (joined
921
           (portRef Q (instanceRef rx_bit_cnt_2))
922
           (portRef B (instanceRef rx_bit_cnt_RNO_0_3))
923
           (portRef A (instanceRef rx_bit_cnt_RNO_2))
924
           (portRef C (instanceRef rx_bit_cnt_RNIT3MR_3))
925
           (portRef C (instanceRef rx_bit_cnt_RNIQDT41_3))
926
          ))
927
          (net (rename rx_bit_cntZ0Z_1 "rx_bit_cnt[1]") (joined
928
           (portRef Q (instanceRef rx_bit_cnt_1))
929
           (portRef B (instanceRef rx_bit_cnt_RNO_1))
930
           (portRef B (instanceRef rx_bit_cnt_RNIRKEI_1))
931
           (portRef B (instanceRef rx_bit_cnt_RNIT3MR_3))
932
           (portRef A (instanceRef rx_bit_cnt_RNIRKEI_0_1))
933
          ))
934
          (net (rename rx_bit_cntZ0Z_0 "rx_bit_cnt[0]") (joined
935
           (portRef Q (instanceRef rx_bit_cnt_0))
936
           (portRef A (instanceRef last_bit_RNI0BVH_0))
937
           (portRef B (instanceRef rx_bit_cnt_RNO_0))
938
           (portRef A (instanceRef rx_bit_cnt_RNO_1))
939
           (portRef A (instanceRef rx_bit_cnt_RNIRKEI_1))
940
           (portRef B (instanceRef rx_bit_cnt_RNIRKEI_0_1))
941
          ))
942
          (net m24_1 (joined
943
           (portRef Y (instanceRef framing_error_int_RNO_0))
944
           (portRef B (instanceRef framing_error_int_RNO))
945
          ))
946
          (net (rename rx_stateZ0Z_1 "rx_state[1]") (joined
947
           (portRef Q (instanceRef rx_state_1))
948
           (portRef C (instanceRef rx_state_RNI4LSL_1))
949
           (portRef S (instanceRef rx_state_RNIRGPT2_1))
950
           (portRef S (instanceRef rx_state_RNO_1))
951
           (portRef B (instanceRef rx_state_RNO_2_0))
952
           (portRef B (instanceRef rx_state_RNO_0))
953
           (portRef B (instanceRef last_bit_RNO_0))
954
           (portRef B (instanceRef rx_state_RNINSJ6_1))
955
           (portRef B (instanceRef rx_state_RNIIO511_1))
956
           (portRef C (instanceRef overflow_int_RNO_0))
957
           (portRef A (instanceRef framing_error_int_RNO_0))
958
          ))
959
          (net (rename receive_countZ0Z_3 "receive_count[3]") (joined
960
           (portRef Q (instanceRef receive_count_3))
961
           (portRef B (instanceRef receive_count_RNIB6D31_3))
962
           (portRef A (instanceRef receive_count_RNO_3))
963
           (portRef B (instanceRef receive_count_RNIMPRT_3))
964
           (portRef C (instanceRef receive_count_RNIHN511_3))
965
           (portRef A (instanceRef receive_count_RNISTTE_1))
966
           (portRef B (instanceRef framing_error_int_RNO_0))
967
          ))
968
          (net (rename rx_stateZ0Z_0 "rx_state[0]") (joined
969
           (portRef Q (instanceRef rx_state_0))
970
           (portRef A (instanceRef rx_state_RNI4LSL_1))
971
           (portRef A (instanceRef rx_state_RNO_0_1))
972
           (portRef A (instanceRef rx_state_RNIEQ9P1_0))
973
           (portRef S (instanceRef rx_state_RNO_0_0))
974
           (portRef S (instanceRef rx_state_RNO_1_0))
975
           (portRef B (instanceRef stop_strobe_i_RNO))
976
           (portRef A (instanceRef rx_state_RNINSJ6_1))
977
           (portRef A (instanceRef receive_count_RNIHN511_3))
978
           (portRef B (instanceRef rx_state_RNI8MII_0))
979
           (portRef A (instanceRef overflow_int_RNO_0))
980
           (portRef C (instanceRef framing_error_int_RNO_0))
981
          ))
982
          (net m63_0 (joined
983
           (portRef Y (instanceRef overflow_int_RNO_0))
984
           (portRef A (instanceRef overflow_int_RNO))
985
          ))
986
          (net receive_full (joined
987
           (portRef Q (instanceRef receive_full_int))
988
           (portRef B (instanceRef receive_full_int_RNI92452))
989
           (portRef B (instanceRef overflow_int_RNO_0))
990
           (portRef receive_full)
991
          ))
992
          (net un47_baud_clock_NE_1 (joined
993
           (portRef Y (instanceRef rx_bit_cnt_RNIT3MR_3))
994
           (portRef B (instanceRef last_bit_RNITELD1_0))
995
          ))
996
          (net m22_0 (joined
997
           (portRef Y (instanceRef rx_state_RNI8MII_0))
998
           (portRef A (instanceRef rx_state_RNIUFEG1_0))
999
          ))
1000
          (net baud_clock (joined
1001
           (portRef baud_clock)
1002
           (portRef E (instanceRef receive_count_3))
1003
           (portRef E (instanceRef receive_count_2))
1004
           (portRef E (instanceRef receive_count_1))
1005
           (portRef E (instanceRef rx_state_0))
1006
           (portRef E (instanceRef stop_strobe_i))
1007
           (portRef E (instanceRef overflow_int))
1008
           (portRef E (instanceRef framing_error_int))
1009
           (portRef B (instanceRef rx_state_RNI4LSL_1))
1010
           (portRef B (instanceRef rx_state_RNO_0_1))
1011
           (portRef B (instanceRef receive_count_RNO_0))
1012
           (portRef A (instanceRef rx_state_RNI4LSL_0_1))
1013
           (portRef C (instanceRef receive_count_RNIQEOJ1_3))
1014
           (portRef S (instanceRef samples_RNO_1))
1015
           (portRef S (instanceRef samples_RNO_0))
1016
           (portRef B (instanceRef samples_RNO_2))
1017
           (portRef B (instanceRef overflow_xhdl1_RNO_0))
1018
           (portRef B (instanceRef framing_error_int_RNID1OO))
1019
           (portRef A (instanceRef rx_state_RNI8MII_0))
1020
          ))
1021
          (net m6_0_1 (joined
1022
           (portRef Y (instanceRef receive_count_RNISTTE_1))
1023
           (portRef A (instanceRef receive_count_RNIMPRT_1))
1024
          ))
1025
          (net (rename receive_countZ0Z_1 "receive_count[1]") (joined
1026
           (portRef Q (instanceRef receive_count_1))
1027
           (portRef B (instanceRef receive_count_RNO_1))
1028
           (portRef A (instanceRef receive_count_RNIPQTE_1))
1029
           (portRef B (instanceRef receive_count_RNINPCM_1))
1030
           (portRef B (instanceRef receive_count_RNISTTE_1))
1031
          ))
1032
          (net m6_0_0 (joined
1033
           (portRef Y (instanceRef receive_count_RNIQRTE_2))
1034
           (portRef B (instanceRef receive_count_RNIMPRT_1))
1035
          ))
1036
          (net (rename receive_countZ0Z_2 "receive_count[2]") (joined
1037
           (portRef Q (instanceRef receive_count_2))
1038
           (portRef A (instanceRef receive_count_RNO_2))
1039
           (portRef B (instanceRef receive_count_RNINPCM_2))
1040
           (portRef A (instanceRef receive_count_RNINPCM_1))
1041
           (portRef A (instanceRef receive_count_RNIQRTE_2))
1042
          ))
1043
          (net (rename receive_countZ0Z_0 "receive_count[0]") (joined
1044
           (portRef Q (instanceRef receive_count_0))
1045
           (portRef C (instanceRef receive_count_RNO_0))
1046
           (portRef A (instanceRef receive_count_RNO_1))
1047
           (portRef B (instanceRef receive_count_RNIPQTE_1))
1048
           (portRef C (instanceRef receive_count_RNINPCM_1))
1049
           (portRef B (instanceRef receive_count_RNIQRTE_2))
1050
          ))
1051
          (net overflow_int_3 (joined
1052
           (portRef Y (instanceRef overflow_int_RNO))
1053
           (portRef D (instanceRef overflow_int))
1054
          ))
1055
          (net un47_baud_clock_i (joined
1056
           (portRef Y (instanceRef last_bit_RNITELD1_0))
1057
           (portRef B (instanceRef rx_state_RNO_0_0))
1058
           (portRef A (instanceRef rx_state_RNO_1))
1059
           (portRef C (instanceRef receive_full_int_RNI92452))
1060
           (portRef B (instanceRef overflow_int_RNO))
1061
          ))
1062
          (net rx_byte_xhdl5_1_sqmuxa (joined
1063
           (portRef Y (instanceRef receive_full_int_RNI92452))
1064
           (portRef E (instanceRef rx_byte_xhdl5_7))
1065
           (portRef E (instanceRef rx_byte_xhdl5_6))
1066
           (portRef E (instanceRef rx_byte_xhdl5_5))
1067
           (portRef E (instanceRef rx_byte_xhdl5_4))
1068
           (portRef E (instanceRef rx_byte_xhdl5_3))
1069
           (portRef E (instanceRef rx_byte_xhdl5_2))
1070
           (portRef E (instanceRef rx_byte_xhdl5_1))
1071
           (portRef E (instanceRef rx_byte_xhdl5_0))
1072
          ))
1073
          (net N_7_0 (joined
1074
           (portRef Y (instanceRef rx_state_RNI4LSL_1))
1075
           (portRef A (instanceRef receive_full_int_RNO))
1076
           (portRef A (instanceRef receive_full_int_RNI92452))
1077
          ))
1078
          (net N_12_0 (joined
1079
           (portRef Y (instanceRef last_bit_RNI0BVH_0))
1080
           (portRef A (instanceRef last_bit_RNITELD1_0))
1081
          ))
1082
          (net N_41_mux (joined
1083
           (portRef Y (instanceRef rx_state_RNIUFEG1_0))
1084
           (portRef D (instanceRef last_bit_0))
1085
           (portRef B (instanceRef rx_state_RNIEQ9P1_0))
1086
          ))
1087
          (net N_38_mux (joined
1088
           (portRef Y (instanceRef receive_count_RNIMPRT_1))
1089
           (portRef A (instanceRef rx_state_RNO_0_0))
1090
           (portRef B (instanceRef rx_state_RNIUFEG1_0))
1091
          ))
1092
          (net N_40_mux (joined
1093
           (portRef Y (instanceRef receive_count_RNIHN511_3))
1094
           (portRef B (instanceRef rx_state_RNIRGPT2_1))
1095
          ))
1096
          (net N_86 (joined
1097
           (portRef Y (instanceRef receive_count_RNINPCM_1))
1098
           (portRef A (instanceRef receive_count_RNIB6D31_3))
1099
           (portRef A (instanceRef framing_error_int_RNO))
1100
           (portRef B (instanceRef receive_count_RNIHN511_3))
1101
          ))
1102
          (net framing_error_int_0_sqmuxa (joined
1103
           (portRef Y (instanceRef framing_error_int_RNO))
1104
           (portRef D (instanceRef framing_error_int))
1105
          ))
1106
          (net i1_mux (joined
1107
           (portRef Y (instanceRef samples_RNILCH5_0))
1108
           (portRef S (instanceRef rx_state_RNIEQ9P1_0))
1109
           (portRef C (instanceRef receive_count_RNIB6D31_3))
1110
           (portRef C (instanceRef parity_err_xhdl2_RNO))
1111
           (portRef A (instanceRef rx_shift_RNO_7))
1112
           (portRef C (instanceRef framing_error_int_RNO))
1113
          ))
1114
          (net N_84_mux (joined
1115
           (portRef Y (instanceRef parity_err_xhdl2_RNI59R11))
1116
           (portRef N_84_mux)
1117
          ))
1118
          (net m6_0 (joined
1119
           (portRef m6_0)
1120
           (portRef A (instanceRef parity_err_xhdl2_RNI59R11))
1121
          ))
1122
          (net N_78 (joined
1123
           (portRef Y (instanceRef parity_err_xhdl2_RNIO8S9))
1124
           (portRef B (instanceRef parity_err_xhdl2_RNI59R11))
1125
          ))
1126
          (net N_3_0 (joined
1127
           (portRef N_3_0)
1128
           (portRef C (instanceRef parity_err_xhdl2_RNI59R11))
1129
          ))
1130
          (net (rename rx_shift_12_5 "rx_shift_12[5]") (joined
1131
           (portRef Y (instanceRef rx_shift_RNO_5))
1132
           (portRef D (instanceRef rx_shift_5))
1133
          ))
1134
          (net (rename rx_shiftZ0Z_6 "rx_shift[6]") (joined
1135
           (portRef Q (instanceRef rx_shift_6))
1136
           (portRef D (instanceRef rx_byte_xhdl5_6))
1137
           (portRef A (instanceRef rx_shift_RNO_5))
1138
          ))
1139
          (net N_82 (joined
1140
           (portRef Y (instanceRef rx_state_RNINSJ6_1))
1141
           (portRef B (instanceRef rx_shift_RNO_2))
1142
           (portRef B (instanceRef rx_shift_RNO_3))
1143
           (portRef B (instanceRef rx_shift_RNO_4))
1144
           (portRef B (instanceRef rx_shift_RNO_6))
1145
           (portRef B (instanceRef rx_state_RNI4LSL_0_1))
1146
           (portRef A (instanceRef receive_count_RNIQEOJ1_3))
1147
           (portRef C (instanceRef rx_bit_cnt_RNO_3))
1148
           (portRef C (instanceRef rx_bit_cnt_RNO_2))
1149
           (portRef B (instanceRef rx_shift_RNO_0))
1150
           (portRef B (instanceRef rx_shift_RNO_1))
1151
           (portRef B (instanceRef rx_shift_RNO_7))
1152
           (portRef B (instanceRef rx_shift_RNO_5))
1153
          ))
1154
          (net N_82_mux (joined
1155
           (portRef Y (instanceRef rx_shift_RNO_7))
1156
           (portRef D (instanceRef rx_shift_7))
1157
          ))
1158
          (net parity_err_xhdl2_9 (joined
1159
           (portRef Y (instanceRef parity_err_xhdl2_RNO))
1160
           (portRef D (instanceRef parity_err_xhdl2))
1161
          ))
1162
          (net un1_temp_xhdl10 (joined
1163
           (portRef un1_temp_xhdl10)
1164
           (portRef E (instanceRef parity_err_xhdl2))
1165
           (portRef C (instanceRef receive_full_int_RNO))
1166
           (portRef B (instanceRef overflow_xhdl1_RNO))
1167
           (portRef B (instanceRef framing_error_i_RNO))
1168
           (portRef B (instanceRef parity_err_xhdl2_RNO))
1169
          ))
1170
          (net CoreAPB_0_APBmslave0_PENABLE (joined
1171
           (portRef CoreAPB_0_APBmslave0_PENABLE)
1172
           (portRef A (instanceRef parity_err_xhdl2_RNIO8S9))
1173
          ))
1174
          (net PARITY_ERR (joined
1175
           (portRef Q (instanceRef parity_err_xhdl2))
1176
           (portRef B (instanceRef parity_err_xhdl2_RNIO8S9))
1177
           (portRef PARITY_ERR)
1178
          ))
1179
          (net (rename rx_shift_12_1 "rx_shift_12[1]") (joined
1180
           (portRef Y (instanceRef rx_shift_RNO_1))
1181
           (portRef D (instanceRef rx_shift_1))
1182
          ))
1183
          (net (rename rx_shiftZ0Z_2 "rx_shift[2]") (joined
1184
           (portRef Q (instanceRef rx_shift_2))
1185
           (portRef D (instanceRef rx_byte_xhdl5_2))
1186
           (portRef A (instanceRef rx_shift_RNO_1))
1187
          ))
1188
          (net (rename rx_shift_12_0 "rx_shift_12[0]") (joined
1189
           (portRef Y (instanceRef rx_shift_RNO_0))
1190
           (portRef D (instanceRef rx_shift_0))
1191
          ))
1192
          (net (rename rx_shiftZ0Z_1 "rx_shift[1]") (joined
1193
           (portRef Q (instanceRef rx_shift_1))
1194
           (portRef D (instanceRef rx_byte_xhdl5_1))
1195
           (portRef A (instanceRef rx_shift_RNO_0))
1196
          ))
1197
          (net un1_framing_error_i4 (joined
1198
           (portRef Y (instanceRef framing_error_i_RNO))
1199
           (portRef E (instanceRef framing_error_i))
1200
          ))
1201
          (net framing_error_i_0_sqmuxa (joined
1202
           (portRef Y (instanceRef framing_error_int_RNID1OO))
1203
           (portRef D (instanceRef framing_error_i))
1204
           (portRef A (instanceRef framing_error_i_RNO))
1205
          ))
1206
          (net (rename framing_error_intZ0 "framing_error_int") (joined
1207
           (portRef Q (instanceRef framing_error_int))
1208
           (portRef A (instanceRef framing_error_int_RNID1OO))
1209
          ))
1210
          (net overflow_xhdl1_1_sqmuxa (joined
1211
           (portRef Y (instanceRef overflow_xhdl1_RNO))
1212
           (portRef E (instanceRef overflow_xhdl1))
1213
          ))
1214
          (net N_72 (joined
1215
           (portRef Y (instanceRef overflow_xhdl1_RNO_0))
1216
           (portRef A (instanceRef overflow_xhdl1_RNO))
1217
          ))
1218
          (net (rename overflow_intZ0 "overflow_int") (joined
1219
           (portRef Q (instanceRef overflow_int))
1220
           (portRef A (instanceRef overflow_xhdl1_RNO_0))
1221
          ))
1222
          (net (rename samplesZ0Z_1 "samples[1]") (joined
1223
           (portRef Q (instanceRef samples_1))
1224
           (portRef A (instanceRef samples_RNO_1))
1225
           (portRef B (instanceRef samples_RNO_0))
1226
           (portRef A (instanceRef samples_RNILCH5_0))
1227
          ))
1228
          (net (rename samples_i_0_0 "samples_i_0[0]") (joined
1229
           (portRef Q (instanceRef samples_0))
1230
           (portRef A (instanceRef samples_RNO_0))
1231
           (portRef B (instanceRef samples_RNILCH5_0))
1232
          ))
1233
          (net (rename samplesZ0Z_2 "samples[2]") (joined
1234
           (portRef Q (instanceRef samples_2))
1235
           (portRef B (instanceRef samples_RNO_1))
1236
           (portRef A (instanceRef samples_RNO_2))
1237
           (portRef C (instanceRef samples_RNILCH5_0))
1238
          ))
1239
          (net (rename samples_RNOZ0Z_2 "samples_RNO[2]") (joined
1240
           (portRef Y (instanceRef samples_RNO_2))
1241
           (portRef D (instanceRef samples_2))
1242
          ))
1243
          (net (rename samples_RNOZ0Z_0 "samples_RNO[0]") (joined
1244
           (portRef Y (instanceRef samples_RNO_0))
1245
           (portRef D (instanceRef samples_0))
1246
          ))
1247
          (net (rename samples_RNOZ0Z_1 "samples_RNO[1]") (joined
1248
           (portRef Y (instanceRef samples_RNO_1))
1249
           (portRef D (instanceRef samples_1))
1250
          ))
1251
          (net N_14_i (joined
1252
           (portRef Y (instanceRef rx_state_RNIIO511_1))
1253
           (portRef A (instanceRef rx_state_RNO_1_0))
1254
           (portRef A (instanceRef stop_strobe_i_RNO))
1255
          ))
1256
          (net N_13_0 (joined
1257
           (portRef Y (instanceRef receive_count_RNIMPRT_3))
1258
           (portRef B (instanceRef receive_count_RNIQEOJ1_3))
1259
           (portRef A (instanceRef rx_state_RNIIO511_1))
1260
          ))
1261
          (net rx_bit_cnt_n2 (joined
1262
           (portRef Y (instanceRef rx_bit_cnt_RNO_2))
1263
           (portRef D (instanceRef rx_bit_cnt_2))
1264
          ))
1265
          (net N_337 (joined
1266
           (portRef Y (instanceRef rx_bit_cnt_RNIRKEI_1))
1267
           (portRef A (instanceRef rx_bit_cnt_RNO_0_3))
1268
           (portRef B (instanceRef rx_bit_cnt_RNO_2))
1269
          ))
1270
          (net rx_bit_cnt_n3 (joined
1271
           (portRef Y (instanceRef rx_bit_cnt_RNO_3))
1272
           (portRef D (instanceRef rx_bit_cnt_3))
1273
          ))
1274
          (net N_14_0 (joined
1275
           (portRef Y (instanceRef rx_bit_cnt_RNO_0_3))
1276
           (portRef B (instanceRef rx_bit_cnt_RNO_3))
1277
          ))
1278
          (net N_92_mux (joined
1279
           (portRef Y (instanceRef receive_count_RNIQEOJ1_3))
1280
           (portRef E (instanceRef rx_shift_7))
1281
           (portRef E (instanceRef rx_shift_6))
1282
           (portRef E (instanceRef rx_shift_5))
1283
           (portRef E (instanceRef rx_shift_4))
1284
           (portRef E (instanceRef rx_shift_3))
1285
           (portRef E (instanceRef rx_shift_2))
1286
           (portRef E (instanceRef rx_shift_1))
1287
           (portRef E (instanceRef rx_shift_0))
1288
           (portRef E (instanceRef rx_bit_cnt_3))
1289
           (portRef E (instanceRef rx_bit_cnt_2))
1290
           (portRef E (instanceRef rx_bit_cnt_1))
1291
           (portRef E (instanceRef rx_bit_cnt_0))
1292
          ))
1293
          (net N_92 (joined
1294
           (portRef Y (instanceRef rx_state_RNI4LSL_0_1))
1295
           (portRef A (instanceRef rx_bit_cnt_RNO_0))
1296
           (portRef C (instanceRef rx_bit_cnt_RNO_1))
1297
          ))
1298
          (net (rename rx_shift_12_6 "rx_shift_12[6]") (joined
1299
           (portRef Y (instanceRef rx_shift_RNO_6))
1300
           (portRef D (instanceRef rx_shift_6))
1301
          ))
1302
          (net (rename rx_shiftZ0Z_7 "rx_shift[7]") (joined
1303
           (portRef Q (instanceRef rx_shift_7))
1304
           (portRef D (instanceRef rx_byte_xhdl5_7))
1305
           (portRef A (instanceRef rx_shift_RNO_6))
1306
          ))
1307
          (net (rename rx_shift_12_4 "rx_shift_12[4]") (joined
1308
           (portRef Y (instanceRef rx_shift_RNO_4))
1309
           (portRef D (instanceRef rx_shift_4))
1310
          ))
1311
          (net (rename rx_shiftZ0Z_5 "rx_shift[5]") (joined
1312
           (portRef Q (instanceRef rx_shift_5))
1313
           (portRef D (instanceRef rx_byte_xhdl5_5))
1314
           (portRef A (instanceRef rx_shift_RNO_4))
1315
          ))
1316
          (net (rename rx_shift_12_3 "rx_shift_12[3]") (joined
1317
           (portRef Y (instanceRef rx_shift_RNO_3))
1318
           (portRef D (instanceRef rx_shift_3))
1319
          ))
1320
          (net (rename rx_shiftZ0Z_4 "rx_shift[4]") (joined
1321
           (portRef Q (instanceRef rx_shift_4))
1322
           (portRef D (instanceRef rx_byte_xhdl5_4))
1323
           (portRef A (instanceRef rx_shift_RNO_3))
1324
          ))
1325
          (net (rename rx_shift_12_2 "rx_shift_12[2]") (joined
1326
           (portRef Y (instanceRef rx_shift_RNO_2))
1327
           (portRef D (instanceRef rx_shift_2))
1328
          ))
1329
          (net (rename rx_shiftZ0Z_3 "rx_shift[3]") (joined
1330
           (portRef Q (instanceRef rx_shift_3))
1331
           (portRef D (instanceRef rx_byte_xhdl5_3))
1332
           (portRef A (instanceRef rx_shift_RNO_2))
1333
          ))
1334
          (net rx_bit_cnt_n1 (joined
1335
           (portRef Y (instanceRef rx_bit_cnt_RNO_1))
1336
           (portRef D (instanceRef rx_bit_cnt_1))
1337
          ))
1338
          (net N_21 (joined
1339
           (portRef Y (instanceRef rx_bit_cnt_RNO_0))
1340
           (portRef D (instanceRef rx_bit_cnt_0))
1341
          ))
1342
          (net N_341 (joined
1343
           (portRef Y (instanceRef last_bit_RNO_0))
1344
           (portRef E (instanceRef last_bit_0))
1345
          ))
1346
          (net (rename last_bitZ0Z_0 "last_bit[0]") (joined
1347
           (portRef Q (instanceRef last_bit_0))
1348
           (portRef B (instanceRef last_bit_RNI0BVH_0))
1349
           (portRef A (instanceRef last_bit_RNO_0))
1350
          ))
1351
          (net N_329 (joined
1352
           (portRef Y (instanceRef rx_state_RNO_0))
1353
           (portRef D (instanceRef rx_state_0))
1354
          ))
1355
          (net N_9_0 (joined
1356
           (portRef Y (instanceRef rx_state_RNO_0_0))
1357
           (portRef A (instanceRef rx_state_RNO_0))
1358
          ))
1359
          (net N_34 (joined
1360
           (portRef Y (instanceRef rx_state_RNO_1_0))
1361
           (portRef C (instanceRef rx_state_RNO_0))
1362
          ))
1363
          (net N_11_i (joined
1364
           (portRef Y (instanceRef receive_count_RNIPQTE_1))
1365
           (portRef B (instanceRef receive_count_RNO_2))
1366
           (portRef A (instanceRef receive_count_RNINPCM_2))
1367
          ))
1368
          (net N_12_i (joined
1369
           (portRef Y (instanceRef receive_count_RNINPCM_2))
1370
           (portRef B (instanceRef receive_count_RNO_3))
1371
           (portRef A (instanceRef receive_count_RNIMPRT_3))
1372
          ))
1373
          (net framing_error_int_2_sqmuxa (joined
1374
           (portRef Y (instanceRef stop_strobe_i_RNO))
1375
           (portRef D (instanceRef stop_strobe_i))
1376
          ))
1377
          (net N_33 (joined
1378
           (portRef Y (instanceRef rx_state_RNO_2_0))
1379
           (portRef B (instanceRef rx_state_RNO_1_0))
1380
          ))
1381
          (net N_91_mux (joined
1382
           (portRef Y (instanceRef receive_count_RNIB6D31_3))
1383
           (portRef B (instanceRef rx_state_RNO_1))
1384
           (portRef A (instanceRef rx_state_RNO_2_0))
1385
          ))
1386
          (net N_40 (joined
1387
           (portRef Y (instanceRef receive_count_RNO_3))
1388
           (portRef D (instanceRef receive_count_3))
1389
          ))
1390
          (net N_258 (joined
1391
           (portRef Y (instanceRef rx_state_RNIRGPT2_1))
1392
           (portRef A (instanceRef receive_count_RNO_0))
1393
           (portRef C (instanceRef receive_count_RNO_1))
1394
           (portRef C (instanceRef receive_count_RNO_2))
1395
           (portRef C (instanceRef receive_count_RNO_3))
1396
          ))
1397
          (net N_43 (joined
1398
           (portRef Y (instanceRef receive_count_RNO_2))
1399
           (portRef D (instanceRef receive_count_2))
1400
          ))
1401
          (net N_46 (joined
1402
           (portRef Y (instanceRef receive_count_RNO_1))
1403
           (portRef D (instanceRef receive_count_1))
1404
          ))
1405
          (net i14_mux (joined
1406
           (portRef Y (instanceRef rx_state_RNO_1))
1407
           (portRef D (instanceRef rx_state_1))
1408
          ))
1409
          (net receive_count_e0 (joined
1410
           (portRef Y (instanceRef receive_count_RNO_0))
1411
           (portRef D (instanceRef receive_count_0))
1412
          ))
1413
          (net N_28 (joined
1414
           (portRef Y (instanceRef rx_state_RNIEQ9P1_0))
1415
           (portRef A (instanceRef rx_state_RNIRGPT2_1))
1416
          ))
1417
          (net N_347 (joined
1418
           (portRef Y (instanceRef rx_state_RNO_0_1))
1419
           (portRef E (instanceRef rx_state_1))
1420
          ))
1421
          (net N_85_mux (joined
1422
           (portRef Y (instanceRef receive_full_int_RNO))
1423
           (portRef E (instanceRef receive_full_int))
1424
          ))
1425
          (net HCLK_c (joined
1426
           (portRef HCLK_c)
1427
           (portRef CLK (instanceRef rx_byte_xhdl5_7))
1428
           (portRef CLK (instanceRef rx_byte_xhdl5_6))
1429
           (portRef CLK (instanceRef rx_byte_xhdl5_5))
1430
           (portRef CLK (instanceRef rx_byte_xhdl5_4))
1431
           (portRef CLK (instanceRef rx_byte_xhdl5_3))
1432
           (portRef CLK (instanceRef rx_byte_xhdl5_2))
1433
           (portRef CLK (instanceRef rx_byte_xhdl5_1))
1434
           (portRef CLK (instanceRef rx_byte_xhdl5_0))
1435
           (portRef CLK (instanceRef rx_shift_7))
1436
           (portRef CLK (instanceRef rx_shift_6))
1437
           (portRef CLK (instanceRef rx_shift_5))
1438
           (portRef CLK (instanceRef rx_shift_4))
1439
           (portRef CLK (instanceRef rx_shift_3))
1440
           (portRef CLK (instanceRef rx_shift_2))
1441
           (portRef CLK (instanceRef rx_shift_1))
1442
           (portRef CLK (instanceRef rx_shift_0))
1443
           (portRef CLK (instanceRef samples_2))
1444
           (portRef CLK (instanceRef samples_1))
1445
           (portRef CLK (instanceRef samples_0))
1446
           (portRef CLK (instanceRef last_bit_0))
1447
           (portRef CLK (instanceRef receive_count_3))
1448
           (portRef CLK (instanceRef receive_count_2))
1449
           (portRef CLK (instanceRef receive_count_1))
1450
           (portRef CLK (instanceRef receive_count_0))
1451
           (portRef CLK (instanceRef rx_state_1))
1452
           (portRef CLK (instanceRef rx_state_0))
1453
           (portRef CLK (instanceRef overflow_xhdl1))
1454
           (portRef CLK (instanceRef framing_error_i))
1455
           (portRef CLK (instanceRef stop_strobe_i))
1456
           (portRef CLK (instanceRef overflow_int))
1457
           (portRef CLK (instanceRef framing_error_int))
1458
           (portRef CLK (instanceRef receive_full_int))
1459
           (portRef CLK (instanceRef parity_err_xhdl2))
1460
           (portRef CLK (instanceRef rx_bit_cnt_3))
1461
           (portRef CLK (instanceRef rx_bit_cnt_2))
1462
           (portRef CLK (instanceRef rx_bit_cnt_1))
1463
           (portRef CLK (instanceRef rx_bit_cnt_0))
1464
          ))
1465
          (net HRESETn_c (joined
1466
           (portRef HRESETn_c)
1467
           (portRef CLR (instanceRef rx_byte_xhdl5_7))
1468
           (portRef CLR (instanceRef rx_byte_xhdl5_6))
1469
           (portRef CLR (instanceRef rx_byte_xhdl5_5))
1470
           (portRef CLR (instanceRef rx_byte_xhdl5_4))
1471
           (portRef CLR (instanceRef rx_byte_xhdl5_3))
1472
           (portRef CLR (instanceRef rx_byte_xhdl5_2))
1473
           (portRef CLR (instanceRef rx_byte_xhdl5_1))
1474
           (portRef CLR (instanceRef rx_byte_xhdl5_0))
1475
           (portRef CLR (instanceRef rx_shift_7))
1476
           (portRef CLR (instanceRef rx_shift_6))
1477
           (portRef CLR (instanceRef rx_shift_5))
1478
           (portRef CLR (instanceRef rx_shift_4))
1479
           (portRef CLR (instanceRef rx_shift_3))
1480
           (portRef CLR (instanceRef rx_shift_2))
1481
           (portRef CLR (instanceRef rx_shift_1))
1482
           (portRef CLR (instanceRef rx_shift_0))
1483
           (portRef PRE (instanceRef samples_2))
1484
           (portRef PRE (instanceRef samples_1))
1485
           (portRef CLR (instanceRef samples_0))
1486
           (portRef PRE (instanceRef last_bit_0))
1487
           (portRef CLR (instanceRef receive_count_3))
1488
           (portRef CLR (instanceRef receive_count_2))
1489
           (portRef CLR (instanceRef receive_count_1))
1490
           (portRef CLR (instanceRef receive_count_0))
1491
           (portRef CLR (instanceRef rx_state_1))
1492
           (portRef CLR (instanceRef rx_state_0))
1493
           (portRef CLR (instanceRef overflow_xhdl1))
1494
           (portRef CLR (instanceRef framing_error_i))
1495
           (portRef CLR (instanceRef stop_strobe_i))
1496
           (portRef CLR (instanceRef overflow_int))
1497
           (portRef CLR (instanceRef framing_error_int))
1498
           (portRef CLR (instanceRef receive_full_int))
1499
           (portRef CLR (instanceRef parity_err_xhdl2))
1500
           (portRef CLR (instanceRef rx_bit_cnt_3))
1501
           (portRef CLR (instanceRef rx_bit_cnt_2))
1502
           (portRef CLR (instanceRef rx_bit_cnt_1))
1503
           (portRef CLR (instanceRef rx_bit_cnt_0))
1504
          ))
1505
          (net un1_temp_xhdl10_i (joined
1506
           (portRef un1_temp_xhdl10_i)
1507
           (portRef D (instanceRef overflow_xhdl1))
1508
           (portRef D (instanceRef receive_full_int))
1509
          ))
1510
          (net stop_strobe (joined
1511
           (portRef Q (instanceRef stop_strobe_i))
1512
           (portRef stop_strobe)
1513
          ))
1514
          (net FRAMING_ERR (joined
1515
           (portRef Q (instanceRef framing_error_i))
1516
           (portRef FRAMING_ERR)
1517
          ))
1518
          (net OVERFLOW (joined
1519
           (portRef Q (instanceRef overflow_xhdl1))
1520
           (portRef OVERFLOW)
1521
          ))
1522
          (net (rename rx_shiftZ0Z_0 "rx_shift[0]") (joined
1523
           (portRef Q (instanceRef rx_shift_0))
1524
           (portRef D (instanceRef rx_byte_xhdl5_0))
1525
          ))
1526
          (net (rename data_out_0 "data_out[0]") (joined
1527
           (portRef Q (instanceRef rx_byte_xhdl5_0))
1528
           (portRef (member data_out 7))
1529
          ))
1530
          (net (rename data_out_1 "data_out[1]") (joined
1531
           (portRef Q (instanceRef rx_byte_xhdl5_1))
1532
           (portRef (member data_out 6))
1533
          ))
1534
          (net (rename data_out_2 "data_out[2]") (joined
1535
           (portRef Q (instanceRef rx_byte_xhdl5_2))
1536
           (portRef (member data_out 5))
1537
          ))
1538
          (net (rename data_out_3 "data_out[3]") (joined
1539
           (portRef Q (instanceRef rx_byte_xhdl5_3))
1540
           (portRef (member data_out 4))
1541
          ))
1542
          (net (rename data_out_4 "data_out[4]") (joined
1543
           (portRef Q (instanceRef rx_byte_xhdl5_4))
1544
           (portRef (member data_out 3))
1545
          ))
1546
          (net (rename data_out_5 "data_out[5]") (joined
1547
           (portRef Q (instanceRef rx_byte_xhdl5_5))
1548
           (portRef (member data_out 2))
1549
          ))
1550
          (net (rename data_out_6 "data_out[6]") (joined
1551
           (portRef Q (instanceRef rx_byte_xhdl5_6))
1552
           (portRef (member data_out 1))
1553
          ))
1554
          (net (rename data_out_7 "data_out[7]") (joined
1555
           (portRef Q (instanceRef rx_byte_xhdl5_7))
1556
           (portRef (member data_out 0))
1557
          ))
1558
          (net GND (joined
1559
           (portRef Y (instanceRef GND_i))
1560
          ))
1561
          (net VCC (joined
1562
           (portRef Y (instanceRef VCC_i))
1563
          ))
1564
         )
1565
        (property langParams (string "SYNC_RESET RX_FIFO"))
1566
        (property SYNC_RESET (integer 0))
1567
        (property RX_FIFO (integer 0))
1568
        (property orig_inst_of (string "top_CoreUARTapb_0_Rx_async"))
1569
       )
1570
    )
1571
    (cell top_CoreUARTapb_0_Tx_async (cellType GENERIC)
1572
       (view netlist (viewType NETLIST)
1573
         (interface
1574
           (port (array (rename tx_hold_reg "tx_hold_reg[7:0]") 8) (direction INPUT))
1575
           (port HRESETn_c (direction INPUT))
1576
           (port HCLK_c (direction INPUT))
1577
           (port TX_c (direction OUTPUT))
1578
           (port TXRDY (direction OUTPUT))
1579
           (port xmit_pulse (direction INPUT))
1580
           (port un1_csn (direction INPUT))
1581
         )
1582
         (contents
1583
          (instance txrdy_int_RNO (viewRef prim (cellRef INV (libraryRef PA3)))          )
1584
          (instance (rename xmit_state_RNO_0_5 "xmit_state_RNO_0[5]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
1585
          (instance (rename xmit_state_RNO_5 "xmit_state_RNO[5]") (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
1586
          (instance tx_xhdl2_RNO_0 (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
1587
          (instance (rename xmit_bit_sel_RNIDK9U_0 "xmit_bit_sel_RNIDK9U[0]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
1588
          (instance (rename xmit_bit_sel_RNI5GED1_2 "xmit_bit_sel_RNI5GED1[2]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
1589
          (instance (rename xmit_bit_sel_RNO_3 "xmit_bit_sel_RNO[3]") (viewRef prim (cellRef XA1 (libraryRef PA3)))          )
1590
          (instance (rename xmit_bit_sel_RNO_2 "xmit_bit_sel_RNO[2]") (viewRef prim (cellRef XA1 (libraryRef PA3)))          )
1591
          (instance (rename xmit_bit_sel_RNO_1 "xmit_bit_sel_RNO[1]") (viewRef prim (cellRef XA1 (libraryRef PA3)))          )
1592
          (instance (rename xmit_state_RNO_0_0 "xmit_state_RNO_0[0]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
1593
          (instance (rename xmit_bit_sel_RNIUCJS1_3 "xmit_bit_sel_RNIUCJS1[3]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
1594
          (instance (rename xmit_state_RNO_1_0 "xmit_state_RNO_1[0]") (viewRef prim (cellRef MX2 (libraryRef PA3)))          )
1595
          (instance (rename xmit_state_RNO_0 "xmit_state_RNO[0]") (viewRef prim (cellRef MX2 (libraryRef PA3)))          )
1596
          (instance (rename xmit_state_RNIEME51_3 "xmit_state_RNIEME51[3]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
1597
          (instance (rename xmit_state_RNO_0_2 "xmit_state_RNO_0[2]") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
1598
          (instance (rename xmit_state_RNO_2 "xmit_state_RNO[2]") (viewRef prim (cellRef MX2B (libraryRef PA3)))          )
1599
          (instance (rename xmit_state_RNO_1_5 "xmit_state_RNO_1[5]") (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
1600
          (instance tx_xhdl2_RNO (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
1601
          (instance tx_xhdl2_RNO_1 (viewRef prim (cellRef MX2 (libraryRef PA3)))          )
1602
          (instance tx_xhdl2_RNO_3 (viewRef prim (cellRef MX2 (libraryRef PA3)))          )
1603
          (instance tx_xhdl2_RNO_7 (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
1604
          (instance tx_xhdl2_RNO_6 (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
1605
          (instance tx_xhdl2_RNO_2 (viewRef prim (cellRef MX2 (libraryRef PA3)))          )
1606
          (instance tx_xhdl2_RNO_5 (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
1607
          (instance tx_xhdl2_RNO_4 (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
1608
          (instance (rename xmit_bit_sel_RNO_0 "xmit_bit_sel_RNO[0]") (viewRef prim (cellRef AXOI5 (libraryRef PA3)))          )
1609
          (instance (rename xmit_state_RNO_3 "xmit_state_RNO[3]") (viewRef prim (cellRef AO1C (libraryRef PA3)))          )
1610
          (instance (rename xmit_state_RNO_4 "xmit_state_RNO[4]") (viewRef prim (cellRef OR2A (libraryRef PA3)))          )
1611
          (instance txrdy_int_RNO_0 (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
1612
          (instance tx_xhdl2 (viewRef prim (cellRef DFN1E0P0 (libraryRef PA3)))
1613
          )
1614
          (instance txrdy_int (viewRef prim (cellRef DFN1E0P0 (libraryRef PA3)))
1615
          )
1616
          (instance (rename xmit_state_5 "xmit_state[5]") (viewRef prim (cellRef DFN1P0 (libraryRef PA3)))
1617
          )
1618
          (instance (rename xmit_state_4 "xmit_state[4]") (viewRef prim (cellRef DFN1P0 (libraryRef PA3)))
1619
          )
1620
          (instance (rename xmit_state_3 "xmit_state[3]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
1621
          )
1622
          (instance (rename xmit_state_2 "xmit_state[2]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
1623
          )
1624
          (instance (rename xmit_state_0 "xmit_state[0]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
1625
          )
1626
          (instance (rename xmit_bit_sel_0 "xmit_bit_sel[0]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
1627
          )
1628
          (instance (rename xmit_bit_sel_1 "xmit_bit_sel[1]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
1629
          )
1630
          (instance (rename xmit_bit_sel_2 "xmit_bit_sel[2]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
1631
          )
1632
          (instance (rename xmit_bit_sel_3 "xmit_bit_sel[3]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
1633
          )
1634
          (instance (rename tx_byte_0 "tx_byte[0]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
1635
          )
1636
          (instance (rename tx_byte_1 "tx_byte[1]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
1637
          )
1638
          (instance (rename tx_byte_2 "tx_byte[2]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
1639
          )
1640
          (instance (rename tx_byte_3 "tx_byte[3]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
1641
          )
1642
          (instance (rename tx_byte_4 "tx_byte[4]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
1643
          )
1644
          (instance (rename tx_byte_5 "tx_byte[5]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
1645
          )
1646
          (instance (rename tx_byte_6 "tx_byte[6]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
1647
          )
1648
          (instance (rename tx_byte_7 "tx_byte[7]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
1649
          )
1650
          (instance VCC_i (viewRef prim (cellRef VCC (libraryRef PA3)))          )
1651
          (instance GND_i (viewRef prim (cellRef GND (libraryRef PA3)))          )
1652
          (net un1_csn_i (joined
1653
           (portRef Y (instanceRef txrdy_int_RNO))
1654
           (portRef D (instanceRef txrdy_int))
1655
          ))
1656
          (net un1_csn (joined
1657
           (portRef un1_csn)
1658
           (portRef B (instanceRef txrdy_int_RNO_0))
1659
           (portRef A (instanceRef txrdy_int_RNO))
1660
          ))
1661
          (net m35_0 (joined
1662
           (portRef Y (instanceRef xmit_state_RNO_0_5))
1663
           (portRef A (instanceRef xmit_state_RNO_5))
1664
          ))
1665
          (net (rename xmit_state_i_0_4 "xmit_state_i_0[4]") (joined
1666
           (portRef Q (instanceRef xmit_state_4))
1667
           (portRef C (instanceRef xmit_state_RNO_3))
1668
           (portRef A (instanceRef tx_xhdl2_RNO_0))
1669
           (portRef A (instanceRef xmit_state_RNO_0_5))
1670
          ))
1671
          (net (rename xmit_stateZ0Z_3 "xmit_state[3]") (joined
1672
           (portRef Q (instanceRef xmit_state_3))
1673
           (portRef B (instanceRef xmit_state_RNO_3))
1674
           (portRef A (instanceRef tx_xhdl2_RNO))
1675
           (portRef C (instanceRef xmit_state_RNO_0_2))
1676
           (portRef A (instanceRef xmit_state_RNIEME51_3))
1677
           (portRef B (instanceRef xmit_state_RNO_0_5))
1678
          ))
1679
          (net (rename xmit_state_ns_0 "xmit_state_ns[0]") (joined
1680
           (portRef Y (instanceRef xmit_state_RNO_5))
1681
           (portRef D (instanceRef xmit_state_5))
1682
          ))
1683
          (net (rename xmit_stateZ0Z_2 "xmit_state[2]") (joined
1684
           (portRef Q (instanceRef xmit_state_2))
1685
           (portRef A (instanceRef xmit_bit_sel_RNO_0))
1686
           (portRef S (instanceRef tx_xhdl2_RNO))
1687
           (portRef S (instanceRef xmit_state_RNO_2))
1688
           (portRef S (instanceRef xmit_state_RNO_0))
1689
           (portRef C (instanceRef xmit_bit_sel_RNO_1))
1690
           (portRef C (instanceRef xmit_bit_sel_RNO_2))
1691
           (portRef C (instanceRef xmit_bit_sel_RNO_3))
1692
           (portRef B (instanceRef xmit_state_RNO_5))
1693
          ))
1694
          (net N_33 (joined
1695
           (portRef Y (instanceRef xmit_state_RNO_1_5))
1696
           (portRef C (instanceRef xmit_state_RNO_5))
1697
          ))
1698
          (net N_132 (joined
1699
           (portRef Y (instanceRef tx_xhdl2_RNO_0))
1700
           (portRef E (instanceRef tx_xhdl2))
1701
          ))
1702
          (net (rename xmit_stateZ0Z_5 "xmit_state[5]") (joined
1703
           (portRef Q (instanceRef xmit_state_5))
1704
           (portRef A (instanceRef xmit_state_RNO_4))
1705
           (portRef B (instanceRef tx_xhdl2_RNO_0))
1706
          ))
1707
          (net xmit_pulse (joined
1708
           (portRef xmit_pulse)
1709
           (portRef E (instanceRef xmit_bit_sel_3))
1710
           (portRef E (instanceRef xmit_bit_sel_2))
1711
           (portRef E (instanceRef xmit_bit_sel_1))
1712
           (portRef A (instanceRef xmit_state_RNO_3))
1713
           (portRef B (instanceRef xmit_bit_sel_RNO_0))
1714
           (portRef B (instanceRef xmit_state_RNO_1_5))
1715
           (portRef A (instanceRef xmit_state_RNO_0_2))
1716
           (portRef B (instanceRef xmit_state_RNIEME51_3))
1717
           (portRef S (instanceRef xmit_state_RNO_1_0))
1718
           (portRef B (instanceRef xmit_state_RNO_0_0))
1719
           (portRef C (instanceRef tx_xhdl2_RNO_0))
1720
          ))
1721
          (net N_4_0 (joined
1722
           (portRef Y (instanceRef xmit_bit_sel_RNIDK9U_0))
1723
           (portRef B (instanceRef xmit_bit_sel_RNO_2))
1724
           (portRef A (instanceRef xmit_bit_sel_RNI5GED1_2))
1725
          ))
1726
          (net (rename xmit_bit_selZ0Z_0 "xmit_bit_sel[0]") (joined
1727
           (portRef Q (instanceRef xmit_bit_sel_0))
1728
           (portRef C (instanceRef xmit_bit_sel_RNO_0))
1729
           (portRef S (instanceRef tx_xhdl2_RNO_1))
1730
           (portRef B (instanceRef xmit_bit_sel_RNO_1))
1731
           (portRef A (instanceRef xmit_bit_sel_RNIDK9U_0))
1732
          ))
1733
          (net (rename xmit_bit_selZ0Z_1 "xmit_bit_sel[1]") (joined
1734
           (portRef Q (instanceRef xmit_bit_sel_1))
1735
           (portRef S (instanceRef tx_xhdl2_RNO_2))
1736
           (portRef S (instanceRef tx_xhdl2_RNO_3))
1737
           (portRef A (instanceRef xmit_bit_sel_RNO_1))
1738
           (portRef B (instanceRef xmit_bit_sel_RNIDK9U_0))
1739
          ))
1740
          (net N_5_0 (joined
1741
           (portRef Y (instanceRef xmit_bit_sel_RNI5GED1_2))
1742
           (portRef A (instanceRef xmit_bit_sel_RNIUCJS1_3))
1743
           (portRef B (instanceRef xmit_bit_sel_RNO_3))
1744
          ))
1745
          (net (rename xmit_bit_selZ0Z_2 "xmit_bit_sel[2]") (joined
1746
           (portRef Q (instanceRef xmit_bit_sel_2))
1747
           (portRef S (instanceRef tx_xhdl2_RNO_4))
1748
           (portRef S (instanceRef tx_xhdl2_RNO_5))
1749
           (portRef S (instanceRef tx_xhdl2_RNO_6))
1750
           (portRef S (instanceRef tx_xhdl2_RNO_7))
1751
           (portRef A (instanceRef xmit_bit_sel_RNO_2))
1752
           (portRef B (instanceRef xmit_bit_sel_RNI5GED1_2))
1753
          ))
1754
          (net N_7_0 (joined
1755
           (portRef Y (instanceRef xmit_bit_sel_RNO_3))
1756
           (portRef D (instanceRef xmit_bit_sel_3))
1757
          ))
1758
          (net (rename xmit_bit_selZ0Z_3 "xmit_bit_sel[3]") (joined
1759
           (portRef Q (instanceRef xmit_bit_sel_3))
1760
           (portRef B (instanceRef xmit_bit_sel_RNIUCJS1_3))
1761
           (portRef A (instanceRef xmit_bit_sel_RNO_3))
1762
          ))
1763
          (net N_11_0 (joined
1764
           (portRef Y (instanceRef xmit_bit_sel_RNO_2))
1765
           (portRef D (instanceRef xmit_bit_sel_2))
1766
          ))
1767
          (net N_14_0 (joined
1768
           (portRef Y (instanceRef xmit_bit_sel_RNO_1))
1769
           (portRef D (instanceRef xmit_bit_sel_1))
1770
          ))
1771
          (net N_20_0 (joined
1772
           (portRef Y (instanceRef xmit_state_RNO_0_0))
1773
           (portRef A (instanceRef xmit_state_RNO_0))
1774
          ))
1775
          (net (rename xmit_stateZ0Z_0 "xmit_state[0]") (joined
1776
           (portRef Q (instanceRef xmit_state_0))
1777
           (portRef S (instanceRef xmit_state_RNO_1_5))
1778
           (portRef A (instanceRef xmit_state_RNO_1_0))
1779
           (portRef A (instanceRef xmit_state_RNO_0_0))
1780
          ))
1781
          (net N_21_0 (joined
1782
           (portRef Y (instanceRef xmit_bit_sel_RNIUCJS1_3))
1783
           (portRef B (instanceRef xmit_state_RNO_0_2))
1784
           (portRef B (instanceRef xmit_state_RNO_1_0))
1785
          ))
1786
          (net N_24_0 (joined
1787
           (portRef Y (instanceRef xmit_state_RNO_1_0))
1788
           (portRef B (instanceRef xmit_state_RNO_0))
1789
          ))
1790
          (net (rename xmit_state_ns_5 "xmit_state_ns[5]") (joined
1791
           (portRef Y (instanceRef xmit_state_RNO_0))
1792
           (portRef D (instanceRef xmit_state_0))
1793
          ))
1794
          (net N_26_0 (joined
1795
           (portRef Y (instanceRef xmit_state_RNIEME51_3))
1796
           (portRef E (instanceRef tx_byte_7))
1797
           (portRef E (instanceRef tx_byte_6))
1798
           (portRef E (instanceRef tx_byte_5))
1799
           (portRef E (instanceRef tx_byte_4))
1800
           (portRef E (instanceRef tx_byte_3))
1801
           (portRef E (instanceRef tx_byte_2))
1802
           (portRef E (instanceRef tx_byte_1))
1803
           (portRef E (instanceRef tx_byte_0))
1804
           (portRef A (instanceRef txrdy_int_RNO_0))
1805
           (portRef A (instanceRef xmit_state_RNO_2))
1806
          ))
1807
          (net N_27_0 (joined
1808
           (portRef Y (instanceRef xmit_state_RNO_0_2))
1809
           (portRef B (instanceRef xmit_state_RNO_2))
1810
          ))
1811
          (net (rename xmit_state_RNOZ0Z_2 "xmit_state_RNO[2]") (joined
1812
           (portRef Y (instanceRef xmit_state_RNO_2))
1813
           (portRef D (instanceRef xmit_state_2))
1814
          ))
1815
          (net TXRDY (joined
1816
           (portRef Q (instanceRef txrdy_int))
1817
           (portRef B (instanceRef xmit_state_RNO_4))
1818
           (portRef A (instanceRef xmit_state_RNO_1_5))
1819
           (portRef TXRDY)
1820
          ))
1821
          (net N_41 (joined
1822
           (portRef Y (instanceRef tx_xhdl2_RNO))
1823
           (portRef D (instanceRef tx_xhdl2))
1824
          ))
1825
          (net N_44 (joined
1826
           (portRef Y (instanceRef tx_xhdl2_RNO_1))
1827
           (portRef B (instanceRef tx_xhdl2_RNO))
1828
          ))
1829
          (net N_56 (joined
1830
           (portRef Y (instanceRef tx_xhdl2_RNO_2))
1831
           (portRef A (instanceRef tx_xhdl2_RNO_1))
1832
          ))
1833
          (net N_47 (joined
1834
           (portRef Y (instanceRef tx_xhdl2_RNO_3))
1835
           (portRef B (instanceRef tx_xhdl2_RNO_1))
1836
          ))
1837
          (net N_53 (joined
1838
           (portRef Y (instanceRef tx_xhdl2_RNO_6))
1839
           (portRef A (instanceRef tx_xhdl2_RNO_3))
1840
          ))
1841
          (net N_50 (joined
1842
           (portRef Y (instanceRef tx_xhdl2_RNO_7))
1843
           (portRef B (instanceRef tx_xhdl2_RNO_3))
1844
          ))
1845
          (net (rename tx_byteZ0Z_3 "tx_byte[3]") (joined
1846
           (portRef Q (instanceRef tx_byte_3))
1847
           (portRef A (instanceRef tx_xhdl2_RNO_7))
1848
          ))
1849
          (net (rename tx_byteZ0Z_7 "tx_byte[7]") (joined
1850
           (portRef Q (instanceRef tx_byte_7))
1851
           (portRef B (instanceRef tx_xhdl2_RNO_7))
1852
          ))
1853
          (net (rename tx_byteZ0Z_1 "tx_byte[1]") (joined
1854
           (portRef Q (instanceRef tx_byte_1))
1855
           (portRef A (instanceRef tx_xhdl2_RNO_6))
1856
          ))
1857
          (net (rename tx_byteZ0Z_5 "tx_byte[5]") (joined
1858
           (portRef Q (instanceRef tx_byte_5))
1859
           (portRef B (instanceRef tx_xhdl2_RNO_6))
1860
          ))
1861
          (net i0_i (joined
1862
           (portRef Y (instanceRef tx_xhdl2_RNO_4))
1863
           (portRef A (instanceRef tx_xhdl2_RNO_2))
1864
          ))
1865
          (net i1_i (joined
1866
           (portRef Y (instanceRef tx_xhdl2_RNO_5))
1867
           (portRef B (instanceRef tx_xhdl2_RNO_2))
1868
          ))
1869
          (net (rename tx_byteZ0Z_2 "tx_byte[2]") (joined
1870
           (portRef Q (instanceRef tx_byte_2))
1871
           (portRef A (instanceRef tx_xhdl2_RNO_5))
1872
          ))
1873
          (net (rename tx_byteZ0Z_6 "tx_byte[6]") (joined
1874
           (portRef Q (instanceRef tx_byte_6))
1875
           (portRef B (instanceRef tx_xhdl2_RNO_5))
1876
          ))
1877
          (net (rename tx_byteZ0Z_0 "tx_byte[0]") (joined
1878
           (portRef Q (instanceRef tx_byte_0))
1879
           (portRef A (instanceRef tx_xhdl2_RNO_4))
1880
          ))
1881
          (net (rename tx_byteZ0Z_4 "tx_byte[4]") (joined
1882
           (portRef Q (instanceRef tx_byte_4))
1883
           (portRef B (instanceRef tx_xhdl2_RNO_4))
1884
          ))
1885
          (net xmit_bit_sel_e0 (joined
1886
           (portRef Y (instanceRef xmit_bit_sel_RNO_0))
1887
           (portRef D (instanceRef xmit_bit_sel_0))
1888
          ))
1889
          (net N_64_mux (joined
1890
           (portRef Y (instanceRef xmit_state_RNO_3))
1891
           (portRef D (instanceRef xmit_state_3))
1892
          ))
1893
          (net (rename xmit_state_ns_1 "xmit_state_ns[1]") (joined
1894
           (portRef Y (instanceRef xmit_state_RNO_4))
1895
           (portRef D (instanceRef xmit_state_4))
1896
          ))
1897
          (net txrdy_int_1_sqmuxa (joined
1898
           (portRef Y (instanceRef txrdy_int_RNO_0))
1899
           (portRef E (instanceRef txrdy_int))
1900
          ))
1901
          (net TX_c (joined
1902
           (portRef Q (instanceRef tx_xhdl2))
1903
           (portRef TX_c)
1904
          ))
1905
          (net HCLK_c (joined
1906
           (portRef HCLK_c)
1907
           (portRef CLK (instanceRef tx_byte_7))
1908
           (portRef CLK (instanceRef tx_byte_6))
1909
           (portRef CLK (instanceRef tx_byte_5))
1910
           (portRef CLK (instanceRef tx_byte_4))
1911
           (portRef CLK (instanceRef tx_byte_3))
1912
           (portRef CLK (instanceRef tx_byte_2))
1913
           (portRef CLK (instanceRef tx_byte_1))
1914
           (portRef CLK (instanceRef tx_byte_0))
1915
           (portRef CLK (instanceRef xmit_bit_sel_3))
1916
           (portRef CLK (instanceRef xmit_bit_sel_2))
1917
           (portRef CLK (instanceRef xmit_bit_sel_1))
1918
           (portRef CLK (instanceRef xmit_bit_sel_0))
1919
           (portRef CLK (instanceRef xmit_state_0))
1920
           (portRef CLK (instanceRef xmit_state_2))
1921
           (portRef CLK (instanceRef xmit_state_3))
1922
           (portRef CLK (instanceRef xmit_state_4))
1923
           (portRef CLK (instanceRef xmit_state_5))
1924
           (portRef CLK (instanceRef txrdy_int))
1925
           (portRef CLK (instanceRef tx_xhdl2))
1926
          ))
1927
          (net HRESETn_c (joined
1928
           (portRef HRESETn_c)
1929
           (portRef CLR (instanceRef tx_byte_7))
1930
           (portRef CLR (instanceRef tx_byte_6))
1931
           (portRef CLR (instanceRef tx_byte_5))
1932
           (portRef CLR (instanceRef tx_byte_4))
1933
           (portRef CLR (instanceRef tx_byte_3))
1934
           (portRef CLR (instanceRef tx_byte_2))
1935
           (portRef CLR (instanceRef tx_byte_1))
1936
           (portRef CLR (instanceRef tx_byte_0))
1937
           (portRef CLR (instanceRef xmit_bit_sel_3))
1938
           (portRef CLR (instanceRef xmit_bit_sel_2))
1939
           (portRef CLR (instanceRef xmit_bit_sel_1))
1940
           (portRef CLR (instanceRef xmit_bit_sel_0))
1941
           (portRef CLR (instanceRef xmit_state_0))
1942
           (portRef CLR (instanceRef xmit_state_2))
1943
           (portRef CLR (instanceRef xmit_state_3))
1944
           (portRef PRE (instanceRef xmit_state_4))
1945
           (portRef PRE (instanceRef xmit_state_5))
1946
           (portRef PRE (instanceRef txrdy_int))
1947
           (portRef PRE (instanceRef tx_xhdl2))
1948
          ))
1949
          (net (rename tx_hold_reg_0 "tx_hold_reg[0]") (joined
1950
           (portRef (member tx_hold_reg 7))
1951
           (portRef D (instanceRef tx_byte_0))
1952
          ))
1953
          (net (rename tx_hold_reg_1 "tx_hold_reg[1]") (joined
1954
           (portRef (member tx_hold_reg 6))
1955
           (portRef D (instanceRef tx_byte_1))
1956
          ))
1957
          (net (rename tx_hold_reg_2 "tx_hold_reg[2]") (joined
1958
           (portRef (member tx_hold_reg 5))
1959
           (portRef D (instanceRef tx_byte_2))
1960
          ))
1961
          (net (rename tx_hold_reg_3 "tx_hold_reg[3]") (joined
1962
           (portRef (member tx_hold_reg 4))
1963
           (portRef D (instanceRef tx_byte_3))
1964
          ))
1965
          (net (rename tx_hold_reg_4 "tx_hold_reg[4]") (joined
1966
           (portRef (member tx_hold_reg 3))
1967
           (portRef D (instanceRef tx_byte_4))
1968
          ))
1969
          (net (rename tx_hold_reg_5 "tx_hold_reg[5]") (joined
1970
           (portRef (member tx_hold_reg 2))
1971
           (portRef D (instanceRef tx_byte_5))
1972
          ))
1973
          (net (rename tx_hold_reg_6 "tx_hold_reg[6]") (joined
1974
           (portRef (member tx_hold_reg 1))
1975
           (portRef D (instanceRef tx_byte_6))
1976
          ))
1977
          (net (rename tx_hold_reg_7 "tx_hold_reg[7]") (joined
1978
           (portRef (member tx_hold_reg 0))
1979
           (portRef D (instanceRef tx_byte_7))
1980
          ))
1981
          (net GND (joined
1982
           (portRef Y (instanceRef GND_i))
1983
          ))
1984
          (net VCC (joined
1985
           (portRef Y (instanceRef VCC_i))
1986
          ))
1987
         )
1988
        (property langParams (string "SYNC_RESET TX_FIFO"))
1989
        (property SYNC_RESET (integer 0))
1990
        (property TX_FIFO (integer 0))
1991
        (property orig_inst_of (string "top_CoreUARTapb_0_Tx_async"))
1992
       )
1993
    )
1994
    (cell top_CoreUARTapb_0_Clock_gen (cellType GENERIC)
1995
       (view netlist (viewType NETLIST)
1996
         (interface
1997
           (port HRESETn_c (direction INPUT))
1998
           (port HCLK_c (direction INPUT))
1999
           (port baud_clock (direction OUTPUT))
2000
           (port xmit_pulse (direction OUTPUT))
2001
         )
2002
         (contents
2003
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_6 "UG10.make_baud_cntr2.baud_cntr_3_I_6") (viewRef prim (cellRef OR2 (libraryRef PA3)))
2004
           (property is_instantiated (integer 1))
2005
          )
2006
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_11 "UG10.make_baud_cntr2.baud_cntr_3_I_11") (viewRef prim (cellRef OR2 (libraryRef PA3)))
2007
           (property is_instantiated (integer 1))
2008
          )
2009
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_25 "UG10.make_baud_cntr2.baud_cntr_3_I_25") (viewRef prim (cellRef OR2 (libraryRef PA3)))
2010
           (property is_instantiated (integer 1))
2011
          )
2012
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_34 "UG10.make_baud_cntr2.baud_cntr_3_I_34") (viewRef prim (cellRef OR2 (libraryRef PA3)))
2013
           (property is_instantiated (integer 1))
2014
          )
2015
          (instance (rename baud_cntr_RNIVEMQ1_9 "baud_cntr_RNIVEMQ1[9]") (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
2016
          (instance (rename baud_cntr_RNIBIPH1_1 "baud_cntr_RNIBIPH1[1]") (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
2017
          (instance (rename baud_cntr_RNINP0G1_2 "baud_cntr_RNINP0G1[2]") (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
2018
          (instance (rename baud_cntr_RNIAMP11_12 "baud_cntr_RNIAMP11[12]") (viewRef prim (cellRef NOR3 (libraryRef PA3)))          )
2019
          (instance (rename baud_cntr_RNIQTSO_6 "baud_cntr_RNIQTSO[6]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
2020
          (instance (rename baud_cntr_RNI434N_10 "baud_cntr_RNI434N[10]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
2021
          (instance (rename baud_cntr_RNI1RGS4_1 "baud_cntr_RNI1RGS4[1]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
2022
          (instance xmit_clock_RNO (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
2023
          (instance xmit_clock_RNIMD3T (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
2024
          (instance (rename xmit_cntr_RNO_1 "xmit_cntr_RNO[1]") (viewRef prim (cellRef XOR2 (libraryRef PA3)))          )
2025
          (instance (rename xmit_cntr_RNO_2 "xmit_cntr_RNO[2]") (viewRef prim (cellRef XOR2 (libraryRef PA3)))          )
2026
          (instance (rename xmit_cntr_RNO_3 "xmit_cntr_RNO[3]") (viewRef prim (cellRef AX1C (libraryRef PA3)))          )
2027
          (instance (rename xmit_cntr_RNIPE04_1 "xmit_cntr_RNIPE04[1]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
2028
          (instance (rename xmit_cntr_RNO_0 "xmit_cntr_RNO[0]") (viewRef prim (cellRef XOR2 (libraryRef PA3)))          )
2029
          (instance (rename baud_cntr_RNO_12 "baud_cntr_RNO[12]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
2030
          (instance (rename baud_cntr_RNO_11 "baud_cntr_RNO[11]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
2031
          (instance (rename baud_cntr_RNO_10 "baud_cntr_RNO[10]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
2032
          (instance (rename baud_cntr_RNO_9 "baud_cntr_RNO[9]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
2033
          (instance (rename baud_cntr_RNO_8 "baud_cntr_RNO[8]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
2034
          (instance (rename baud_cntr_RNO_7 "baud_cntr_RNO[7]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
2035
          (instance (rename baud_cntr_RNO_6 "baud_cntr_RNO[6]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
2036
          (instance (rename baud_cntr_RNO_5 "baud_cntr_RNO[5]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
2037
          (instance (rename baud_cntr_RNO_4 "baud_cntr_RNO[4]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
2038
          (instance (rename baud_cntr_RNO_3 "baud_cntr_RNO[3]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
2039
          (instance (rename baud_cntr_RNO_2 "baud_cntr_RNO[2]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
2040
          (instance (rename baud_cntr_RNO_1 "baud_cntr_RNO[1]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
2041
          (instance (rename baud_cntr_RNO_0 "baud_cntr_RNO[0]") (viewRef prim (cellRef OR2A (libraryRef PA3)))          )
2042
          (instance baud_clock_int (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
2043
          )
2044
          (instance (rename xmit_cntr_0 "xmit_cntr[0]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
2045
          )
2046
          (instance (rename xmit_cntr_1 "xmit_cntr[1]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
2047
          )
2048
          (instance (rename xmit_cntr_2 "xmit_cntr[2]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
2049
          )
2050
          (instance (rename xmit_cntr_3 "xmit_cntr[3]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
2051
          )
2052
          (instance xmit_clock (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
2053
          )
2054
          (instance (rename baud_cntr_0 "baud_cntr[0]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
2055
          )
2056
          (instance (rename baud_cntr_1 "baud_cntr[1]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
2057
          )
2058
          (instance (rename baud_cntr_2 "baud_cntr[2]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
2059
          )
2060
          (instance (rename baud_cntr_3 "baud_cntr[3]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
2061
          )
2062
          (instance (rename baud_cntr_4 "baud_cntr[4]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
2063
          )
2064
          (instance (rename baud_cntr_5 "baud_cntr[5]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
2065
          )
2066
          (instance (rename baud_cntr_6 "baud_cntr[6]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
2067
          )
2068
          (instance (rename baud_cntr_7 "baud_cntr[7]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
2069
          )
2070
          (instance (rename baud_cntr_8 "baud_cntr[8]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
2071
          )
2072
          (instance (rename baud_cntr_9 "baud_cntr[9]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
2073
          )
2074
          (instance (rename baud_cntr_10 "baud_cntr[10]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
2075
          )
2076
          (instance (rename baud_cntr_11 "baud_cntr[11]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
2077
          )
2078
          (instance (rename baud_cntr_12 "baud_cntr[12]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
2079
          )
2080
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_35 "UG10.make_baud_cntr2.baud_cntr_3_I_35") (viewRef prim (cellRef XNOR2 (libraryRef PA3)))
2081
           (property is_instantiated (integer 1))
2082
          )
2083
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_33 "UG10.make_baud_cntr2.baud_cntr_3_I_33") (viewRef prim (cellRef OR3 (libraryRef PA3)))
2084
           (property is_instantiated (integer 1))
2085
          )
2086
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_32 "UG10.make_baud_cntr2.baud_cntr_3_I_32") (viewRef prim (cellRef XNOR2 (libraryRef PA3)))
2087
           (property is_instantiated (integer 1))
2088
          )
2089
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_31 "UG10.make_baud_cntr2.baud_cntr_3_I_31") (viewRef prim (cellRef OR3 (libraryRef PA3)))
2090
           (property is_instantiated (integer 1))
2091
          )
2092
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_30 "UG10.make_baud_cntr2.baud_cntr_3_I_30") (viewRef prim (cellRef OR3 (libraryRef PA3)))
2093
           (property is_instantiated (integer 1))
2094
          )
2095
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_29 "UG10.make_baud_cntr2.baud_cntr_3_I_29") (viewRef prim (cellRef OR3 (libraryRef PA3)))
2096
           (property is_instantiated (integer 1))
2097
          )
2098
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_28 "UG10.make_baud_cntr2.baud_cntr_3_I_28") (viewRef prim (cellRef XNOR2 (libraryRef PA3)))
2099
           (property is_instantiated (integer 1))
2100
          )
2101
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_27 "UG10.make_baud_cntr2.baud_cntr_3_I_27") (viewRef prim (cellRef OR3 (libraryRef PA3)))
2102
           (property is_instantiated (integer 1))
2103
          )
2104
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_26 "UG10.make_baud_cntr2.baud_cntr_3_I_26") (viewRef prim (cellRef XNOR2 (libraryRef PA3)))
2105
           (property is_instantiated (integer 1))
2106
          )
2107
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_24 "UG10.make_baud_cntr2.baud_cntr_3_I_24") (viewRef prim (cellRef OR3 (libraryRef PA3)))
2108
           (property is_instantiated (integer 1))
2109
          )
2110
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_23 "UG10.make_baud_cntr2.baud_cntr_3_I_23") (viewRef prim (cellRef XNOR2 (libraryRef PA3)))
2111
           (property is_instantiated (integer 1))
2112
          )
2113
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_22 "UG10.make_baud_cntr2.baud_cntr_3_I_22") (viewRef prim (cellRef OR3 (libraryRef PA3)))
2114
           (property is_instantiated (integer 1))
2115
          )
2116
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_21 "UG10.make_baud_cntr2.baud_cntr_3_I_21") (viewRef prim (cellRef OR2 (libraryRef PA3)))
2117
           (property is_instantiated (integer 1))
2118
          )
2119
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_20 "UG10.make_baud_cntr2.baud_cntr_3_I_20") (viewRef prim (cellRef XNOR2 (libraryRef PA3)))
2120
           (property is_instantiated (integer 1))
2121
          )
2122
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_19 "UG10.make_baud_cntr2.baud_cntr_3_I_19") (viewRef prim (cellRef OR3 (libraryRef PA3)))
2123
           (property is_instantiated (integer 1))
2124
          )
2125
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_18 "UG10.make_baud_cntr2.baud_cntr_3_I_18") (viewRef prim (cellRef OR3 (libraryRef PA3)))
2126
           (property is_instantiated (integer 1))
2127
          )
2128
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_17 "UG10.make_baud_cntr2.baud_cntr_3_I_17") (viewRef prim (cellRef XNOR2 (libraryRef PA3)))
2129
           (property is_instantiated (integer 1))
2130
          )
2131
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_16 "UG10.make_baud_cntr2.baud_cntr_3_I_16") (viewRef prim (cellRef OR3 (libraryRef PA3)))
2132
           (property is_instantiated (integer 1))
2133
          )
2134
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_15 "UG10.make_baud_cntr2.baud_cntr_3_I_15") (viewRef prim (cellRef OR2 (libraryRef PA3)))
2135
           (property is_instantiated (integer 1))
2136
          )
2137
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_14 "UG10.make_baud_cntr2.baud_cntr_3_I_14") (viewRef prim (cellRef XNOR2 (libraryRef PA3)))
2138
           (property is_instantiated (integer 1))
2139
          )
2140
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_13 "UG10.make_baud_cntr2.baud_cntr_3_I_13") (viewRef prim (cellRef OR3 (libraryRef PA3)))
2141
           (property is_instantiated (integer 1))
2142
          )
2143
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_12 "UG10.make_baud_cntr2.baud_cntr_3_I_12") (viewRef prim (cellRef XNOR2 (libraryRef PA3)))
2144
           (property is_instantiated (integer 1))
2145
          )
2146
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_10 "UG10.make_baud_cntr2.baud_cntr_3_I_10") (viewRef prim (cellRef OR3 (libraryRef PA3)))
2147
           (property is_instantiated (integer 1))
2148
          )
2149
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_9 "UG10.make_baud_cntr2.baud_cntr_3_I_9") (viewRef prim (cellRef XNOR2 (libraryRef PA3)))
2150
           (property is_instantiated (integer 1))
2151
          )
2152
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_8 "UG10.make_baud_cntr2.baud_cntr_3_I_8") (viewRef prim (cellRef OR3 (libraryRef PA3)))
2153
           (property is_instantiated (integer 1))
2154
          )
2155
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_7 "UG10.make_baud_cntr2.baud_cntr_3_I_7") (viewRef prim (cellRef XNOR2 (libraryRef PA3)))
2156
           (property is_instantiated (integer 1))
2157
          )
2158
          (instance (rename UG10_make_baud_cntr2_baud_cntr_3_I_5 "UG10.make_baud_cntr2.baud_cntr_3_I_5") (viewRef prim (cellRef XNOR2 (libraryRef PA3)))
2159
           (property is_instantiated (integer 1))
2160
          )
2161
          (instance VCC_i (viewRef prim (cellRef VCC (libraryRef PA3)))          )
2162
          (instance GND_i (viewRef prim (cellRef GND (libraryRef PA3)))          )
2163
          (net N_12 (joined
2164
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_6))
2165
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_7))
2166
          ))
2167
          (net (rename baud_cntrZ0Z_1 "baud_cntr[1]") (joined
2168
           (portRef Q (instanceRef baud_cntr_1))
2169
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_5))
2170
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_8))
2171
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_10))
2172
           (portRef C (instanceRef baud_cntr_RNIBIPH1_1))
2173
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_6))
2174
          ))
2175
          (net (rename baud_cntrZ0Z_0 "baud_cntr[0]") (joined
2176
           (portRef Q (instanceRef baud_cntr_0))
2177
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_5))
2178
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_8))
2179
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_10))
2180
           (portRef A (instanceRef baud_cntr_RNO_0))
2181
           (portRef B (instanceRef baud_cntr_RNIVEMQ1_9))
2182
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_6))
2183
          ))
2184
          (net N_10 (joined
2185
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_11))
2186
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_12))
2187
          ))
2188
          (net (rename baud_cntrZ0Z_3 "baud_cntr[3]") (joined
2189
           (portRef Q (instanceRef baud_cntr_3))
2190
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_9))
2191
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_13))
2192
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_15))
2193
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_18))
2194
           (portRef C (instanceRef baud_cntr_RNIAMP11_12))
2195
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_11))
2196
          ))
2197
          (net (rename DWACT_FDEC_E_0 "DWACT_FDEC_E[0]") (joined
2198
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_10))
2199
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_13))
2200
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_16))
2201
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_19))
2202
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_22))
2203
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_24))
2204
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_30))
2205
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_11))
2206
          ))
2207
          (net N_5 (joined
2208
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_25))
2209
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_26))
2210
          ))
2211
          (net (rename baud_cntrZ0Z_8 "baud_cntr[8]") (joined
2212
           (portRef Q (instanceRef baud_cntr_8))
2213
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_23))
2214
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_27))
2215
           (portRef C (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_29))
2216
           (portRef B (instanceRef baud_cntr_RNIQTSO_6))
2217
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_25))
2218
          ))
2219
          (net (rename DWACT_FDEC_E_4 "DWACT_FDEC_E[4]") (joined
2220
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_24))
2221
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_27))
2222
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_25))
2223
          ))
2224
          (net N_2 (joined
2225
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_34))
2226
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_35))
2227
          ))
2228
          (net (rename DWACT_FDEC_E_7 "DWACT_FDEC_E[7]") (joined
2229
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_33))
2230
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_34))
2231
          ))
2232
          (net (rename DWACT_FDEC_E_6 "DWACT_FDEC_E[6]") (joined
2233
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_30))
2234
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_31))
2235
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_34))
2236
          ))
2237
          (net un2_baud_cntr_9 (joined
2238
           (portRef Y (instanceRef baud_cntr_RNIVEMQ1_9))
2239
           (portRef C (instanceRef baud_cntr_RNI1RGS4_1))
2240
          ))
2241
          (net un2_baud_cntr_6 (joined
2242
           (portRef Y (instanceRef baud_cntr_RNIAMP11_12))
2243
           (portRef A (instanceRef baud_cntr_RNIVEMQ1_9))
2244
          ))
2245
          (net (rename baud_cntrZ0Z_9 "baud_cntr[9]") (joined
2246
           (portRef Q (instanceRef baud_cntr_9))
2247
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_26))
2248
           (portRef C (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_27))
2249
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_31))
2250
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_33))
2251
           (portRef C (instanceRef baud_cntr_RNIVEMQ1_9))
2252
          ))
2253
          (net un2_baud_cntr_8 (joined
2254
           (portRef Y (instanceRef baud_cntr_RNIBIPH1_1))
2255
           (portRef A (instanceRef baud_cntr_RNI1RGS4_1))
2256
          ))
2257
          (net un2_baud_cntr_4 (joined
2258
           (portRef Y (instanceRef baud_cntr_RNIQTSO_6))
2259
           (portRef A (instanceRef baud_cntr_RNIBIPH1_1))
2260
          ))
2261
          (net (rename baud_cntrZ0Z_4 "baud_cntr[4]") (joined
2262
           (portRef Q (instanceRef baud_cntr_4))
2263
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_12))
2264
           (portRef C (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_13))
2265
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_15))
2266
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_18))
2267
           (portRef B (instanceRef baud_cntr_RNIBIPH1_1))
2268
          ))
2269
          (net un2_baud_cntr_7 (joined
2270
           (portRef Y (instanceRef baud_cntr_RNINP0G1_2))
2271
           (portRef B (instanceRef baud_cntr_RNI1RGS4_1))
2272
          ))
2273
          (net un2_baud_cntr_2 (joined
2274
           (portRef Y (instanceRef baud_cntr_RNI434N_10))
2275
           (portRef A (instanceRef baud_cntr_RNINP0G1_2))
2276
          ))
2277
          (net (rename baud_cntrZ0Z_5 "baud_cntr[5]") (joined
2278
           (portRef Q (instanceRef baud_cntr_5))
2279
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_14))
2280
           (portRef C (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_16))
2281
           (portRef C (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_18))
2282
           (portRef B (instanceRef baud_cntr_RNINP0G1_2))
2283
          ))
2284
          (net (rename baud_cntrZ0Z_2 "baud_cntr[2]") (joined
2285
           (portRef Q (instanceRef baud_cntr_2))
2286
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_7))
2287
           (portRef C (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_8))
2288
           (portRef C (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_10))
2289
           (portRef C (instanceRef baud_cntr_RNINP0G1_2))
2290
          ))
2291
          (net (rename baud_cntrZ0Z_11 "baud_cntr[11]") (joined
2292
           (portRef Q (instanceRef baud_cntr_11))
2293
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_32))
2294
           (portRef C (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_33))
2295
           (portRef A (instanceRef baud_cntr_RNIAMP11_12))
2296
          ))
2297
          (net (rename baud_cntrZ0Z_12 "baud_cntr[12]") (joined
2298
           (portRef Q (instanceRef baud_cntr_12))
2299
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_35))
2300
           (portRef B (instanceRef baud_cntr_RNIAMP11_12))
2301
          ))
2302
          (net (rename baud_cntrZ0Z_6 "baud_cntr[6]") (joined
2303
           (portRef Q (instanceRef baud_cntr_6))
2304
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_17))
2305
           (portRef C (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_19))
2306
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_21))
2307
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_29))
2308
           (portRef A (instanceRef baud_cntr_RNIQTSO_6))
2309
          ))
2310
          (net (rename baud_cntrZ0Z_7 "baud_cntr[7]") (joined
2311
           (portRef Q (instanceRef baud_cntr_7))
2312
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_20))
2313
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_21))
2314
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_29))
2315
           (portRef A (instanceRef baud_cntr_RNI434N_10))
2316
          ))
2317
          (net (rename baud_cntrZ0Z_10 "baud_cntr[10]") (joined
2318
           (portRef Q (instanceRef baud_cntr_10))
2319
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_28))
2320
           (portRef C (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_31))
2321
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_33))
2322
           (portRef B (instanceRef baud_cntr_RNI434N_10))
2323
          ))
2324
          (net un2_baud_cntr (joined
2325
           (portRef Y (instanceRef baud_cntr_RNI1RGS4_1))
2326
           (portRef D (instanceRef baud_clock_int))
2327
           (portRef B (instanceRef baud_cntr_RNO_0))
2328
           (portRef B (instanceRef baud_cntr_RNO_1))
2329
           (portRef B (instanceRef baud_cntr_RNO_2))
2330
           (portRef B (instanceRef baud_cntr_RNO_3))
2331
           (portRef B (instanceRef baud_cntr_RNO_4))
2332
           (portRef B (instanceRef baud_cntr_RNO_5))
2333
           (portRef B (instanceRef baud_cntr_RNO_6))
2334
           (portRef B (instanceRef baud_cntr_RNO_7))
2335
           (portRef B (instanceRef baud_cntr_RNO_8))
2336
           (portRef B (instanceRef baud_cntr_RNO_9))
2337
           (portRef B (instanceRef baud_cntr_RNO_10))
2338
           (portRef B (instanceRef baud_cntr_RNO_11))
2339
           (portRef B (instanceRef baud_cntr_RNO_12))
2340
          ))
2341
          (net un8_baud_clock_int (joined
2342
           (portRef Y (instanceRef xmit_clock_RNO))
2343
           (portRef D (instanceRef xmit_clock))
2344
          ))
2345
          (net (rename xmit_cntrZ0Z_2 "xmit_cntr[2]") (joined
2346
           (portRef Q (instanceRef xmit_cntr_2))
2347
           (portRef A (instanceRef xmit_cntr_RNO_3))
2348
           (portRef B (instanceRef xmit_cntr_RNO_2))
2349
           (portRef A (instanceRef xmit_clock_RNO))
2350
          ))
2351
          (net (rename xmit_cntrZ0Z_3 "xmit_cntr[3]") (joined
2352
           (portRef Q (instanceRef xmit_cntr_3))
2353
           (portRef C (instanceRef xmit_cntr_RNO_3))
2354
           (portRef B (instanceRef xmit_clock_RNO))
2355
          ))
2356
          (net xmit_cntr_c1 (joined
2357
           (portRef Y (instanceRef xmit_cntr_RNIPE04_1))
2358
           (portRef B (instanceRef xmit_cntr_RNO_3))
2359
           (portRef A (instanceRef xmit_cntr_RNO_2))
2360
           (portRef C (instanceRef xmit_clock_RNO))
2361
          ))
2362
          (net xmit_pulse (joined
2363
           (portRef Y (instanceRef xmit_clock_RNIMD3T))
2364
           (portRef xmit_pulse)
2365
          ))
2366
          (net baud_clock (joined
2367
           (portRef Q (instanceRef baud_clock_int))
2368
           (portRef E (instanceRef xmit_clock))
2369
           (portRef E (instanceRef xmit_cntr_3))
2370
           (portRef E (instanceRef xmit_cntr_2))
2371
           (portRef E (instanceRef xmit_cntr_1))
2372
           (portRef B (instanceRef xmit_cntr_RNO_0))
2373
           (portRef A (instanceRef xmit_clock_RNIMD3T))
2374
           (portRef baud_clock)
2375
          ))
2376
          (net (rename xmit_clockZ0 "xmit_clock") (joined
2377
           (portRef Q (instanceRef xmit_clock))
2378
           (portRef B (instanceRef xmit_clock_RNIMD3T))
2379
          ))
2380
          (net xmit_cntr_n1 (joined
2381
           (portRef Y (instanceRef xmit_cntr_RNO_1))
2382
           (portRef D (instanceRef xmit_cntr_1))
2383
          ))
2384
          (net (rename xmit_cntrZ0Z_0 "xmit_cntr[0]") (joined
2385
           (portRef Q (instanceRef xmit_cntr_0))
2386
           (portRef A (instanceRef xmit_cntr_RNO_0))
2387
           (portRef B (instanceRef xmit_cntr_RNIPE04_1))
2388
           (portRef A (instanceRef xmit_cntr_RNO_1))
2389
          ))
2390
          (net (rename xmit_cntrZ0Z_1 "xmit_cntr[1]") (joined
2391
           (portRef Q (instanceRef xmit_cntr_1))
2392
           (portRef A (instanceRef xmit_cntr_RNIPE04_1))
2393
           (portRef B (instanceRef xmit_cntr_RNO_1))
2394
          ))
2395
          (net xmit_cntr_n2 (joined
2396
           (portRef Y (instanceRef xmit_cntr_RNO_2))
2397
           (portRef D (instanceRef xmit_cntr_2))
2398
          ))
2399
          (net xmit_cntr_n3 (joined
2400
           (portRef Y (instanceRef xmit_cntr_RNO_3))
2401
           (portRef D (instanceRef xmit_cntr_3))
2402
          ))
2403
          (net xmit_cntr_e0 (joined
2404
           (portRef Y (instanceRef xmit_cntr_RNO_0))
2405
           (portRef D (instanceRef xmit_cntr_0))
2406
          ))
2407
          (net (rename baud_cntr_4_12 "baud_cntr_4[12]") (joined
2408
           (portRef Y (instanceRef baud_cntr_RNO_12))
2409
           (portRef D (instanceRef baud_cntr_12))
2410
          ))
2411
          (net (rename baud_cntr_3_12 "baud_cntr_3[12]") (joined
2412
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_35))
2413
           (portRef A (instanceRef baud_cntr_RNO_12))
2414
          ))
2415
          (net (rename baud_cntr_4_11 "baud_cntr_4[11]") (joined
2416
           (portRef Y (instanceRef baud_cntr_RNO_11))
2417
           (portRef D (instanceRef baud_cntr_11))
2418
          ))
2419
          (net (rename baud_cntr_3_11 "baud_cntr_3[11]") (joined
2420
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_32))
2421
           (portRef A (instanceRef baud_cntr_RNO_11))
2422
          ))
2423
          (net (rename baud_cntr_4_10 "baud_cntr_4[10]") (joined
2424
           (portRef Y (instanceRef baud_cntr_RNO_10))
2425
           (portRef D (instanceRef baud_cntr_10))
2426
          ))
2427
          (net (rename baud_cntr_3_10 "baud_cntr_3[10]") (joined
2428
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_28))
2429
           (portRef A (instanceRef baud_cntr_RNO_10))
2430
          ))
2431
          (net (rename baud_cntr_4_9 "baud_cntr_4[9]") (joined
2432
           (portRef Y (instanceRef baud_cntr_RNO_9))
2433
           (portRef D (instanceRef baud_cntr_9))
2434
          ))
2435
          (net (rename baud_cntr_3_9 "baud_cntr_3[9]") (joined
2436
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_26))
2437
           (portRef A (instanceRef baud_cntr_RNO_9))
2438
          ))
2439
          (net (rename baud_cntr_4_8 "baud_cntr_4[8]") (joined
2440
           (portRef Y (instanceRef baud_cntr_RNO_8))
2441
           (portRef D (instanceRef baud_cntr_8))
2442
          ))
2443
          (net (rename baud_cntr_3_8 "baud_cntr_3[8]") (joined
2444
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_23))
2445
           (portRef A (instanceRef baud_cntr_RNO_8))
2446
          ))
2447
          (net (rename baud_cntr_4_7 "baud_cntr_4[7]") (joined
2448
           (portRef Y (instanceRef baud_cntr_RNO_7))
2449
           (portRef D (instanceRef baud_cntr_7))
2450
          ))
2451
          (net (rename baud_cntr_3_7 "baud_cntr_3[7]") (joined
2452
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_20))
2453
           (portRef A (instanceRef baud_cntr_RNO_7))
2454
          ))
2455
          (net (rename baud_cntr_4_6 "baud_cntr_4[6]") (joined
2456
           (portRef Y (instanceRef baud_cntr_RNO_6))
2457
           (portRef D (instanceRef baud_cntr_6))
2458
          ))
2459
          (net (rename baud_cntr_3_6 "baud_cntr_3[6]") (joined
2460
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_17))
2461
           (portRef A (instanceRef baud_cntr_RNO_6))
2462
          ))
2463
          (net (rename baud_cntr_4_5 "baud_cntr_4[5]") (joined
2464
           (portRef Y (instanceRef baud_cntr_RNO_5))
2465
           (portRef D (instanceRef baud_cntr_5))
2466
          ))
2467
          (net (rename baud_cntr_3_5 "baud_cntr_3[5]") (joined
2468
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_14))
2469
           (portRef A (instanceRef baud_cntr_RNO_5))
2470
          ))
2471
          (net (rename baud_cntr_4_4 "baud_cntr_4[4]") (joined
2472
           (portRef Y (instanceRef baud_cntr_RNO_4))
2473
           (portRef D (instanceRef baud_cntr_4))
2474
          ))
2475
          (net (rename baud_cntr_3_4 "baud_cntr_3[4]") (joined
2476
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_12))
2477
           (portRef A (instanceRef baud_cntr_RNO_4))
2478
          ))
2479
          (net (rename baud_cntr_4_3 "baud_cntr_4[3]") (joined
2480
           (portRef Y (instanceRef baud_cntr_RNO_3))
2481
           (portRef D (instanceRef baud_cntr_3))
2482
          ))
2483
          (net (rename baud_cntr_3_3 "baud_cntr_3[3]") (joined
2484
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_9))
2485
           (portRef A (instanceRef baud_cntr_RNO_3))
2486
          ))
2487
          (net (rename baud_cntr_4_2 "baud_cntr_4[2]") (joined
2488
           (portRef Y (instanceRef baud_cntr_RNO_2))
2489
           (portRef D (instanceRef baud_cntr_2))
2490
          ))
2491
          (net (rename baud_cntr_3_2 "baud_cntr_3[2]") (joined
2492
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_7))
2493
           (portRef A (instanceRef baud_cntr_RNO_2))
2494
          ))
2495
          (net (rename baud_cntr_4_1 "baud_cntr_4[1]") (joined
2496
           (portRef Y (instanceRef baud_cntr_RNO_1))
2497
           (portRef D (instanceRef baud_cntr_1))
2498
          ))
2499
          (net (rename baud_cntr_3_1 "baud_cntr_3[1]") (joined
2500
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_5))
2501
           (portRef A (instanceRef baud_cntr_RNO_1))
2502
          ))
2503
          (net (rename baud_cntr_4_0 "baud_cntr_4[0]") (joined
2504
           (portRef Y (instanceRef baud_cntr_RNO_0))
2505
           (portRef D (instanceRef baud_cntr_0))
2506
          ))
2507
          (net HCLK_c (joined
2508
           (portRef HCLK_c)
2509
           (portRef CLK (instanceRef baud_cntr_12))
2510
           (portRef CLK (instanceRef baud_cntr_11))
2511
           (portRef CLK (instanceRef baud_cntr_10))
2512
           (portRef CLK (instanceRef baud_cntr_9))
2513
           (portRef CLK (instanceRef baud_cntr_8))
2514
           (portRef CLK (instanceRef baud_cntr_7))
2515
           (portRef CLK (instanceRef baud_cntr_6))
2516
           (portRef CLK (instanceRef baud_cntr_5))
2517
           (portRef CLK (instanceRef baud_cntr_4))
2518
           (portRef CLK (instanceRef baud_cntr_3))
2519
           (portRef CLK (instanceRef baud_cntr_2))
2520
           (portRef CLK (instanceRef baud_cntr_1))
2521
           (portRef CLK (instanceRef baud_cntr_0))
2522
           (portRef CLK (instanceRef xmit_clock))
2523
           (portRef CLK (instanceRef xmit_cntr_3))
2524
           (portRef CLK (instanceRef xmit_cntr_2))
2525
           (portRef CLK (instanceRef xmit_cntr_1))
2526
           (portRef CLK (instanceRef xmit_cntr_0))
2527
           (portRef CLK (instanceRef baud_clock_int))
2528
          ))
2529
          (net HRESETn_c (joined
2530
           (portRef HRESETn_c)
2531
           (portRef CLR (instanceRef baud_cntr_12))
2532
           (portRef CLR (instanceRef baud_cntr_11))
2533
           (portRef CLR (instanceRef baud_cntr_10))
2534
           (portRef CLR (instanceRef baud_cntr_9))
2535
           (portRef CLR (instanceRef baud_cntr_8))
2536
           (portRef CLR (instanceRef baud_cntr_7))
2537
           (portRef CLR (instanceRef baud_cntr_6))
2538
           (portRef CLR (instanceRef baud_cntr_5))
2539
           (portRef CLR (instanceRef baud_cntr_4))
2540
           (portRef CLR (instanceRef baud_cntr_3))
2541
           (portRef CLR (instanceRef baud_cntr_2))
2542
           (portRef CLR (instanceRef baud_cntr_1))
2543
           (portRef CLR (instanceRef baud_cntr_0))
2544
           (portRef CLR (instanceRef xmit_clock))
2545
           (portRef CLR (instanceRef xmit_cntr_3))
2546
           (portRef CLR (instanceRef xmit_cntr_2))
2547
           (portRef CLR (instanceRef xmit_cntr_1))
2548
           (portRef CLR (instanceRef xmit_cntr_0))
2549
           (portRef CLR (instanceRef baud_clock_int))
2550
          ))
2551
          (net N_3 (joined
2552
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_31))
2553
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_32))
2554
          ))
2555
          (net (rename DWACT_FDEC_E_2 "DWACT_FDEC_E[2]") (joined
2556
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_18))
2557
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_19))
2558
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_22))
2559
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_24))
2560
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_30))
2561
          ))
2562
          (net (rename DWACT_FDEC_E_5 "DWACT_FDEC_E[5]") (joined
2563
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_29))
2564
           (portRef C (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_30))
2565
          ))
2566
          (net N_4 (joined
2567
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_27))
2568
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_28))
2569
          ))
2570
          (net (rename DWACT_FDEC_E_3 "DWACT_FDEC_E[3]") (joined
2571
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_21))
2572
           (portRef C (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_22))
2573
           (portRef C (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_24))
2574
          ))
2575
          (net N_6 (joined
2576
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_22))
2577
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_23))
2578
          ))
2579
          (net N_7 (joined
2580
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_19))
2581
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_20))
2582
          ))
2583
          (net N_8 (joined
2584
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_16))
2585
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_17))
2586
          ))
2587
          (net (rename DWACT_FDEC_E_1 "DWACT_FDEC_E[1]") (joined
2588
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_15))
2589
           (portRef B (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_16))
2590
          ))
2591
          (net N_9 (joined
2592
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_13))
2593
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_14))
2594
          ))
2595
          (net N_11 (joined
2596
           (portRef Y (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_8))
2597
           (portRef A (instanceRef UG10_make_baud_cntr2_baud_cntr_3_I_9))
2598
          ))
2599
          (net GND (joined
2600
           (portRef Y (instanceRef GND_i))
2601
          ))
2602
          (net VCC (joined
2603
           (portRef Y (instanceRef VCC_i))
2604
          ))
2605
         )
2606
        (property langParams (string "BAUD_VAL_FRCTN_EN SYNC_RESET"))
2607
        (property BAUD_VAL_FRCTN_EN (integer 0))
2608
        (property SYNC_RESET (integer 0))
2609
        (property orig_inst_of (string "top_CoreUARTapb_0_Clock_gen"))
2610
       )
2611
    )
2612
    (cell top_CoreUARTapb_0_COREUART (cellType GENERIC)
2613
       (view netlist (viewType NETLIST)
2614
         (interface
2615
           (port (array (rename data_out "data_out[7:0]") 8) (direction OUTPUT))
2616
           (port (array (rename coreapb_0_apbmslave0_pwdata "CoreAPB_0_APBmslave0_PWDATA[7:0]") 8) (direction INPUT))
2617
           (port CoreAPB_0_APBmslave0_PADDR_0 (direction INPUT))
2618
           (port N_84_mux (direction OUTPUT))
2619
           (port N_3_0 (direction INPUT))
2620
           (port CoreAPB_0_APBmslave0_PENABLE (direction INPUT))
2621
           (port PARITY_ERR (direction OUTPUT))
2622
           (port FRAMING_ERR (direction OUTPUT))
2623
           (port OVERFLOW (direction OUTPUT))
2624
           (port TXRDY (direction OUTPUT))
2625
           (port TX_c (direction OUTPUT))
2626
           (port HRESETn_c (direction INPUT))
2627
           (port HCLK_c (direction INPUT))
2628
           (port RXRDY (direction OUTPUT))
2629
           (port N_15_0 (direction INPUT))
2630
           (port m6_0 (direction INPUT))
2631
           (port CoreAPB_0_APBmslave0_PWRITE (direction INPUT))
2632
           (port CoreAPB_0_APBmslave0_PSELx (direction INPUT))
2633
         )
2634
         (contents
2635
          (instance un1_temp_xhdl10_i (viewRef prim (cellRef INV (libraryRef PA3)))          )
2636
          (instance (rename reg_write_un1_csn_1 "reg_write.un1_csn_1") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
2637
          (instance un1_temp_xhdl10_1 (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
2638
          (instance (rename reg_write_un1_csn "reg_write.un1_csn") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
2639
          (instance un1_temp_xhdl10 (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
2640
          (instance rxrdy_xhdl4_RNO (viewRef prim (cellRef OR2A (libraryRef PA3)))          )
2641
          (instance rxrdy_xhdl4 (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
2642
          )
2643
          (instance (rename tx_hold_reg_0 "tx_hold_reg[0]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
2644
          )
2645
          (instance (rename tx_hold_reg_1 "tx_hold_reg[1]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
2646
          )
2647
          (instance (rename tx_hold_reg_2 "tx_hold_reg[2]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
2648
          )
2649
          (instance (rename tx_hold_reg_3 "tx_hold_reg[3]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
2650
          )
2651
          (instance (rename tx_hold_reg_4 "tx_hold_reg[4]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
2652
          )
2653
          (instance (rename tx_hold_reg_5 "tx_hold_reg[5]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
2654
          )
2655
          (instance (rename tx_hold_reg_6 "tx_hold_reg[6]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
2656
          )
2657
          (instance (rename tx_hold_reg_7 "tx_hold_reg[7]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
2658
          )
2659
          (instance make_top_CoreUARTapb_0_Clock_gen (viewRef netlist (cellRef top_CoreUARTapb_0_Clock_gen))
2660
           (property SYNC_RESET (integer 0))
2661
           (property BAUD_VAL_FRCTN_EN (integer 0))
2662
          )
2663
          (instance make_TX (viewRef netlist (cellRef top_CoreUARTapb_0_Tx_async))
2664
           (property TX_FIFO (integer 0))
2665
           (property SYNC_RESET (integer 0))
2666
          )
2667
          (instance make_RX (viewRef netlist (cellRef top_CoreUARTapb_0_Rx_async))
2668
           (property RX_FIFO (integer 0))
2669
           (property SYNC_RESET (integer 0))
2670
          )
2671
          (instance VCC_i (viewRef prim (cellRef VCC (libraryRef PA3)))          )
2672
          (instance GND_i (viewRef prim (cellRef GND (libraryRef PA3)))          )
2673
          (net (rename un1_temp_xhdl10_iZ0 "un1_temp_xhdl10_i") (joined
2674
           (portRef Y (instanceRef un1_temp_xhdl10_i))
2675
           (portRef un1_temp_xhdl10_i (instanceRef make_RX))
2676
          ))
2677
          (net (rename un1_temp_xhdlZ0Z10 "un1_temp_xhdl10") (joined
2678
           (portRef Y (instanceRef un1_temp_xhdl10))
2679
           (portRef un1_temp_xhdl10 (instanceRef make_RX))
2680
           (portRef A (instanceRef un1_temp_xhdl10_i))
2681
          ))
2682
          (net un1_csn_1 (joined
2683
           (portRef Y (instanceRef reg_write_un1_csn_1))
2684
           (portRef A (instanceRef reg_write_un1_csn))
2685
          ))
2686
          (net CoreAPB_0_APBmslave0_PSELx (joined
2687
           (portRef CoreAPB_0_APBmslave0_PSELx)
2688
           (portRef A (instanceRef reg_write_un1_csn_1))
2689
          ))
2690
          (net CoreAPB_0_APBmslave0_PWRITE (joined
2691
           (portRef CoreAPB_0_APBmslave0_PWRITE)
2692
           (portRef B (instanceRef reg_write_un1_csn_1))
2693
          ))
2694
          (net (rename CoreAPB_0_APBmslave0_PADDR_0 "CoreAPB_0_APBmslave0_PADDR[2]") (joined
2695
           (portRef CoreAPB_0_APBmslave0_PADDR_0)
2696
           (portRef A (instanceRef un1_temp_xhdl10_1))
2697
           (portRef C (instanceRef reg_write_un1_csn_1))
2698
          ))
2699
          (net (rename un1_temp_xhdl10Z0Z_1 "un1_temp_xhdl10_1") (joined
2700
           (portRef Y (instanceRef un1_temp_xhdl10_1))
2701
           (portRef A (instanceRef un1_temp_xhdl10))
2702
          ))
2703
          (net m6_0 (joined
2704
           (portRef m6_0)
2705
           (portRef m6_0 (instanceRef make_RX))
2706
           (portRef B (instanceRef un1_temp_xhdl10_1))
2707
          ))
2708
          (net un1_csn (joined
2709
           (portRef Y (instanceRef reg_write_un1_csn))
2710
           (portRef un1_csn (instanceRef make_TX))
2711
           (portRef E (instanceRef tx_hold_reg_7))
2712
           (portRef E (instanceRef tx_hold_reg_6))
2713
           (portRef E (instanceRef tx_hold_reg_5))
2714
           (portRef E (instanceRef tx_hold_reg_4))
2715
           (portRef E (instanceRef tx_hold_reg_3))
2716
           (portRef E (instanceRef tx_hold_reg_2))
2717
           (portRef E (instanceRef tx_hold_reg_1))
2718
           (portRef E (instanceRef tx_hold_reg_0))
2719
          ))
2720
          (net N_15_0 (joined
2721
           (portRef N_15_0)
2722
           (portRef B (instanceRef un1_temp_xhdl10))
2723
           (portRef B (instanceRef reg_write_un1_csn))
2724
          ))
2725
          (net un1_rx_fifo (joined
2726
           (portRef Y (instanceRef rxrdy_xhdl4_RNO))
2727
           (portRef E (instanceRef rxrdy_xhdl4))
2728
          ))
2729
          (net receive_full (joined
2730
           (portRef receive_full (instanceRef make_RX))
2731
           (portRef D (instanceRef rxrdy_xhdl4))
2732
           (portRef A (instanceRef rxrdy_xhdl4_RNO))
2733
          ))
2734
          (net stop_strobe (joined
2735
           (portRef stop_strobe (instanceRef make_RX))
2736
           (portRef B (instanceRef rxrdy_xhdl4_RNO))
2737
          ))
2738
          (net RXRDY (joined
2739
           (portRef Q (instanceRef rxrdy_xhdl4))
2740
           (portRef RXRDY)
2741
          ))
2742
          (net HCLK_c (joined
2743
           (portRef HCLK_c)
2744
           (portRef HCLK_c (instanceRef make_RX))
2745
           (portRef HCLK_c (instanceRef make_TX))
2746
           (portRef HCLK_c (instanceRef make_top_CoreUARTapb_0_Clock_gen))
2747
           (portRef CLK (instanceRef tx_hold_reg_7))
2748
           (portRef CLK (instanceRef tx_hold_reg_6))
2749
           (portRef CLK (instanceRef tx_hold_reg_5))
2750
           (portRef CLK (instanceRef tx_hold_reg_4))
2751
           (portRef CLK (instanceRef tx_hold_reg_3))
2752
           (portRef CLK (instanceRef tx_hold_reg_2))
2753
           (portRef CLK (instanceRef tx_hold_reg_1))
2754
           (portRef CLK (instanceRef tx_hold_reg_0))
2755
           (portRef CLK (instanceRef rxrdy_xhdl4))
2756
          ))
2757
          (net HRESETn_c (joined
2758
           (portRef HRESETn_c)
2759
           (portRef HRESETn_c (instanceRef make_RX))
2760
           (portRef HRESETn_c (instanceRef make_TX))
2761
           (portRef HRESETn_c (instanceRef make_top_CoreUARTapb_0_Clock_gen))
2762
           (portRef CLR (instanceRef tx_hold_reg_7))
2763
           (portRef CLR (instanceRef tx_hold_reg_6))
2764
           (portRef CLR (instanceRef tx_hold_reg_5))
2765
           (portRef CLR (instanceRef tx_hold_reg_4))
2766
           (portRef CLR (instanceRef tx_hold_reg_3))
2767
           (portRef CLR (instanceRef tx_hold_reg_2))
2768
           (portRef CLR (instanceRef tx_hold_reg_1))
2769
           (portRef CLR (instanceRef tx_hold_reg_0))
2770
           (portRef CLR (instanceRef rxrdy_xhdl4))
2771
          ))
2772
          (net (rename tx_hold_regZ0Z_0 "tx_hold_reg[0]") (joined
2773
           (portRef Q (instanceRef tx_hold_reg_0))
2774
           (portRef (member tx_hold_reg 7) (instanceRef make_TX))
2775
          ))
2776
          (net (rename CoreAPB_0_APBmslave0_PWDATA_0 "CoreAPB_0_APBmslave0_PWDATA[0]") (joined
2777
           (portRef (member coreapb_0_apbmslave0_pwdata 7))
2778
           (portRef D (instanceRef tx_hold_reg_0))
2779
          ))
2780
          (net (rename tx_hold_regZ0Z_1 "tx_hold_reg[1]") (joined
2781
           (portRef Q (instanceRef tx_hold_reg_1))
2782
           (portRef (member tx_hold_reg 6) (instanceRef make_TX))
2783
          ))
2784
          (net (rename CoreAPB_0_APBmslave0_PWDATA_1 "CoreAPB_0_APBmslave0_PWDATA[1]") (joined
2785
           (portRef (member coreapb_0_apbmslave0_pwdata 6))
2786
           (portRef D (instanceRef tx_hold_reg_1))
2787
          ))
2788
          (net (rename tx_hold_regZ0Z_2 "tx_hold_reg[2]") (joined
2789
           (portRef Q (instanceRef tx_hold_reg_2))
2790
           (portRef (member tx_hold_reg 5) (instanceRef make_TX))
2791
          ))
2792
          (net (rename CoreAPB_0_APBmslave0_PWDATA_2 "CoreAPB_0_APBmslave0_PWDATA[2]") (joined
2793
           (portRef (member coreapb_0_apbmslave0_pwdata 5))
2794
           (portRef D (instanceRef tx_hold_reg_2))
2795
          ))
2796
          (net (rename tx_hold_regZ0Z_3 "tx_hold_reg[3]") (joined
2797
           (portRef Q (instanceRef tx_hold_reg_3))
2798
           (portRef (member tx_hold_reg 4) (instanceRef make_TX))
2799
          ))
2800
          (net (rename CoreAPB_0_APBmslave0_PWDATA_3 "CoreAPB_0_APBmslave0_PWDATA[3]") (joined
2801
           (portRef (member coreapb_0_apbmslave0_pwdata 4))
2802
           (portRef D (instanceRef tx_hold_reg_3))
2803
          ))
2804
          (net (rename tx_hold_regZ0Z_4 "tx_hold_reg[4]") (joined
2805
           (portRef Q (instanceRef tx_hold_reg_4))
2806
           (portRef (member tx_hold_reg 3) (instanceRef make_TX))
2807
          ))
2808
          (net (rename CoreAPB_0_APBmslave0_PWDATA_4 "CoreAPB_0_APBmslave0_PWDATA[4]") (joined
2809
           (portRef (member coreapb_0_apbmslave0_pwdata 3))
2810
           (portRef D (instanceRef tx_hold_reg_4))
2811
          ))
2812
          (net (rename tx_hold_regZ0Z_5 "tx_hold_reg[5]") (joined
2813
           (portRef Q (instanceRef tx_hold_reg_5))
2814
           (portRef (member tx_hold_reg 2) (instanceRef make_TX))
2815
          ))
2816
          (net (rename CoreAPB_0_APBmslave0_PWDATA_5 "CoreAPB_0_APBmslave0_PWDATA[5]") (joined
2817
           (portRef (member coreapb_0_apbmslave0_pwdata 2))
2818
           (portRef D (instanceRef tx_hold_reg_5))
2819
          ))
2820
          (net (rename tx_hold_regZ0Z_6 "tx_hold_reg[6]") (joined
2821
           (portRef Q (instanceRef tx_hold_reg_6))
2822
           (portRef (member tx_hold_reg 1) (instanceRef make_TX))
2823
          ))
2824
          (net (rename CoreAPB_0_APBmslave0_PWDATA_6 "CoreAPB_0_APBmslave0_PWDATA[6]") (joined
2825
           (portRef (member coreapb_0_apbmslave0_pwdata 1))
2826
           (portRef D (instanceRef tx_hold_reg_6))
2827
          ))
2828
          (net (rename tx_hold_regZ0Z_7 "tx_hold_reg[7]") (joined
2829
           (portRef Q (instanceRef tx_hold_reg_7))
2830
           (portRef (member tx_hold_reg 0) (instanceRef make_TX))
2831
          ))
2832
          (net (rename CoreAPB_0_APBmslave0_PWDATA_7 "CoreAPB_0_APBmslave0_PWDATA[7]") (joined
2833
           (portRef (member coreapb_0_apbmslave0_pwdata 0))
2834
           (portRef D (instanceRef tx_hold_reg_7))
2835
          ))
2836
          (net baud_clock (joined
2837
           (portRef baud_clock (instanceRef make_top_CoreUARTapb_0_Clock_gen))
2838
           (portRef baud_clock (instanceRef make_RX))
2839
          ))
2840
          (net xmit_pulse (joined
2841
           (portRef xmit_pulse (instanceRef make_top_CoreUARTapb_0_Clock_gen))
2842
           (portRef xmit_pulse (instanceRef make_TX))
2843
          ))
2844
          (net TX_c (joined
2845
           (portRef TX_c (instanceRef make_TX))
2846
           (portRef TX_c)
2847
          ))
2848
          (net TXRDY (joined
2849
           (portRef TXRDY (instanceRef make_TX))
2850
           (portRef TXRDY)
2851
          ))
2852
          (net (rename data_out_0 "data_out[0]") (joined
2853
           (portRef (member data_out 7) (instanceRef make_RX))
2854
           (portRef (member data_out 7))
2855
          ))
2856
          (net (rename data_out_1 "data_out[1]") (joined
2857
           (portRef (member data_out 6) (instanceRef make_RX))
2858
           (portRef (member data_out 6))
2859
          ))
2860
          (net (rename data_out_2 "data_out[2]") (joined
2861
           (portRef (member data_out 5) (instanceRef make_RX))
2862
           (portRef (member data_out 5))
2863
          ))
2864
          (net (rename data_out_3 "data_out[3]") (joined
2865
           (portRef (member data_out 4) (instanceRef make_RX))
2866
           (portRef (member data_out 4))
2867
          ))
2868
          (net (rename data_out_4 "data_out[4]") (joined
2869
           (portRef (member data_out 3) (instanceRef make_RX))
2870
           (portRef (member data_out 3))
2871
          ))
2872
          (net (rename data_out_5 "data_out[5]") (joined
2873
           (portRef (member data_out 2) (instanceRef make_RX))
2874
           (portRef (member data_out 2))
2875
          ))
2876
          (net (rename data_out_6 "data_out[6]") (joined
2877
           (portRef (member data_out 1) (instanceRef make_RX))
2878
           (portRef (member data_out 1))
2879
          ))
2880
          (net (rename data_out_7 "data_out[7]") (joined
2881
           (portRef (member data_out 0) (instanceRef make_RX))
2882
           (portRef (member data_out 0))
2883
          ))
2884
          (net OVERFLOW (joined
2885
           (portRef OVERFLOW (instanceRef make_RX))
2886
           (portRef OVERFLOW)
2887
          ))
2888
          (net FRAMING_ERR (joined
2889
           (portRef FRAMING_ERR (instanceRef make_RX))
2890
           (portRef FRAMING_ERR)
2891
          ))
2892
          (net PARITY_ERR (joined
2893
           (portRef PARITY_ERR (instanceRef make_RX))
2894
           (portRef PARITY_ERR)
2895
          ))
2896
          (net CoreAPB_0_APBmslave0_PENABLE (joined
2897
           (portRef CoreAPB_0_APBmslave0_PENABLE)
2898
           (portRef CoreAPB_0_APBmslave0_PENABLE (instanceRef make_RX))
2899
          ))
2900
          (net N_3_0 (joined
2901
           (portRef N_3_0)
2902
           (portRef N_3_0 (instanceRef make_RX))
2903
          ))
2904
          (net N_84_mux (joined
2905
           (portRef N_84_mux (instanceRef make_RX))
2906
           (portRef N_84_mux)
2907
          ))
2908
          (net GND (joined
2909
           (portRef Y (instanceRef GND_i))
2910
          ))
2911
          (net VCC (joined
2912
           (portRef Y (instanceRef VCC_i))
2913
          ))
2914
         )
2915
        (property langParams (string "FAMILY TX_FIFO RX_FIFO RX_LEGACY_MODE BAUD_VAL_FRCTN_EN"))
2916
        (property FAMILY (integer 15))
2917
        (property TX_FIFO (integer 0))
2918
        (property RX_FIFO (integer 0))
2919
        (property RX_LEGACY_MODE (integer 0))
2920
        (property BAUD_VAL_FRCTN_EN (integer 0))
2921
        (property orig_inst_of (string "top_CoreUARTapb_0_COREUART"))
2922
       )
2923
    )
2924
    (cell top_CoreUARTapb_0_CoreUARTapb (cellType GENERIC)
2925
       (view netlist (viewType NETLIST)
2926
         (interface
2927
           (port (array (rename coreapb_0_apbmslave0_prdata "CoreAPB_0_APBmslave0_PRDATA[7:0]") 8) (direction OUTPUT))
2928
           (port (array (rename coreapb_0_apbmslave0_pwdata "CoreAPB_0_APBmslave0_PWDATA[7:0]") 8) (direction INPUT))
2929
           (port (array (rename coreapb_0_apbmslave0_paddr "CoreAPB_0_APBmslave0_PADDR[4:2]") 3) (direction INPUT))
2930
           (port TX_c (direction OUTPUT))
2931
           (port HRESETn_c (direction INPUT))
2932
           (port HCLK_c (direction INPUT))
2933
           (port CoreAPB_0_APBmslave0_PENABLE (direction INPUT))
2934
           (port CoreAPB_0_APBmslave0_PWRITE (direction INPUT))
2935
           (port CoreAPB_0_APBmslave0_PSELx (direction INPUT))
2936
         )
2937
         (contents
2938
          (instance m6_0 (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
2939
          (instance m10_1 (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
2940
          (instance (rename iPRDATA_RNO_2_3 "iPRDATA_RNO_2[3]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
2941
          (instance (rename iPRDATA_RNO_3_3 "iPRDATA_RNO_3[3]") (viewRef prim (cellRef AOI1 (libraryRef PA3)))          )
2942
          (instance (rename iPRDATA_RNO_0_3 "iPRDATA_RNO_0[3]") (viewRef prim (cellRef MX2A (libraryRef PA3)))          )
2943
          (instance (rename iPRDATA_RNO_1_3 "iPRDATA_RNO_1[3]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
2944
          (instance (rename iPRDATA_RNO_3 "iPRDATA_RNO[3]") (viewRef prim (cellRef MX2A (libraryRef PA3)))          )
2945
          (instance (rename iPRDATA_RNO_4_3 "iPRDATA_RNO_4[3]") (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
2946
          (instance (rename iPRDATA_RNO_0_7 "iPRDATA_RNO_0[7]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
2947
          (instance (rename iPRDATA_RNO_1_7 "iPRDATA_RNO_1[7]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
2948
          (instance (rename iPRDATA_RNO_7 "iPRDATA_RNO[7]") (viewRef prim (cellRef MX2 (libraryRef PA3)))          )
2949
          (instance (rename iPRDATA_RNO_2_7 "iPRDATA_RNO_2[7]") (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
2950
          (instance m2 (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
2951
          (instance m7 (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
2952
          (instance m14 (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
2953
          (instance (rename iPRDATA_RNO_0_5 "iPRDATA_RNO_0[5]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
2954
          (instance (rename iPRDATA_RNO_1_5 "iPRDATA_RNO_1[5]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
2955
          (instance (rename iPRDATA_RNO_5 "iPRDATA_RNO[5]") (viewRef prim (cellRef MX2 (libraryRef PA3)))          )
2956
          (instance (rename iPRDATA_RNO_2_5 "iPRDATA_RNO_2[5]") (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
2957
          (instance (rename iPRDATA_RNO_4_1 "iPRDATA_RNO_4[1]") (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
2958
          (instance (rename iPRDATA_RNO_4_2 "iPRDATA_RNO_4[2]") (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
2959
          (instance (rename iPRDATA_RNO_4_4 "iPRDATA_RNO_4[4]") (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
2960
          (instance (rename iPRDATA_RNO_1 "iPRDATA_RNO[1]") (viewRef prim (cellRef MX2A (libraryRef PA3)))          )
2961
          (instance (rename iPRDATA_RNO_1_1 "iPRDATA_RNO_1[1]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
2962
          (instance (rename iPRDATA_RNO_0_1 "iPRDATA_RNO_0[1]") (viewRef prim (cellRef MX2A (libraryRef PA3)))          )
2963
          (instance (rename iPRDATA_RNO_3_1 "iPRDATA_RNO_3[1]") (viewRef prim (cellRef AOI1 (libraryRef PA3)))          )
2964
          (instance (rename iPRDATA_RNO_2_1 "iPRDATA_RNO_2[1]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
2965
          (instance (rename iPRDATA_RNO_2 "iPRDATA_RNO[2]") (viewRef prim (cellRef MX2A (libraryRef PA3)))          )
2966
          (instance (rename iPRDATA_RNO_1_2 "iPRDATA_RNO_1[2]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
2967
          (instance (rename iPRDATA_RNO_0_2 "iPRDATA_RNO_0[2]") (viewRef prim (cellRef MX2A (libraryRef PA3)))          )
2968
          (instance (rename iPRDATA_RNO_3_2 "iPRDATA_RNO_3[2]") (viewRef prim (cellRef AOI1 (libraryRef PA3)))          )
2969
          (instance (rename iPRDATA_RNO_2_2 "iPRDATA_RNO_2[2]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
2970
          (instance (rename iPRDATA_RNO_4 "iPRDATA_RNO[4]") (viewRef prim (cellRef MX2A (libraryRef PA3)))          )
2971
          (instance (rename iPRDATA_RNO_1_4 "iPRDATA_RNO_1[4]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
2972
          (instance (rename iPRDATA_RNO_0_4 "iPRDATA_RNO_0[4]") (viewRef prim (cellRef MX2A (libraryRef PA3)))          )
2973
          (instance (rename iPRDATA_RNO_3_4 "iPRDATA_RNO_3[4]") (viewRef prim (cellRef AOI1 (libraryRef PA3)))          )
2974
          (instance (rename iPRDATA_RNO_2_4 "iPRDATA_RNO_2[4]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
2975
          (instance (rename iPRDATA_RNO_4_0 "iPRDATA_RNO_4[0]") (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
2976
          (instance (rename iPRDATA_RNO_2_6 "iPRDATA_RNO_2[6]") (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
2977
          (instance (rename iPRDATA_RNO_0 "iPRDATA_RNO[0]") (viewRef prim (cellRef MX2A (libraryRef PA3)))          )
2978
          (instance (rename iPRDATA_RNO_1_0 "iPRDATA_RNO_1[0]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
2979
          (instance (rename iPRDATA_RNO_0_0 "iPRDATA_RNO_0[0]") (viewRef prim (cellRef MX2A (libraryRef PA3)))          )
2980
          (instance (rename iPRDATA_RNO_3_0 "iPRDATA_RNO_3[0]") (viewRef prim (cellRef AOI1 (libraryRef PA3)))          )
2981
          (instance (rename iPRDATA_RNO_2_0 "iPRDATA_RNO_2[0]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
2982
          (instance (rename iPRDATA_RNO_6 "iPRDATA_RNO[6]") (viewRef prim (cellRef MX2 (libraryRef PA3)))          )
2983
          (instance (rename iPRDATA_RNO_1_6 "iPRDATA_RNO_1[6]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
2984
          (instance (rename iPRDATA_RNO_0_6 "iPRDATA_RNO_0[6]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
2985
          (instance m12 (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
2986
          (instance m11 (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
2987
          (instance (rename controlReg2_0 "controlReg2[0]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
2988
          )
2989
          (instance (rename controlReg2_1 "controlReg2[1]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
2990
          )
2991
          (instance (rename controlReg2_2 "controlReg2[2]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
2992
          )
2993
          (instance (rename controlReg2_3 "controlReg2[3]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
2994
          )
2995
          (instance (rename controlReg2_4 "controlReg2[4]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
2996
          )
2997
          (instance (rename controlReg2_5 "controlReg2[5]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
2998
          )
2999
          (instance (rename controlReg2_6 "controlReg2[6]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
3000
          )
3001
          (instance (rename controlReg2_7 "controlReg2[7]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
3002
          )
3003
          (instance (rename controlReg1_0 "controlReg1[0]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
3004
          )
3005
          (instance (rename controlReg1_1 "controlReg1[1]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
3006
          )
3007
          (instance (rename controlReg1_2 "controlReg1[2]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
3008
          )
3009
          (instance (rename controlReg1_3 "controlReg1[3]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
3010
          )
3011
          (instance (rename controlReg1_4 "controlReg1[4]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
3012
          )
3013
          (instance (rename controlReg1_5 "controlReg1[5]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
3014
          )
3015
          (instance (rename controlReg1_6 "controlReg1[6]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
3016
          )
3017
          (instance (rename controlReg1_7 "controlReg1[7]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
3018
          )
3019
          (instance (rename iPRDATA_0 "iPRDATA[0]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
3020
          )
3021
          (instance (rename iPRDATA_1 "iPRDATA[1]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
3022
          )
3023
          (instance (rename iPRDATA_2 "iPRDATA[2]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
3024
          )
3025
          (instance (rename iPRDATA_3 "iPRDATA[3]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
3026
          )
3027
          (instance (rename iPRDATA_4 "iPRDATA[4]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
3028
          )
3029
          (instance (rename iPRDATA_5 "iPRDATA[5]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
3030
          )
3031
          (instance (rename iPRDATA_6 "iPRDATA[6]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
3032
          )
3033
          (instance (rename iPRDATA_7 "iPRDATA[7]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
3034
          )
3035
          (instance uUART (viewRef netlist (cellRef top_CoreUARTapb_0_COREUART))
3036
           (property BAUD_VAL_FRCTN_EN (integer 0))
3037
           (property RX_LEGACY_MODE (integer 0))
3038
           (property RX_FIFO (integer 0))
3039
           (property TX_FIFO (integer 0))
3040
           (property FAMILY (integer 15))
3041
          )
3042
          (instance VCC_i (viewRef prim (cellRef VCC (libraryRef PA3)))          )
3043
          (instance GND_i (viewRef prim (cellRef GND (libraryRef PA3)))          )
3044
          (net (rename m6Z0Z_0 "m6_0") (joined
3045
           (portRef Y (instanceRef m6_0))
3046
           (portRef m6_0 (instanceRef uUART))
3047
          ))
3048
          (net CoreAPB_0_APBmslave0_PSELx (joined
3049
           (portRef CoreAPB_0_APBmslave0_PSELx)
3050
           (portRef CoreAPB_0_APBmslave0_PSELx (instanceRef uUART))
3051
           (portRef C (instanceRef m10_1))
3052
           (portRef A (instanceRef m6_0))
3053
          ))
3054
          (net CoreAPB_0_APBmslave0_PWRITE (joined
3055
           (portRef CoreAPB_0_APBmslave0_PWRITE)
3056
           (portRef CoreAPB_0_APBmslave0_PWRITE (instanceRef uUART))
3057
           (portRef A (instanceRef m10_1))
3058
           (portRef B (instanceRef m6_0))
3059
          ))
3060
          (net (rename m10Z0Z_1 "m10_1") (joined
3061
           (portRef Y (instanceRef m10_1))
3062
           (portRef B (instanceRef m11))
3063
           (portRef B (instanceRef m12))
3064
          ))
3065
          (net CoreAPB_0_APBmslave0_PENABLE (joined
3066
           (portRef CoreAPB_0_APBmslave0_PENABLE)
3067
           (portRef CoreAPB_0_APBmslave0_PENABLE (instanceRef uUART))
3068
           (portRef A (instanceRef m14))
3069
           (portRef B (instanceRef m10_1))
3070
          ))
3071
          (net N_34_0 (joined
3072
           (portRef Y (instanceRef iPRDATA_RNO_2_3))
3073
           (portRef A (instanceRef iPRDATA_RNO_0_3))
3074
          ))
3075
          (net N_8_0 (joined
3076
           (portRef Y (instanceRef m7))
3077
           (portRef A (instanceRef m11))
3078
           (portRef A (instanceRef m12))
3079
           (portRef B (instanceRef iPRDATA_RNO_0_6))
3080
           (portRef B (instanceRef iPRDATA_RNO_2_0))
3081
           (portRef A (instanceRef iPRDATA_RNO_0_7))
3082
           (portRef A (instanceRef iPRDATA_RNO_2_3))
3083
          ))
3084
          (net (rename controlReg1Z0Z_3 "controlReg1[3]") (joined
3085
           (portRef Q (instanceRef controlReg1_3))
3086
           (portRef A (instanceRef iPRDATA_RNO_3_3))
3087
           (portRef B (instanceRef iPRDATA_RNO_2_3))
3088
          ))
3089
          (net N_35_0 (joined
3090
           (portRef Y (instanceRef iPRDATA_RNO_3_3))
3091
           (portRef B (instanceRef iPRDATA_RNO_0_3))
3092
          ))
3093
          (net (rename CoreAPB_0_APBmslave0_PADDR_3 "CoreAPB_0_APBmslave0_PADDR[3]") (joined
3094
           (portRef (member coreapb_0_apbmslave0_paddr 1))
3095
           (portRef B (instanceRef iPRDATA_RNO_3_0))
3096
           (portRef S (instanceRef iPRDATA_RNO_2_6))
3097
           (portRef S (instanceRef iPRDATA_RNO_4_0))
3098
           (portRef B (instanceRef iPRDATA_RNO_2_4))
3099
           (portRef B (instanceRef iPRDATA_RNO_3_4))
3100
           (portRef C (instanceRef iPRDATA_RNO_3_2))
3101
           (portRef B (instanceRef iPRDATA_RNO_2_1))
3102
           (portRef B (instanceRef iPRDATA_RNO_3_1))
3103
           (portRef S (instanceRef iPRDATA_RNO_4_4))
3104
           (portRef S (instanceRef iPRDATA_RNO_4_2))
3105
           (portRef S (instanceRef iPRDATA_RNO_4_1))
3106
           (portRef S (instanceRef iPRDATA_RNO_2_5))
3107
           (portRef B (instanceRef iPRDATA_RNO_0_5))
3108
           (portRef C (instanceRef m14))
3109
           (portRef A (instanceRef m7))
3110
           (portRef A (instanceRef m2))
3111
           (portRef S (instanceRef iPRDATA_RNO_2_7))
3112
           (portRef S (instanceRef iPRDATA_RNO_4_3))
3113
           (portRef B (instanceRef iPRDATA_RNO_3_3))
3114
          ))
3115
          (net (rename CoreAPB_0_APBmslave0_PADDR_4 "CoreAPB_0_APBmslave0_PADDR[4]") (joined
3116
           (portRef (member coreapb_0_apbmslave0_paddr 0))
3117
           (portRef B (instanceRef iPRDATA_RNO_1_6))
3118
           (portRef C (instanceRef iPRDATA_RNO_3_0))
3119
           (portRef B (instanceRef iPRDATA_RNO_1_0))
3120
           (portRef C (instanceRef iPRDATA_RNO_3_4))
3121
           (portRef B (instanceRef iPRDATA_RNO_1_4))
3122
           (portRef B (instanceRef iPRDATA_RNO_2_2))
3123
           (portRef B (instanceRef iPRDATA_RNO_3_2))
3124
           (portRef B (instanceRef iPRDATA_RNO_1_2))
3125
           (portRef C (instanceRef iPRDATA_RNO_3_1))
3126
           (portRef B (instanceRef iPRDATA_RNO_1_1))
3127
           (portRef B (instanceRef iPRDATA_RNO_1_5))
3128
           (portRef B (instanceRef m14))
3129
           (portRef B (instanceRef m7))
3130
           (portRef B (instanceRef m2))
3131
           (portRef A (instanceRef iPRDATA_RNO_1_7))
3132
           (portRef B (instanceRef iPRDATA_RNO_1_3))
3133
           (portRef C (instanceRef iPRDATA_RNO_3_3))
3134
          ))
3135
          (net N_36_0 (joined
3136
           (portRef Y (instanceRef iPRDATA_RNO_0_3))
3137
           (portRef A (instanceRef iPRDATA_RNO_3))
3138
          ))
3139
          (net OVERFLOW (joined
3140
           (portRef OVERFLOW (instanceRef uUART))
3141
           (portRef S (instanceRef iPRDATA_RNO_0_3))
3142
          ))
3143
          (net N_37_0 (joined
3144
           (portRef Y (instanceRef iPRDATA_RNO_1_3))
3145
           (portRef B (instanceRef iPRDATA_RNO_3))
3146
          ))
3147
          (net N_68 (joined
3148
           (portRef Y (instanceRef iPRDATA_RNO_4_3))
3149
           (portRef A (instanceRef iPRDATA_RNO_1_3))
3150
          ))
3151
          (net (rename nxtprdata_xhdl7_1_3 "nxtprdata_xhdl7_1[3]") (joined
3152
           (portRef Y (instanceRef iPRDATA_RNO_3))
3153
           (portRef D (instanceRef iPRDATA_3))
3154
          ))
3155
          (net (rename CoreAPB_0_APBmslave0_PADDR_2 "CoreAPB_0_APBmslave0_PADDR[2]") (joined
3156
           (portRef (member coreapb_0_apbmslave0_paddr 2))
3157
           (portRef CoreAPB_0_APBmslave0_PADDR_0 (instanceRef uUART))
3158
           (portRef C (instanceRef m11))
3159
           (portRef C (instanceRef m12))
3160
           (portRef S (instanceRef iPRDATA_RNO_6))
3161
           (portRef S (instanceRef iPRDATA_RNO_0))
3162
           (portRef S (instanceRef iPRDATA_RNO_4))
3163
           (portRef S (instanceRef iPRDATA_RNO_2))
3164
           (portRef S (instanceRef iPRDATA_RNO_1))
3165
           (portRef S (instanceRef iPRDATA_RNO_5))
3166
           (portRef S (instanceRef iPRDATA_RNO_7))
3167
           (portRef S (instanceRef iPRDATA_RNO_3))
3168
          ))
3169
          (net (rename data_out_3 "data_out[3]") (joined
3170
           (portRef (member data_out 4) (instanceRef uUART))
3171
           (portRef A (instanceRef iPRDATA_RNO_4_3))
3172
          ))
3173
          (net (rename controlReg2Z0Z_3 "controlReg2[3]") (joined
3174
           (portRef Q (instanceRef controlReg2_3))
3175
           (portRef B (instanceRef iPRDATA_RNO_4_3))
3176
          ))
3177
          (net N_26_0 (joined
3178
           (portRef Y (instanceRef iPRDATA_RNO_0_7))
3179
           (portRef A (instanceRef iPRDATA_RNO_7))
3180
          ))
3181
          (net (rename controlReg1Z0Z_7 "controlReg1[7]") (joined
3182
           (portRef Q (instanceRef controlReg1_7))
3183
           (portRef B (instanceRef iPRDATA_RNO_0_7))
3184
          ))
3185
          (net N_27_0 (joined
3186
           (portRef Y (instanceRef iPRDATA_RNO_1_7))
3187
           (portRef B (instanceRef iPRDATA_RNO_7))
3188
          ))
3189
          (net N_56_0 (joined
3190
           (portRef Y (instanceRef iPRDATA_RNO_2_7))
3191
           (portRef B (instanceRef iPRDATA_RNO_1_7))
3192
          ))
3193
          (net (rename nxtprdata_xhdl7_1_7 "nxtprdata_xhdl7_1[7]") (joined
3194
           (portRef Y (instanceRef iPRDATA_RNO_7))
3195
           (portRef D (instanceRef iPRDATA_7))
3196
          ))
3197
          (net (rename data_out_7 "data_out[7]") (joined
3198
           (portRef (member data_out 0) (instanceRef uUART))
3199
           (portRef A (instanceRef iPRDATA_RNO_2_7))
3200
          ))
3201
          (net (rename controlReg2Z0Z_7 "controlReg2[7]") (joined
3202
           (portRef Q (instanceRef controlReg2_7))
3203
           (portRef B (instanceRef iPRDATA_RNO_2_7))
3204
          ))
3205
          (net N_3_0 (joined
3206
           (portRef Y (instanceRef m2))
3207
           (portRef N_3_0 (instanceRef uUART))
3208
          ))
3209
          (net N_15_0 (joined
3210
           (portRef Y (instanceRef m14))
3211
           (portRef N_15_0 (instanceRef uUART))
3212
          ))
3213
          (net N_20_0 (joined
3214
           (portRef Y (instanceRef iPRDATA_RNO_0_5))
3215
           (portRef A (instanceRef iPRDATA_RNO_5))
3216
          ))
3217
          (net (rename controlReg1Z0Z_5 "controlReg1[5]") (joined
3218
           (portRef Q (instanceRef controlReg1_5))
3219
           (portRef A (instanceRef iPRDATA_RNO_0_5))
3220
          ))
3221
          (net N_21_0 (joined
3222
           (portRef Y (instanceRef iPRDATA_RNO_1_5))
3223
           (portRef B (instanceRef iPRDATA_RNO_5))
3224
          ))
3225
          (net N_62 (joined
3226
           (portRef Y (instanceRef iPRDATA_RNO_2_5))
3227
           (portRef A (instanceRef iPRDATA_RNO_1_5))
3228
          ))
3229
          (net (rename nxtprdata_xhdl7_1_5 "nxtprdata_xhdl7_1[5]") (joined
3230
           (portRef Y (instanceRef iPRDATA_RNO_5))
3231
           (portRef D (instanceRef iPRDATA_5))
3232
          ))
3233
          (net (rename data_out_5 "data_out[5]") (joined
3234
           (portRef (member data_out 2) (instanceRef uUART))
3235
           (portRef A (instanceRef iPRDATA_RNO_2_5))
3236
          ))
3237
          (net (rename controlReg2Z0Z_5 "controlReg2[5]") (joined
3238
           (portRef Q (instanceRef controlReg2_5))
3239
           (portRef B (instanceRef iPRDATA_RNO_2_5))
3240
          ))
3241
          (net N_74 (joined
3242
           (portRef Y (instanceRef iPRDATA_RNO_4_1))
3243
           (portRef A (instanceRef iPRDATA_RNO_1_1))
3244
          ))
3245
          (net (rename data_out_1 "data_out[1]") (joined
3246
           (portRef (member data_out 6) (instanceRef uUART))
3247
           (portRef A (instanceRef iPRDATA_RNO_4_1))
3248
          ))
3249
          (net (rename controlReg2Z0Z_1 "controlReg2[1]") (joined
3250
           (portRef Q (instanceRef controlReg2_1))
3251
           (portRef B (instanceRef iPRDATA_RNO_4_1))
3252
          ))
3253
          (net N_71 (joined
3254
           (portRef Y (instanceRef iPRDATA_RNO_4_2))
3255
           (portRef A (instanceRef iPRDATA_RNO_1_2))
3256
          ))
3257
          (net (rename data_out_2 "data_out[2]") (joined
3258
           (portRef (member data_out 5) (instanceRef uUART))
3259
           (portRef A (instanceRef iPRDATA_RNO_4_2))
3260
          ))
3261
          (net (rename controlReg2Z0Z_2 "controlReg2[2]") (joined
3262
           (portRef Q (instanceRef controlReg2_2))
3263
           (portRef B (instanceRef iPRDATA_RNO_4_2))
3264
          ))
3265
          (net N_65 (joined
3266
           (portRef Y (instanceRef iPRDATA_RNO_4_4))
3267
           (portRef A (instanceRef iPRDATA_RNO_1_4))
3268
          ))
3269
          (net (rename data_out_4 "data_out[4]") (joined
3270
           (portRef (member data_out 3) (instanceRef uUART))
3271
           (portRef A (instanceRef iPRDATA_RNO_4_4))
3272
          ))
3273
          (net (rename controlReg2Z0Z_4 "controlReg2[4]") (joined
3274
           (portRef Q (instanceRef controlReg2_4))
3275
           (portRef B (instanceRef iPRDATA_RNO_4_4))
3276
          ))
3277
          (net (rename nxtprdata_xhdl7_1_1 "nxtprdata_xhdl7_1[1]") (joined
3278
           (portRef Y (instanceRef iPRDATA_RNO_1))
3279
           (portRef D (instanceRef iPRDATA_1))
3280
          ))
3281
          (net N_46_0 (joined
3282
           (portRef Y (instanceRef iPRDATA_RNO_0_1))
3283
           (portRef A (instanceRef iPRDATA_RNO_1))
3284
          ))
3285
          (net N_47_0 (joined
3286
           (portRef Y (instanceRef iPRDATA_RNO_1_1))
3287
           (portRef B (instanceRef iPRDATA_RNO_1))
3288
          ))
3289
          (net N_44_0 (joined
3290
           (portRef Y (instanceRef iPRDATA_RNO_2_1))
3291
           (portRef A (instanceRef iPRDATA_RNO_0_1))
3292
          ))
3293
          (net N_45_0 (joined
3294
           (portRef Y (instanceRef iPRDATA_RNO_3_1))
3295
           (portRef B (instanceRef iPRDATA_RNO_0_1))
3296
          ))
3297
          (net RXRDY (joined
3298
           (portRef RXRDY (instanceRef uUART))
3299
           (portRef S (instanceRef iPRDATA_RNO_0_1))
3300
          ))
3301
          (net (rename controlReg1Z0Z_1 "controlReg1[1]") (joined
3302
           (portRef Q (instanceRef controlReg1_1))
3303
           (portRef A (instanceRef iPRDATA_RNO_2_1))
3304
           (portRef A (instanceRef iPRDATA_RNO_3_1))
3305
          ))
3306
          (net (rename nxtprdata_xhdl7_1_2 "nxtprdata_xhdl7_1[2]") (joined
3307
           (portRef Y (instanceRef iPRDATA_RNO_2))
3308
           (portRef D (instanceRef iPRDATA_2))
3309
          ))
3310
          (net N_41_0 (joined
3311
           (portRef Y (instanceRef iPRDATA_RNO_0_2))
3312
           (portRef A (instanceRef iPRDATA_RNO_2))
3313
          ))
3314
          (net N_42_0 (joined
3315
           (portRef Y (instanceRef iPRDATA_RNO_1_2))
3316
           (portRef B (instanceRef iPRDATA_RNO_2))
3317
          ))
3318
          (net N_39_0 (joined
3319
           (portRef Y (instanceRef iPRDATA_RNO_2_2))
3320
           (portRef A (instanceRef iPRDATA_RNO_0_2))
3321
          ))
3322
          (net N_40_0 (joined
3323
           (portRef Y (instanceRef iPRDATA_RNO_3_2))
3324
           (portRef B (instanceRef iPRDATA_RNO_0_2))
3325
          ))
3326
          (net (rename controlReg1Z0Z_2 "controlReg1[2]") (joined
3327
           (portRef Q (instanceRef controlReg1_2))
3328
           (portRef S (instanceRef iPRDATA_RNO_0_2))
3329
          ))
3330
          (net PARITY_ERR (joined
3331
           (portRef PARITY_ERR (instanceRef uUART))
3332
           (portRef A (instanceRef iPRDATA_RNO_2_2))
3333
           (portRef A (instanceRef iPRDATA_RNO_3_2))
3334
          ))
3335
          (net (rename nxtprdata_xhdl7_1_4 "nxtprdata_xhdl7_1[4]") (joined
3336
           (portRef Y (instanceRef iPRDATA_RNO_4))
3337
           (portRef D (instanceRef iPRDATA_4))
3338
          ))
3339
          (net N_31_0 (joined
3340
           (portRef Y (instanceRef iPRDATA_RNO_0_4))
3341
           (portRef A (instanceRef iPRDATA_RNO_4))
3342
          ))
3343
          (net N_32_0 (joined
3344
           (portRef Y (instanceRef iPRDATA_RNO_1_4))
3345
           (portRef B (instanceRef iPRDATA_RNO_4))
3346
          ))
3347
          (net N_29_0 (joined
3348
           (portRef Y (instanceRef iPRDATA_RNO_2_4))
3349
           (portRef A (instanceRef iPRDATA_RNO_0_4))
3350
          ))
3351
          (net N_30_0 (joined
3352
           (portRef Y (instanceRef iPRDATA_RNO_3_4))
3353
           (portRef B (instanceRef iPRDATA_RNO_0_4))
3354
          ))
3355
          (net FRAMING_ERR (joined
3356
           (portRef FRAMING_ERR (instanceRef uUART))
3357
           (portRef S (instanceRef iPRDATA_RNO_0_4))
3358
          ))
3359
          (net (rename controlReg1Z0Z_4 "controlReg1[4]") (joined
3360
           (portRef Q (instanceRef controlReg1_4))
3361
           (portRef A (instanceRef iPRDATA_RNO_2_4))
3362
           (portRef A (instanceRef iPRDATA_RNO_3_4))
3363
          ))
3364
          (net N_77 (joined
3365
           (portRef Y (instanceRef iPRDATA_RNO_4_0))
3366
           (portRef A (instanceRef iPRDATA_RNO_1_0))
3367
          ))
3368
          (net (rename data_out_0 "data_out[0]") (joined
3369
           (portRef (member data_out 7) (instanceRef uUART))
3370
           (portRef A (instanceRef iPRDATA_RNO_4_0))
3371
          ))
3372
          (net (rename controlReg2Z0Z_0 "controlReg2[0]") (joined
3373
           (portRef Q (instanceRef controlReg2_0))
3374
           (portRef B (instanceRef iPRDATA_RNO_4_0))
3375
          ))
3376
          (net N_59_0 (joined
3377
           (portRef Y (instanceRef iPRDATA_RNO_2_6))
3378
           (portRef A (instanceRef iPRDATA_RNO_1_6))
3379
          ))
3380
          (net (rename data_out_6 "data_out[6]") (joined
3381
           (portRef (member data_out 1) (instanceRef uUART))
3382
           (portRef A (instanceRef iPRDATA_RNO_2_6))
3383
          ))
3384
          (net (rename controlReg2Z0Z_6 "controlReg2[6]") (joined
3385
           (portRef Q (instanceRef controlReg2_6))
3386
           (portRef B (instanceRef iPRDATA_RNO_2_6))
3387
          ))
3388
          (net (rename nxtprdata_xhdl7_1_0 "nxtprdata_xhdl7_1[0]") (joined
3389
           (portRef Y (instanceRef iPRDATA_RNO_0))
3390
           (portRef D (instanceRef iPRDATA_0))
3391
          ))
3392
          (net N_51_0 (joined
3393
           (portRef Y (instanceRef iPRDATA_RNO_0_0))
3394
           (portRef A (instanceRef iPRDATA_RNO_0))
3395
          ))
3396
          (net N_52_0 (joined
3397
           (portRef Y (instanceRef iPRDATA_RNO_1_0))
3398
           (portRef B (instanceRef iPRDATA_RNO_0))
3399
          ))
3400
          (net N_49_0 (joined
3401
           (portRef Y (instanceRef iPRDATA_RNO_2_0))
3402
           (portRef A (instanceRef iPRDATA_RNO_0_0))
3403
          ))
3404
          (net N_50_0 (joined
3405
           (portRef Y (instanceRef iPRDATA_RNO_3_0))
3406
           (portRef B (instanceRef iPRDATA_RNO_0_0))
3407
          ))
3408
          (net TXRDY (joined
3409
           (portRef TXRDY (instanceRef uUART))
3410
           (portRef S (instanceRef iPRDATA_RNO_0_0))
3411
          ))
3412
          (net (rename controlReg1Z0Z_0 "controlReg1[0]") (joined
3413
           (portRef Q (instanceRef controlReg1_0))
3414
           (portRef A (instanceRef iPRDATA_RNO_2_0))
3415
           (portRef A (instanceRef iPRDATA_RNO_3_0))
3416
          ))
3417
          (net (rename nxtprdata_xhdl7_1_6 "nxtprdata_xhdl7_1[6]") (joined
3418
           (portRef Y (instanceRef iPRDATA_RNO_6))
3419
           (portRef D (instanceRef iPRDATA_6))
3420
          ))
3421
          (net N_23_0 (joined
3422
           (portRef Y (instanceRef iPRDATA_RNO_0_6))
3423
           (portRef A (instanceRef iPRDATA_RNO_6))
3424
          ))
3425
          (net N_24_0 (joined
3426
           (portRef Y (instanceRef iPRDATA_RNO_1_6))
3427
           (portRef B (instanceRef iPRDATA_RNO_6))
3428
          ))
3429
          (net (rename controlReg1Z0Z_6 "controlReg1[6]") (joined
3430
           (portRef Q (instanceRef controlReg1_6))
3431
           (portRef A (instanceRef iPRDATA_RNO_0_6))
3432
          ))
3433
          (net un5_psel (joined
3434
           (portRef Y (instanceRef m12))
3435
           (portRef E (instanceRef controlReg1_7))
3436
           (portRef E (instanceRef controlReg1_6))
3437
           (portRef E (instanceRef controlReg1_5))
3438
           (portRef E (instanceRef controlReg1_4))
3439
           (portRef E (instanceRef controlReg1_3))
3440
           (portRef E (instanceRef controlReg1_2))
3441
           (portRef E (instanceRef controlReg1_1))
3442
           (portRef E (instanceRef controlReg1_0))
3443
          ))
3444
          (net un13_psel (joined
3445
           (portRef Y (instanceRef m11))
3446
           (portRef E (instanceRef controlReg2_7))
3447
           (portRef E (instanceRef controlReg2_6))
3448
           (portRef E (instanceRef controlReg2_5))
3449
           (portRef E (instanceRef controlReg2_4))
3450
           (portRef E (instanceRef controlReg2_3))
3451
           (portRef E (instanceRef controlReg2_2))
3452
           (portRef E (instanceRef controlReg2_1))
3453
           (portRef E (instanceRef controlReg2_0))
3454
          ))
3455
          (net HCLK_c (joined
3456
           (portRef HCLK_c)
3457
           (portRef HCLK_c (instanceRef uUART))
3458
           (portRef CLK (instanceRef iPRDATA_7))
3459
           (portRef CLK (instanceRef iPRDATA_6))
3460
           (portRef CLK (instanceRef iPRDATA_5))
3461
           (portRef CLK (instanceRef iPRDATA_4))
3462
           (portRef CLK (instanceRef iPRDATA_3))
3463
           (portRef CLK (instanceRef iPRDATA_2))
3464
           (portRef CLK (instanceRef iPRDATA_1))
3465
           (portRef CLK (instanceRef iPRDATA_0))
3466
           (portRef CLK (instanceRef controlReg1_7))
3467
           (portRef CLK (instanceRef controlReg1_6))
3468
           (portRef CLK (instanceRef controlReg1_5))
3469
           (portRef CLK (instanceRef controlReg1_4))
3470
           (portRef CLK (instanceRef controlReg1_3))
3471
           (portRef CLK (instanceRef controlReg1_2))
3472
           (portRef CLK (instanceRef controlReg1_1))
3473
           (portRef CLK (instanceRef controlReg1_0))
3474
           (portRef CLK (instanceRef controlReg2_7))
3475
           (portRef CLK (instanceRef controlReg2_6))
3476
           (portRef CLK (instanceRef controlReg2_5))
3477
           (portRef CLK (instanceRef controlReg2_4))
3478
           (portRef CLK (instanceRef controlReg2_3))
3479
           (portRef CLK (instanceRef controlReg2_2))
3480
           (portRef CLK (instanceRef controlReg2_1))
3481
           (portRef CLK (instanceRef controlReg2_0))
3482
          ))
3483
          (net HRESETn_c (joined
3484
           (portRef HRESETn_c)
3485
           (portRef HRESETn_c (instanceRef uUART))
3486
           (portRef CLR (instanceRef iPRDATA_7))
3487
           (portRef CLR (instanceRef iPRDATA_6))
3488
           (portRef CLR (instanceRef iPRDATA_5))
3489
           (portRef CLR (instanceRef iPRDATA_4))
3490
           (portRef CLR (instanceRef iPRDATA_3))
3491
           (portRef CLR (instanceRef iPRDATA_2))
3492
           (portRef CLR (instanceRef iPRDATA_1))
3493
           (portRef CLR (instanceRef iPRDATA_0))
3494
           (portRef CLR (instanceRef controlReg1_7))
3495
           (portRef CLR (instanceRef controlReg1_6))
3496
           (portRef CLR (instanceRef controlReg1_5))
3497
           (portRef CLR (instanceRef controlReg1_4))
3498
           (portRef CLR (instanceRef controlReg1_3))
3499
           (portRef CLR (instanceRef controlReg1_2))
3500
           (portRef CLR (instanceRef controlReg1_1))
3501
           (portRef CLR (instanceRef controlReg1_0))
3502
           (portRef CLR (instanceRef controlReg2_7))
3503
           (portRef CLR (instanceRef controlReg2_6))
3504
           (portRef CLR (instanceRef controlReg2_5))
3505
           (portRef CLR (instanceRef controlReg2_4))
3506
           (portRef CLR (instanceRef controlReg2_3))
3507
           (portRef CLR (instanceRef controlReg2_2))
3508
           (portRef CLR (instanceRef controlReg2_1))
3509
           (portRef CLR (instanceRef controlReg2_0))
3510
          ))
3511
          (net (rename CoreAPB_0_APBmslave0_PWDATA_0 "CoreAPB_0_APBmslave0_PWDATA[0]") (joined
3512
           (portRef (member coreapb_0_apbmslave0_pwdata 7))
3513
           (portRef (member coreapb_0_apbmslave0_pwdata 7) (instanceRef uUART))
3514
           (portRef D (instanceRef controlReg1_0))
3515
           (portRef D (instanceRef controlReg2_0))
3516
          ))
3517
          (net (rename CoreAPB_0_APBmslave0_PWDATA_1 "CoreAPB_0_APBmslave0_PWDATA[1]") (joined
3518
           (portRef (member coreapb_0_apbmslave0_pwdata 6))
3519
           (portRef (member coreapb_0_apbmslave0_pwdata 6) (instanceRef uUART))
3520
           (portRef D (instanceRef controlReg1_1))
3521
           (portRef D (instanceRef controlReg2_1))
3522
          ))
3523
          (net (rename CoreAPB_0_APBmslave0_PWDATA_2 "CoreAPB_0_APBmslave0_PWDATA[2]") (joined
3524
           (portRef (member coreapb_0_apbmslave0_pwdata 5))
3525
           (portRef (member coreapb_0_apbmslave0_pwdata 5) (instanceRef uUART))
3526
           (portRef D (instanceRef controlReg1_2))
3527
           (portRef D (instanceRef controlReg2_2))
3528
          ))
3529
          (net (rename CoreAPB_0_APBmslave0_PWDATA_3 "CoreAPB_0_APBmslave0_PWDATA[3]") (joined
3530
           (portRef (member coreapb_0_apbmslave0_pwdata 4))
3531
           (portRef (member coreapb_0_apbmslave0_pwdata 4) (instanceRef uUART))
3532
           (portRef D (instanceRef controlReg1_3))
3533
           (portRef D (instanceRef controlReg2_3))
3534
          ))
3535
          (net (rename CoreAPB_0_APBmslave0_PWDATA_4 "CoreAPB_0_APBmslave0_PWDATA[4]") (joined
3536
           (portRef (member coreapb_0_apbmslave0_pwdata 3))
3537
           (portRef (member coreapb_0_apbmslave0_pwdata 3) (instanceRef uUART))
3538
           (portRef D (instanceRef controlReg1_4))
3539
           (portRef D (instanceRef controlReg2_4))
3540
          ))
3541
          (net (rename CoreAPB_0_APBmslave0_PWDATA_5 "CoreAPB_0_APBmslave0_PWDATA[5]") (joined
3542
           (portRef (member coreapb_0_apbmslave0_pwdata 2))
3543
           (portRef (member coreapb_0_apbmslave0_pwdata 2) (instanceRef uUART))
3544
           (portRef D (instanceRef controlReg1_5))
3545
           (portRef D (instanceRef controlReg2_5))
3546
          ))
3547
          (net (rename CoreAPB_0_APBmslave0_PWDATA_6 "CoreAPB_0_APBmslave0_PWDATA[6]") (joined
3548
           (portRef (member coreapb_0_apbmslave0_pwdata 1))
3549
           (portRef (member coreapb_0_apbmslave0_pwdata 1) (instanceRef uUART))
3550
           (portRef D (instanceRef controlReg1_6))
3551
           (portRef D (instanceRef controlReg2_6))
3552
          ))
3553
          (net (rename CoreAPB_0_APBmslave0_PWDATA_7 "CoreAPB_0_APBmslave0_PWDATA[7]") (joined
3554
           (portRef (member coreapb_0_apbmslave0_pwdata 0))
3555
           (portRef (member coreapb_0_apbmslave0_pwdata 0) (instanceRef uUART))
3556
           (portRef D (instanceRef controlReg1_7))
3557
           (portRef D (instanceRef controlReg2_7))
3558
          ))
3559
          (net (rename CoreAPB_0_APBmslave0_PRDATA_0 "CoreAPB_0_APBmslave0_PRDATA[0]") (joined
3560
           (portRef Q (instanceRef iPRDATA_0))
3561
           (portRef (member coreapb_0_apbmslave0_prdata 7))
3562
          ))
3563
          (net N_84_mux (joined
3564
           (portRef N_84_mux (instanceRef uUART))
3565
           (portRef E (instanceRef iPRDATA_7))
3566
           (portRef E (instanceRef iPRDATA_6))
3567
           (portRef E (instanceRef iPRDATA_5))
3568
           (portRef E (instanceRef iPRDATA_4))
3569
           (portRef E (instanceRef iPRDATA_3))
3570
           (portRef E (instanceRef iPRDATA_2))
3571
           (portRef E (instanceRef iPRDATA_1))
3572
           (portRef E (instanceRef iPRDATA_0))
3573
          ))
3574
          (net (rename CoreAPB_0_APBmslave0_PRDATA_1 "CoreAPB_0_APBmslave0_PRDATA[1]") (joined
3575
           (portRef Q (instanceRef iPRDATA_1))
3576
           (portRef (member coreapb_0_apbmslave0_prdata 6))
3577
          ))
3578
          (net (rename CoreAPB_0_APBmslave0_PRDATA_2 "CoreAPB_0_APBmslave0_PRDATA[2]") (joined
3579
           (portRef Q (instanceRef iPRDATA_2))
3580
           (portRef (member coreapb_0_apbmslave0_prdata 5))
3581
          ))
3582
          (net (rename CoreAPB_0_APBmslave0_PRDATA_3 "CoreAPB_0_APBmslave0_PRDATA[3]") (joined
3583
           (portRef Q (instanceRef iPRDATA_3))
3584
           (portRef (member coreapb_0_apbmslave0_prdata 4))
3585
          ))
3586
          (net (rename CoreAPB_0_APBmslave0_PRDATA_4 "CoreAPB_0_APBmslave0_PRDATA[4]") (joined
3587
           (portRef Q (instanceRef iPRDATA_4))
3588
           (portRef (member coreapb_0_apbmslave0_prdata 3))
3589
          ))
3590
          (net (rename CoreAPB_0_APBmslave0_PRDATA_5 "CoreAPB_0_APBmslave0_PRDATA[5]") (joined
3591
           (portRef Q (instanceRef iPRDATA_5))
3592
           (portRef (member coreapb_0_apbmslave0_prdata 2))
3593
          ))
3594
          (net (rename CoreAPB_0_APBmslave0_PRDATA_6 "CoreAPB_0_APBmslave0_PRDATA[6]") (joined
3595
           (portRef Q (instanceRef iPRDATA_6))
3596
           (portRef (member coreapb_0_apbmslave0_prdata 1))
3597
          ))
3598
          (net (rename CoreAPB_0_APBmslave0_PRDATA_7 "CoreAPB_0_APBmslave0_PRDATA[7]") (joined
3599
           (portRef Q (instanceRef iPRDATA_7))
3600
           (portRef (member coreapb_0_apbmslave0_prdata 0))
3601
          ))
3602
          (net TX_c (joined
3603
           (portRef TX_c (instanceRef uUART))
3604
           (portRef TX_c)
3605
          ))
3606
          (net GND (joined
3607
           (portRef Y (instanceRef GND_i))
3608
          ))
3609
          (net VCC (joined
3610
           (portRef Y (instanceRef VCC_i))
3611
          ))
3612
         )
3613
        (property langParams (string "RX_LEGACY_MODE FAMILY TX_FIFO RX_FIFO BAUD_VALUE FIXEDMODE PRG_BIT8 PRG_PARITY BAUD_VAL_FRCTN BAUD_VAL_FRCTN_EN"))
3614
        (property RX_LEGACY_MODE (integer 0))
3615
        (property FAMILY (integer 15))
3616
        (property TX_FIFO (integer 0))
3617
        (property RX_FIFO (integer 0))
3618
        (property BAUD_VALUE (integer 1))
3619
        (property FIXEDMODE (integer 1))
3620
        (property PRG_BIT8 (integer 1))
3621
        (property PRG_PARITY (integer 0))
3622
        (property BAUD_VAL_FRCTN (integer 0))
3623
        (property BAUD_VAL_FRCTN_EN (integer 0))
3624
        (property orig_inst_of (string "top_CoreUARTapb_0_CoreUARTapb"))
3625
       )
3626
    )
3627
  )
3628
  (library coreahblite_lib
3629
    (edifLevel 0)
3630
    (technology (numberDefinition ))
3631
    (cell COREAHBLITE_SLAVEARBITER_0 (cellType GENERIC)
3632
       (view netlist (viewType NETLIST)
3633
         (interface
3634
           (port arbRegSMCurrentState_i_0_3 (direction OUTPUT))
3635
           (port arbRegSMCurrentState_i_0_0 (direction OUTPUT))
3636
           (port (array (rename masteraddrinprog "masterAddrInProg[3:1]") 3) (direction OUTPUT))
3637
           (port masterAddrInProg_i_1_0 (direction OUTPUT))
3638
           (port arbRegSMCurrentState_RNICAHF7_0 (direction OUTPUT))
3639
           (port xhdl1221_0 (direction INPUT))
3640
           (port HRESETn_c (direction INPUT))
3641
           (port HCLK_c (direction INPUT))
3642
           (port N_300 (direction INPUT))
3643
           (port N_18 (direction OUTPUT))
3644
           (port N_326 (direction INPUT))
3645
           (port N_135 (direction OUTPUT))
3646
           (port N_301 (direction INPUT))
3647
           (port N_20 (direction OUTPUT))
3648
           (port N_302 (direction INPUT))
3649
           (port N_22 (direction OUTPUT))
3650
           (port N_323 (direction INPUT))
3651
           (port N_120 (direction OUTPUT))
3652
           (port N_322 (direction INPUT))
3653
           (port N_324 (direction INPUT))
3654
           (port N_325 (direction INPUT))
3655
           (port N_124 (direction OUTPUT))
3656
           (port HADDR_26_0_a3_i_a0_3 (direction INPUT))
3657
           (port N_128 (direction OUTPUT))
3658
           (port un4_m5_0_a3_2 (direction INPUT))
3659
           (port HADDR_24_0_a3_i_out (direction OUTPUT))
3660
           (port HTRANS_0_a3_i_a2_2_0 (direction INPUT))
3661
           (port HTRANS_0_a3_i_a2_0_a0_1 (direction INPUT))
3662
           (port N_363 (direction OUTPUT))
3663
           (port CoreAHBLite_0_AHBmslave0_HSELx (direction OUTPUT))
3664
           (port un1_N_11_mux_i_5_a1_1 (direction INPUT))
3665
           (port N_403 (direction INPUT))
3666
           (port N_367 (direction OUTPUT))
3667
           (port un1_m1_e_0_0 (direction INPUT))
3668
           (port HADDR_m5_0_m3 (direction INPUT))
3669
           (port HSEL_1_0_0_a1_0 (direction INPUT))
3670
           (port HSEL_1_0_0_a0_0 (direction INPUT))
3671
           (port N_254 (direction INPUT))
3672
           (port N_263 (direction OUTPUT))
3673
           (port N_171 (direction OUTPUT))
3674
           (port N_330 (direction INPUT))
3675
           (port HSEL_1_0_0_1_0 (direction INPUT))
3676
           (port N_397 (direction INPUT))
3677
           (port N_327 (direction INPUT))
3678
           (port un4_m5_0_a3_1 (direction INPUT))
3679
           (port CoreAHBLite_0_AHBmslave0_HREADY (direction INPUT))
3680
         )
3681
         (contents
3682
          (instance (rename arbRegSMCurrentState_RNO_4_14 "arbRegSMCurrentState_RNO_4[14]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
3683
          (instance (rename arbRegSMCurrentState_RNO_0_14 "arbRegSMCurrentState_RNO_0[14]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
3684
          (instance (rename arbRegSMCurrentState_RNIH2SK9_0 "arbRegSMCurrentState_RNIH2SK9[0]") (viewRef prim (cellRef AOI1B (libraryRef PA3)))          )
3685
          (instance (rename arbRegSMCurrentState_RNII9HB8_0 "arbRegSMCurrentState_RNII9HB8[0]") (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
3686
          (instance (rename arbRegSMCurrentState_RNIHTPM3_0 "arbRegSMCurrentState_RNIHTPM3[0]") (viewRef prim (cellRef AO1C (libraryRef PA3)))          )
3687
          (instance (rename arbRegSMCurrentState_RNILM274_0 "arbRegSMCurrentState_RNILM274[0]") (viewRef prim (cellRef AO1A (libraryRef PA3)))          )
3688
          (instance (rename arbRegSMCurrentState_RNIL5804_0 "arbRegSMCurrentState_RNIL5804[0]") (viewRef prim (cellRef NOR3 (libraryRef PA3)))          )
3689
          (instance (rename arbRegSMCurrentState_RNIN7804_0 "arbRegSMCurrentState_RNIN7804[0]") (viewRef prim (cellRef NOR3 (libraryRef PA3)))          )
3690
          (instance (rename arbRegSMCurrentState_RNIP3DR3_0 "arbRegSMCurrentState_RNIP3DR3[0]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
3691
          (instance (rename arbRegSMCurrentState_RNIHQIR1_14 "arbRegSMCurrentState_RNIHQIR1[14]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
3692
          (instance (rename arbRegSMCurrentState_RNIR8JU2_0 "arbRegSMCurrentState_RNIR8JU2[0]") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
3693
          (instance (rename arbRegSMCurrentState_RNIQQIS2_14 "arbRegSMCurrentState_RNIQQIS2[14]") (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
3694
          (instance (rename arbRegSMCurrentState_RNIAS4K1_0 "arbRegSMCurrentState_RNIAS4K1[0]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
3695
          (instance (rename arbRegSMCurrentState_RNITMNO1_14 "arbRegSMCurrentState_RNITMNO1[14]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
3696
          (instance (rename arbRegSMCurrentState_RNIP44K_14 "arbRegSMCurrentState_RNIP44K[14]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
3697
          (instance (rename arbRegSMCurrentState_RNIDJS95_0_0 "arbRegSMCurrentState_RNIDJS95_0[0]") (viewRef prim (cellRef OA1 (libraryRef PA3)))          )
3698
          (instance (rename arbRegSMCurrentState_RNO_2_14 "arbRegSMCurrentState_RNO_2[14]") (viewRef prim (cellRef OA1A (libraryRef PA3)))          )
3699
          (instance (rename arbRegSMCurrentState_RNII9881_14 "arbRegSMCurrentState_RNII9881[14]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
3700
          (instance (rename arbRegSMCurrentState_RNIG8815_14 "arbRegSMCurrentState_RNIG8815[14]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
3701
          (instance (rename arbRegSMCurrentState_RNIB4DT5_0 "arbRegSMCurrentState_RNIB4DT5[0]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
3702
          (instance (rename arbRegSMCurrentState_RNIJM9G2_0 "arbRegSMCurrentState_RNIJM9G2[0]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
3703
          (instance (rename arbRegSMCurrentState_RNIEGQTN_0 "arbRegSMCurrentState_RNIEGQTN[0]") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
3704
          (instance (rename arbRegSMCurrentState_RNIDJS95_0 "arbRegSMCurrentState_RNIDJS95[0]") (viewRef prim (cellRef OA1 (libraryRef PA3)))          )
3705
          (instance (rename arbRegSMCurrentState_RNIAS4K1_0_0 "arbRegSMCurrentState_RNIAS4K1_0[0]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
3706
          (instance (rename arbRegSMCurrentState_RNICAHF7Z0Z_0 "arbRegSMCurrentState_RNICAHF7[0]") (viewRef prim (cellRef OA1C (libraryRef PA3)))          )
3707
          (instance MASTERADDRINPROG_m2_0_a2 (viewRef prim (cellRef AO1B (libraryRef PA3)))          )
3708
          (instance (rename arbRegSMCurrentState_RNI9BBD9_0 "arbRegSMCurrentState_RNI9BBD9[0]") (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
3709
          (instance (rename arbRegSMCurrentState_RNI289E2_0 "arbRegSMCurrentState_RNI289E2[0]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
3710
          (instance (rename arbRegSMCurrentState_RNI57BD9_0 "arbRegSMCurrentState_RNI57BD9[0]") (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
3711
          (instance (rename arbRegSMCurrentState_RNI069E2_0 "arbRegSMCurrentState_RNI069E2[0]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
3712
          (instance (rename arbRegSMCurrentState_RNINQPT1_0 "arbRegSMCurrentState_RNINQPT1[0]") (viewRef prim (cellRef OR2 (libraryRef PA3)))          )
3713
          (instance (rename arbRegSMCurrentState_RNILOPT1_0 "arbRegSMCurrentState_RNILOPT1[0]") (viewRef prim (cellRef OR2 (libraryRef PA3)))          )
3714
          (instance (rename arbRegSMCurrentState_RNIHKPT1_0 "arbRegSMCurrentState_RNIHKPT1[0]") (viewRef prim (cellRef OR2 (libraryRef PA3)))          )
3715
          (instance (rename arbRegSMCurrentState_RNIVEL31_0_0 "arbRegSMCurrentState_RNIVEL31_0[0]") (viewRef prim (cellRef MIN3X (libraryRef PA3)))          )
3716
          (instance (rename arbRegSMCurrentState_RNO_3_14 "arbRegSMCurrentState_RNO_3[14]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
3717
          (instance (rename arbRegSMCurrentState_RNO_15 "arbRegSMCurrentState_RNO[15]") (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
3718
          (instance (rename arbRegSMCurrentState_RNO_14 "arbRegSMCurrentState_RNO[14]") (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
3719
          (instance (rename arbRegSMCurrentState_RNO_13 "arbRegSMCurrentState_RNO[13]") (viewRef prim (cellRef OR2A (libraryRef PA3)))          )
3720
          (instance (rename arbRegSMCurrentState_RNO_12 "arbRegSMCurrentState_RNO[12]") (viewRef prim (cellRef OR2 (libraryRef PA3)))          )
3721
          (instance (rename arbRegSMCurrentState_RNO_0_15 "arbRegSMCurrentState_RNO_0[15]") (viewRef prim (cellRef OR2A (libraryRef PA3)))          )
3722
          (instance (rename arbRegSMCurrentState_RNO_1_14 "arbRegSMCurrentState_RNO_1[14]") (viewRef prim (cellRef OR2 (libraryRef PA3)))          )
3723
          (instance (rename arbRegSMCurrentState_RNIP44K_10 "arbRegSMCurrentState_RNIP44K[10]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
3724
          (instance (rename arbRegSMCurrentState_RNO_10 "arbRegSMCurrentState_RNO[10]") (viewRef prim (cellRef AO1A (libraryRef PA3)))          )
3725
          (instance (rename arbRegSMCurrentState_RNO_6 "arbRegSMCurrentState_RNO[6]") (viewRef prim (cellRef AO1A (libraryRef PA3)))          )
3726
          (instance (rename arbRegSMCurrentState_RNO_2 "arbRegSMCurrentState_RNO[2]") (viewRef prim (cellRef AO1A (libraryRef PA3)))          )
3727
          (instance (rename arbRegSMCurrentState_RNIECHF7_0 "arbRegSMCurrentState_RNIECHF7[0]") (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
3728
          (instance (rename arbRegSMCurrentState_RNI8ECA7_0 "arbRegSMCurrentState_RNI8ECA7[0]") (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
3729
          (instance (rename arbRegSMCurrentState_RNI6CCA7_0 "arbRegSMCurrentState_RNI6CCA7[0]") (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
3730
          (instance (rename arbRegSMCurrentState_RNO_5 "arbRegSMCurrentState_RNO[5]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
3731
          (instance (rename arbRegSMCurrentState_RNO_4 "arbRegSMCurrentState_RNO[4]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
3732
          (instance (rename arbRegSMCurrentState_RNO_1 "arbRegSMCurrentState_RNO[1]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
3733
          (instance (rename arbRegSMCurrentState_RNO_0 "arbRegSMCurrentState_RNO[0]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
3734
          (instance (rename arbRegSMCurrentState_RNIGOLP7_0 "arbRegSMCurrentState_RNIGOLP7[0]") (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
3735
          (instance (rename arbRegSMCurrentState_RNIVEL31_0 "arbRegSMCurrentState_RNIVEL31[0]") (viewRef prim (cellRef OR3 (libraryRef PA3)))          )
3736
          (instance (rename arbRegSMCurrentState_RNI4ACA7_0 "arbRegSMCurrentState_RNI4ACA7[0]") (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
3737
          (instance (rename arbRegSMCurrentState_RNO_9 "arbRegSMCurrentState_RNO[9]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
3738
          (instance (rename arbRegSMCurrentState_RNO_8 "arbRegSMCurrentState_RNO[8]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
3739
          (instance (rename arbRegSMCurrentState_15 "arbRegSMCurrentState[15]") (viewRef prim (cellRef DFN1P0 (libraryRef PA3)))
3740
          )
3741
          (instance (rename arbRegSMCurrentState_14 "arbRegSMCurrentState[14]") (viewRef prim (cellRef DFN1P0 (libraryRef PA3)))
3742
          )
3743
          (instance (rename arbRegSMCurrentState_13 "arbRegSMCurrentState[13]") (viewRef prim (cellRef DFN1P0 (libraryRef PA3)))
3744
          )
3745
          (instance (rename arbRegSMCurrentState_12 "arbRegSMCurrentState[12]") (viewRef prim (cellRef DFN1P0 (libraryRef PA3)))
3746
          )
3747
          (instance (rename arbRegSMCurrentState_10 "arbRegSMCurrentState[10]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
3748
          )
3749
          (instance (rename arbRegSMCurrentState_9 "arbRegSMCurrentState[9]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
3750
          )
3751
          (instance (rename arbRegSMCurrentState_8 "arbRegSMCurrentState[8]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
3752
          )
3753
          (instance (rename arbRegSMCurrentState_6 "arbRegSMCurrentState[6]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
3754
          )
3755
          (instance (rename arbRegSMCurrentState_5 "arbRegSMCurrentState[5]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
3756
          )
3757
          (instance (rename arbRegSMCurrentState_4 "arbRegSMCurrentState[4]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
3758
          )
3759
          (instance (rename arbRegSMCurrentState_2 "arbRegSMCurrentState[2]") (viewRef prim (cellRef DFN1P0 (libraryRef PA3)))
3760
          )
3761
          (instance (rename arbRegSMCurrentState_1 "arbRegSMCurrentState[1]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
3762
          )
3763
          (instance (rename arbRegSMCurrentState_0 "arbRegSMCurrentState[0]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
3764
          )
3765
          (instance VCC_i (viewRef prim (cellRef VCC (libraryRef PA3)))          )
3766
          (instance GND_i (viewRef prim (cellRef GND (libraryRef PA3)))          )
3767
          (net (rename arbRegSMCurrentState_ns_i_a2_1_1 "arbRegSMCurrentState_ns_i_a2_1[1]") (joined
3768
           (portRef Y (instanceRef arbRegSMCurrentState_RNO_4_14))
3769
           (portRef C (instanceRef arbRegSMCurrentState_RNO_2_14))
3770
          ))
3771
          (net (rename arbRegSMCurrentState_i_0_14 "arbRegSMCurrentState_i_0[14]") (joined
3772
           (portRef Q (instanceRef arbRegSMCurrentState_14))
3773
           (portRef A (instanceRef arbRegSMCurrentState_RNO_1_14))
3774
           (portRef A (instanceRef arbRegSMCurrentState_RNIP44K_14))
3775
           (portRef A (instanceRef arbRegSMCurrentState_RNO_4_14))
3776
          ))
3777
          (net (rename arbRegSMCurrentState_i_0_13 "arbRegSMCurrentState_i_0[13]") (joined
3778
           (portRef Q (instanceRef arbRegSMCurrentState_13))
3779
           (portRef A (instanceRef arbRegSMCurrentState_RNO_0_14))
3780
           (portRef B (instanceRef arbRegSMCurrentState_RNO_4_14))
3781
          ))
3782
          (net (rename arbRegSMCurrentState_i_0_3 "arbRegSMCurrentState_i_0[15]") (joined
3783
           (portRef Q (instanceRef arbRegSMCurrentState_15))
3784
           (portRef B (instanceRef arbRegSMCurrentState_RNO_15))
3785
           (portRef C (instanceRef arbRegSMCurrentState_RNO_4_14))
3786
           (portRef arbRegSMCurrentState_i_0_3)
3787
          ))
3788
          (net (rename arbRegSMCurrentState_ns_i_a2_0_0_1 "arbRegSMCurrentState_ns_i_a2_0_0[1]") (joined
3789
           (portRef Y (instanceRef arbRegSMCurrentState_RNO_0_14))
3790
           (portRef A (instanceRef arbRegSMCurrentState_RNO_14))
3791
          ))
3792
          (net CoreAHBLite_0_AHBmslave0_HREADY (joined
3793
           (portRef CoreAHBLite_0_AHBmslave0_HREADY)
3794
           (portRef B (instanceRef arbRegSMCurrentState_RNO_8))
3795
           (portRef B (instanceRef arbRegSMCurrentState_RNO_9))
3796
           (portRef B (instanceRef arbRegSMCurrentState_RNO_0))
3797
           (portRef B (instanceRef arbRegSMCurrentState_RNO_1))
3798
           (portRef B (instanceRef arbRegSMCurrentState_RNO_4))
3799
           (portRef B (instanceRef arbRegSMCurrentState_RNO_5))
3800
           (portRef B (instanceRef arbRegSMCurrentState_RNO_12))
3801
           (portRef A (instanceRef arbRegSMCurrentState_RNO_13))
3802
           (portRef C (instanceRef arbRegSMCurrentState_RNO_15))
3803
           (portRef B (instanceRef arbRegSMCurrentState_RNO_0_14))
3804
          ))
3805
          (net HSEL_1_0_4 (joined
3806
           (portRef Y (instanceRef arbRegSMCurrentState_RNIH2SK9_0))
3807
           (portRef B (instanceRef arbRegSMCurrentState_RNIEGQTN_0))
3808
          ))
3809
          (net HSEL_1_0_0_a0_4 (joined
3810
           (portRef Y (instanceRef arbRegSMCurrentState_RNIP3DR3_0))
3811
           (portRef A (instanceRef arbRegSMCurrentState_RNIH2SK9_0))
3812
          ))
3813
          (net un4_m5_0_a3_1 (joined
3814
           (portRef un4_m5_0_a3_1)
3815
           (portRef B (instanceRef MASTERADDRINPROG_m2_0_a2))
3816
           (portRef C (instanceRef arbRegSMCurrentState_RNIB4DT5_0))
3817
           (portRef B (instanceRef arbRegSMCurrentState_RNIH2SK9_0))
3818
          ))
3819
          (net HSEL_1_0_2 (joined
3820
           (portRef Y (instanceRef arbRegSMCurrentState_RNIHTPM3_0))
3821
           (portRef C (instanceRef arbRegSMCurrentState_RNIH2SK9_0))
3822
          ))
3823
          (net HSEL_1_0_3 (joined
3824
           (portRef Y (instanceRef arbRegSMCurrentState_RNII9HB8_0))
3825
           (portRef A (instanceRef arbRegSMCurrentState_RNIEGQTN_0))
3826
          ))
3827
          (net HSEL_1_0_0 (joined
3828
           (portRef Y (instanceRef arbRegSMCurrentState_RNILM274_0))
3829
           (portRef A (instanceRef arbRegSMCurrentState_RNII9HB8_0))
3830
          ))
3831
          (net (rename arbRegSMCurrentState_RNIAS4K1_0Z0Z_0 "arbRegSMCurrentState_RNIAS4K1_0[0]") (joined
3832
           (portRef Y (instanceRef arbRegSMCurrentState_RNIAS4K1_0_0))
3833
           (portRef B (instanceRef arbRegSMCurrentState_RNII9HB8_0))
3834
          ))
3835
          (net (rename arbRegSMCurrentState_RNIJM9G2Z0Z_0 "arbRegSMCurrentState_RNIJM9G2[0]") (joined
3836
           (portRef Y (instanceRef arbRegSMCurrentState_RNIJM9G2_0))
3837
           (portRef C (instanceRef arbRegSMCurrentState_RNII9HB8_0))
3838
          ))
3839
          (net N_327 (joined
3840
           (portRef N_327)
3841
           (portRef C (instanceRef arbRegSMCurrentState_RNIQQIS2_14))
3842
           (portRef A (instanceRef arbRegSMCurrentState_RNIHTPM3_0))
3843
          ))
3844
          (net N_397 (joined
3845
           (portRef N_397)
3846
           (portRef B (instanceRef arbRegSMCurrentState_RNIG8815_14))
3847
           (portRef B (instanceRef arbRegSMCurrentState_RNIHTPM3_0))
3848
          ))
3849
          (net HSEL_1_0_0_a4_0 (joined
3850
           (portRef Y (instanceRef arbRegSMCurrentState_RNIAS4K1_0))
3851
           (portRef A (instanceRef arbRegSMCurrentState_RNIJM9G2_0))
3852
           (portRef C (instanceRef arbRegSMCurrentState_RNIHTPM3_0))
3853
          ))
3854
          (net HSEL_1_0_0_a7_0 (joined
3855
           (portRef Y (instanceRef arbRegSMCurrentState_RNITMNO1_14))
3856
           (portRef A (instanceRef arbRegSMCurrentState_RNILM274_0))
3857
          ))
3858
          (net HSEL_1_0_0_1_0 (joined
3859
           (portRef HSEL_1_0_0_1_0)
3860
           (portRef B (instanceRef arbRegSMCurrentState_RNILM274_0))
3861
          ))
3862
          (net HSEL_1_0_0_0_tz (joined
3863
           (portRef Y (instanceRef arbRegSMCurrentState_RNIVEL31_0_0))
3864
           (portRef B (instanceRef arbRegSMCurrentState_RNIAS4K1_0))
3865
           (portRef C (instanceRef arbRegSMCurrentState_RNILM274_0))
3866
          ))
3867
          (net HADDR_26_0_a3_i_a0_2 (joined
3868
           (portRef Y (instanceRef arbRegSMCurrentState_RNIL5804_0))
3869
           (portRef B (instanceRef arbRegSMCurrentState_RNI57BD9_0))
3870
          ))
3871
          (net N_330 (joined
3872
           (portRef N_330)
3873
           (portRef A (instanceRef arbRegSMCurrentState_RNIN7804_0))
3874
           (portRef A (instanceRef arbRegSMCurrentState_RNIL5804_0))
3875
          ))
3876
          (net N_171 (joined
3877
           (portRef Y (instanceRef arbRegSMCurrentState_RNII9881_14))
3878
           (portRef B (instanceRef arbRegSMCurrentState_RNO_0_15))
3879
           (portRef A (instanceRef arbRegSMCurrentState_RNITMNO1_14))
3880
           (portRef B (instanceRef arbRegSMCurrentState_RNIQQIS2_14))
3881
           (portRef C (instanceRef arbRegSMCurrentState_RNIR8JU2_0))
3882
           (portRef B (instanceRef arbRegSMCurrentState_RNIHQIR1_14))
3883
           (portRef B (instanceRef arbRegSMCurrentState_RNIN7804_0))
3884
           (portRef B (instanceRef arbRegSMCurrentState_RNIL5804_0))
3885
           (portRef N_171)
3886
          ))
3887
          (net HADDR_26_0_a3_i_out (joined
3888
           (portRef Y (instanceRef arbRegSMCurrentState_RNILOPT1_0))
3889
           (portRef A (instanceRef arbRegSMCurrentState_RNI069E2_0))
3890
           (portRef C (instanceRef arbRegSMCurrentState_RNIL5804_0))
3891
          ))
3892
          (net HADDR_27_0_a3_i_a0_2 (joined
3893
           (portRef Y (instanceRef arbRegSMCurrentState_RNIN7804_0))
3894
           (portRef B (instanceRef arbRegSMCurrentState_RNI9BBD9_0))
3895
          ))
3896
          (net HADDR_27_0_a3_i_out (joined
3897
           (portRef Y (instanceRef arbRegSMCurrentState_RNINQPT1_0))
3898
           (portRef A (instanceRef arbRegSMCurrentState_RNI289E2_0))
3899
           (portRef C (instanceRef arbRegSMCurrentState_RNIN7804_0))
3900
          ))
3901
          (net N_263 (joined
3902
           (portRef Y (instanceRef arbRegSMCurrentState_RNIVEL31_0))
3903
           (portRef B (instanceRef arbRegSMCurrentState_RNI4ACA7_0))
3904
           (portRef B (instanceRef arbRegSMCurrentState_RNIGOLP7_0))
3905
           (portRef B (instanceRef arbRegSMCurrentState_RNI6CCA7_0))
3906
           (portRef B (instanceRef arbRegSMCurrentState_RNI8ECA7_0))
3907
           (portRef C (instanceRef arbRegSMCurrentState_RNIECHF7_0))
3908
           (portRef A (instanceRef arbRegSMCurrentState_RNIHKPT1_0))
3909
           (portRef A (instanceRef arbRegSMCurrentState_RNILOPT1_0))
3910
           (portRef A (instanceRef arbRegSMCurrentState_RNINQPT1_0))
3911
           (portRef A (instanceRef arbRegSMCurrentState_RNIAS4K1_0_0))
3912
           (portRef B (instanceRef arbRegSMCurrentState_RNIDJS95_0))
3913
           (portRef B (instanceRef arbRegSMCurrentState_RNIDJS95_0_0))
3914
           (portRef B (instanceRef arbRegSMCurrentState_RNIR8JU2_0))
3915
           (portRef A (instanceRef arbRegSMCurrentState_RNIP3DR3_0))
3916
           (portRef N_263)
3917
          ))
3918
          (net HSEL_1_0_0_a0_1 (joined
3919
           (portRef Y (instanceRef arbRegSMCurrentState_RNIHQIR1_14))
3920
           (portRef B (instanceRef arbRegSMCurrentState_RNIP3DR3_0))
3921
          ))
3922
          (net N_254 (joined
3923
           (portRef N_254)
3924
           (portRef B (instanceRef arbRegSMCurrentState_RNIJM9G2_0))
3925
           (portRef A (instanceRef arbRegSMCurrentState_RNIB4DT5_0))
3926
           (portRef A (instanceRef arbRegSMCurrentState_RNIG8815_14))
3927
           (portRef C (instanceRef arbRegSMCurrentState_RNIP3DR3_0))
3928
          ))
3929
          (net HSEL_1_0_0_a0_0 (joined
3930
           (portRef HSEL_1_0_0_a0_0)
3931
           (portRef A (instanceRef arbRegSMCurrentState_RNIHQIR1_14))
3932
          ))
3933
          (net HSEL_1_0_0_a1_2 (joined
3934
           (portRef Y (instanceRef arbRegSMCurrentState_RNIR8JU2_0))
3935
           (portRef B (instanceRef arbRegSMCurrentState_RNIB4DT5_0))
3936
          ))
3937
          (net HSEL_1_0_0_a1_0 (joined
3938
           (portRef HSEL_1_0_0_a1_0)
3939
           (portRef A (instanceRef arbRegSMCurrentState_RNIR8JU2_0))
3940
          ))
3941
          (net HADDR_m5_0_a3_1 (joined
3942
           (portRef Y (instanceRef arbRegSMCurrentState_RNIQQIS2_14))
3943
           (portRef C (instanceRef arbRegSMCurrentState_RNIG8815_14))
3944
          ))
3945
          (net HADDR_m5_0_m3 (joined
3946
           (portRef HADDR_m5_0_m3)
3947
           (portRef A (instanceRef arbRegSMCurrentState_RNIQQIS2_14))
3948
          ))
3949
          (net un1_m1_e_0_0 (joined
3950
           (portRef un1_m1_e_0_0)
3951
           (portRef B (instanceRef arbRegSMCurrentState_RNI069E2_0))
3952
           (portRef B (instanceRef arbRegSMCurrentState_RNI289E2_0))
3953
           (portRef C (instanceRef MASTERADDRINPROG_m2_0_a2))
3954
           (portRef A (instanceRef arbRegSMCurrentState_RNICAHF7Z0Z_0))
3955
           (portRef B (instanceRef arbRegSMCurrentState_RNIAS4K1_0_0))
3956
           (portRef B (instanceRef arbRegSMCurrentState_RNITMNO1_14))
3957
           (portRef A (instanceRef arbRegSMCurrentState_RNIAS4K1_0))
3958
          ))
3959
          (net (rename arbRegSMCurrentState_ns_i_a2_0_0_0 "arbRegSMCurrentState_ns_i_a2_0_0[0]") (joined
3960
           (portRef Y (instanceRef arbRegSMCurrentState_RNIP44K_14))
3961
           (portRef A (instanceRef arbRegSMCurrentState_RNII9881_14))
3962
          ))
3963
          (net (rename arbRegSMCurrentStateZ0Z_2 "arbRegSMCurrentState[2]") (joined
3964
           (portRef Q (instanceRef arbRegSMCurrentState_2))
3965
           (portRef B (instanceRef arbRegSMCurrentState_RNO_2))
3966
           (portRef B (instanceRef arbRegSMCurrentState_RNO_3_14))
3967
           (portRef B (instanceRef arbRegSMCurrentState_RNIP44K_14))
3968
          ))
3969
          (net N_367 (joined
3970
           (portRef Y (instanceRef arbRegSMCurrentState_RNIDJS95_0_0))
3971
           (portRef N_367)
3972
          ))
3973
          (net N_403 (joined
3974
           (portRef N_403)
3975
           (portRef A (instanceRef arbRegSMCurrentState_RNIDJS95_0_0))
3976
          ))
3977
          (net un1_N_11_mux_i_5_a1_1 (joined
3978
           (portRef un1_N_11_mux_i_5_a1_1)
3979
           (portRef C (instanceRef arbRegSMCurrentState_RNIDJS95_0_0))
3980
          ))
3981
          (net N_156 (joined
3982
           (portRef Y (instanceRef arbRegSMCurrentState_RNO_2_14))
3983
           (portRef C (instanceRef arbRegSMCurrentState_RNO_14))
3984
          ))
3985
          (net (rename xhdl1221_0 "xhdl1221[0]") (joined
3986
           (portRef xhdl1221_0)
3987
           (portRef A (instanceRef arbRegSMCurrentState_RNO_2))
3988
           (portRef A (instanceRef arbRegSMCurrentState_RNO_6))
3989
           (portRef A (instanceRef arbRegSMCurrentState_RNO_10))
3990
           (portRef B (instanceRef arbRegSMCurrentState_RNO_1_14))
3991
           (portRef A (instanceRef arbRegSMCurrentState_RNO_0_15))
3992
           (portRef A (instanceRef arbRegSMCurrentState_RNO_2_14))
3993
          ))
3994
          (net N_172 (joined
3995
           (portRef Y (instanceRef arbRegSMCurrentState_RNO_3_14))
3996
           (portRef B (instanceRef arbRegSMCurrentState_RNO_2_14))
3997
          ))
3998
          (net N_171_1 (joined
3999
           (portRef Y (instanceRef arbRegSMCurrentState_RNIP44K_10))
4000
           (portRef A (instanceRef arbRegSMCurrentState_RNO_3_14))
4001
           (portRef B (instanceRef arbRegSMCurrentState_RNII9881_14))
4002
          ))
4003
          (net (rename arbRegSMCurrentState_RNIG8815Z0Z_14 "arbRegSMCurrentState_RNIG8815[14]") (joined
4004
           (portRef Y (instanceRef arbRegSMCurrentState_RNIG8815_14))
4005
           (portRef B (instanceRef arbRegSMCurrentState_RNICAHF7Z0Z_0))
4006
          ))
4007
          (net (rename arbRegSMCurrentState_RNIB4DT5Z0Z_0 "arbRegSMCurrentState_RNIB4DT5[0]") (joined
4008
           (portRef Y (instanceRef arbRegSMCurrentState_RNIB4DT5_0))
4009
           (portRef C (instanceRef arbRegSMCurrentState_RNIEGQTN_0))
4010
          ))
4011
          (net CoreAHBLite_0_AHBmslave0_HSELx (joined
4012
           (portRef Y (instanceRef arbRegSMCurrentState_RNIEGQTN_0))
4013
           (portRef CoreAHBLite_0_AHBmslave0_HSELx)
4014
          ))
4015
          (net N_363 (joined
4016
           (portRef Y (instanceRef arbRegSMCurrentState_RNIDJS95_0))
4017
           (portRef N_363)
4018
          ))
4019
          (net HTRANS_0_a3_i_a2_0_a0_1 (joined
4020
           (portRef HTRANS_0_a3_i_a2_0_a0_1)
4021
           (portRef A (instanceRef arbRegSMCurrentState_RNIDJS95_0))
4022
          ))
4023
          (net HTRANS_0_a3_i_a2_2_0 (joined
4024
           (portRef HTRANS_0_a3_i_a2_2_0)
4025
           (portRef C (instanceRef arbRegSMCurrentState_RNIDJS95_0))
4026
          ))
4027
          (net (rename arbRegSMCurrentState_RNICAHF7_0 "arbRegSMCurrentState_RNICAHF7[0]") (joined
4028
           (portRef Y (instanceRef arbRegSMCurrentState_RNICAHF7Z0Z_0))
4029
           (portRef arbRegSMCurrentState_RNICAHF7_0)
4030
          ))
4031
          (net HADDR_24_0_a3_i_out (joined
4032
           (portRef Y (instanceRef arbRegSMCurrentState_RNIHKPT1_0))
4033
           (portRef C (instanceRef arbRegSMCurrentState_RNICAHF7Z0Z_0))
4034
           (portRef HADDR_24_0_a3_i_out)
4035
          ))
4036
          (net (rename masterAddrInProg_i_1_0 "masterAddrInProg_i_1[0]") (joined
4037
           (portRef Y (instanceRef MASTERADDRINPROG_m2_0_a2))
4038
           (portRef A (instanceRef arbRegSMCurrentState_RNI4ACA7_0))
4039
           (portRef A (instanceRef arbRegSMCurrentState_RNIGOLP7_0))
4040
           (portRef A (instanceRef arbRegSMCurrentState_RNI6CCA7_0))
4041
           (portRef A (instanceRef arbRegSMCurrentState_RNI8ECA7_0))
4042
           (portRef A (instanceRef arbRegSMCurrentState_RNIECHF7_0))
4043
           (portRef masterAddrInProg_i_1_0)
4044
          ))
4045
          (net un4_m5_0_a3_2 (joined
4046
           (portRef un4_m5_0_a3_2)
4047
           (portRef A (instanceRef MASTERADDRINPROG_m2_0_a2))
4048
          ))
4049
          (net N_128 (joined
4050
           (portRef Y (instanceRef arbRegSMCurrentState_RNI9BBD9_0))
4051
           (portRef N_128)
4052
          ))
4053
          (net HADDR_26_0_a3_i_a0_3 (joined
4054
           (portRef HADDR_26_0_a3_i_a0_3)
4055
           (portRef A (instanceRef arbRegSMCurrentState_RNI57BD9_0))
4056
           (portRef A (instanceRef arbRegSMCurrentState_RNI9BBD9_0))
4057
          ))
4058
          (net (rename arbRegSMCurrentState_RNI289E2Z0Z_0 "arbRegSMCurrentState_RNI289E2[0]") (joined
4059
           (portRef Y (instanceRef arbRegSMCurrentState_RNI289E2_0))
4060
           (portRef C (instanceRef arbRegSMCurrentState_RNI9BBD9_0))
4061
          ))
4062
          (net N_124 (joined
4063
           (portRef Y (instanceRef arbRegSMCurrentState_RNI57BD9_0))
4064
           (portRef N_124)
4065
          ))
4066
          (net (rename arbRegSMCurrentState_RNI069E2Z0Z_0 "arbRegSMCurrentState_RNI069E2[0]") (joined
4067
           (portRef Y (instanceRef arbRegSMCurrentState_RNI069E2_0))
4068
           (portRef C (instanceRef arbRegSMCurrentState_RNI57BD9_0))
4069
          ))
4070
          (net N_325 (joined
4071
           (portRef N_325)
4072
           (portRef B (instanceRef arbRegSMCurrentState_RNINQPT1_0))
4073
          ))
4074
          (net N_324 (joined
4075
           (portRef N_324)
4076
           (portRef B (instanceRef arbRegSMCurrentState_RNILOPT1_0))
4077
          ))
4078
          (net N_322 (joined
4079
           (portRef N_322)
4080
           (portRef B (instanceRef arbRegSMCurrentState_RNIHKPT1_0))
4081
          ))
4082
          (net (rename masterAddrInProg_3 "masterAddrInProg[3]") (joined
4083
           (portRef Q (instanceRef arbRegSMCurrentState_0))
4084
           (portRef A (instanceRef arbRegSMCurrentState_RNIVEL31_0))
4085
           (portRef A (instanceRef arbRegSMCurrentState_RNO_0))
4086
           (portRef A (instanceRef arbRegSMCurrentState_RNO_1))
4087
           (portRef A (instanceRef arbRegSMCurrentState_RNIVEL31_0_0))
4088
           (portRef (member masteraddrinprog 0))
4089
          ))
4090
          (net (rename masterAddrInProg_2 "masterAddrInProg[2]") (joined
4091
           (portRef Q (instanceRef arbRegSMCurrentState_4))
4092
           (portRef B (instanceRef arbRegSMCurrentState_RNIVEL31_0))
4093
           (portRef A (instanceRef arbRegSMCurrentState_RNO_4))
4094
           (portRef A (instanceRef arbRegSMCurrentState_RNO_5))
4095
           (portRef B (instanceRef arbRegSMCurrentState_RNIVEL31_0_0))
4096
           (portRef (member masteraddrinprog 1))
4097
          ))
4098
          (net (rename masterAddrInProg_1 "masterAddrInProg[1]") (joined
4099
           (portRef Q (instanceRef arbRegSMCurrentState_8))
4100
           (portRef A (instanceRef arbRegSMCurrentState_RNO_8))
4101
           (portRef A (instanceRef arbRegSMCurrentState_RNO_9))
4102
           (portRef C (instanceRef arbRegSMCurrentState_RNIVEL31_0))
4103
           (portRef C (instanceRef arbRegSMCurrentState_RNIVEL31_0_0))
4104
           (portRef (member masteraddrinprog 2))
4105
          ))
4106
          (net (rename arbRegSMCurrentState_RNOZ0Z_15 "arbRegSMCurrentState_RNO[15]") (joined
4107
           (portRef Y (instanceRef arbRegSMCurrentState_RNO_15))
4108
           (portRef D (instanceRef arbRegSMCurrentState_15))
4109
          ))
4110
          (net N_152 (joined
4111
           (portRef Y (instanceRef arbRegSMCurrentState_RNO_0_15))
4112
           (portRef A (instanceRef arbRegSMCurrentState_RNO_15))
4113
          ))
4114
          (net (rename arbRegSMCurrentState_RNOZ0Z_14 "arbRegSMCurrentState_RNO[14]") (joined
4115
           (portRef Y (instanceRef arbRegSMCurrentState_RNO_14))
4116
           (portRef D (instanceRef arbRegSMCurrentState_14))
4117
          ))
4118
          (net N_153 (joined
4119
           (portRef Y (instanceRef arbRegSMCurrentState_RNO_1_14))
4120
           (portRef B (instanceRef arbRegSMCurrentState_RNO_14))
4121
          ))
4122
          (net (rename arbRegSMCurrentState_RNOZ0Z_13 "arbRegSMCurrentState_RNO[13]") (joined
4123
           (portRef Y (instanceRef arbRegSMCurrentState_RNO_13))
4124
           (portRef D (instanceRef arbRegSMCurrentState_13))
4125
          ))
4126
          (net (rename arbRegSMCurrentState_i_0_0 "arbRegSMCurrentState_i_0[12]") (joined
4127
           (portRef Q (instanceRef arbRegSMCurrentState_12))
4128
           (portRef A (instanceRef arbRegSMCurrentState_RNO_12))
4129
           (portRef B (instanceRef arbRegSMCurrentState_RNO_13))
4130
           (portRef arbRegSMCurrentState_i_0_0)
4131
          ))
4132
          (net (rename arbRegSMCurrentState_RNOZ0Z_12 "arbRegSMCurrentState_RNO[12]") (joined
4133
           (portRef Y (instanceRef arbRegSMCurrentState_RNO_12))
4134
           (portRef D (instanceRef arbRegSMCurrentState_12))
4135
          ))
4136
          (net (rename arbRegSMCurrentStateZ0Z_6 "arbRegSMCurrentState[6]") (joined
4137
           (portRef Q (instanceRef arbRegSMCurrentState_6))
4138
           (portRef B (instanceRef arbRegSMCurrentState_RNO_6))
4139
           (portRef A (instanceRef arbRegSMCurrentState_RNIP44K_10))
4140
          ))
4141
          (net (rename arbRegSMCurrentStateZ0Z_10 "arbRegSMCurrentState[10]") (joined
4142
           (portRef Q (instanceRef arbRegSMCurrentState_10))
4143
           (portRef B (instanceRef arbRegSMCurrentState_RNO_10))
4144
           (portRef B (instanceRef arbRegSMCurrentState_RNIP44K_10))
4145
          ))
4146
          (net (rename arbRegSMCurrentState_ns_5 "arbRegSMCurrentState_ns[5]") (joined
4147
           (portRef Y (instanceRef arbRegSMCurrentState_RNO_10))
4148
           (portRef D (instanceRef arbRegSMCurrentState_10))
4149
          ))
4150
          (net (rename arbRegSMCurrentStateZ0Z_9 "arbRegSMCurrentState[9]") (joined
4151
           (portRef Q (instanceRef arbRegSMCurrentState_9))
4152
           (portRef C (instanceRef arbRegSMCurrentState_RNO_10))
4153
          ))
4154
          (net (rename arbRegSMCurrentState_ns_9 "arbRegSMCurrentState_ns[9]") (joined
4155
           (portRef Y (instanceRef arbRegSMCurrentState_RNO_6))
4156
           (portRef D (instanceRef arbRegSMCurrentState_6))
4157
          ))
4158
          (net (rename arbRegSMCurrentStateZ0Z_5 "arbRegSMCurrentState[5]") (joined
4159
           (portRef Q (instanceRef arbRegSMCurrentState_5))
4160
           (portRef C (instanceRef arbRegSMCurrentState_RNO_6))
4161
          ))
4162
          (net (rename arbRegSMCurrentState_ns_13 "arbRegSMCurrentState_ns[13]") (joined
4163
           (portRef Y (instanceRef arbRegSMCurrentState_RNO_2))
4164
           (portRef D (instanceRef arbRegSMCurrentState_2))
4165
          ))
4166
          (net (rename arbRegSMCurrentStateZ0Z_1 "arbRegSMCurrentState[1]") (joined
4167
           (portRef Q (instanceRef arbRegSMCurrentState_1))
4168
           (portRef C (instanceRef arbRegSMCurrentState_RNO_2))
4169
          ))
4170
          (net N_120 (joined
4171
           (portRef Y (instanceRef arbRegSMCurrentState_RNIECHF7_0))
4172
           (portRef N_120)
4173
          ))
4174
          (net N_323 (joined
4175
           (portRef N_323)
4176
           (portRef B (instanceRef arbRegSMCurrentState_RNIECHF7_0))
4177
          ))
4178
          (net N_22 (joined
4179
           (portRef Y (instanceRef arbRegSMCurrentState_RNI8ECA7_0))
4180
           (portRef N_22)
4181
          ))
4182
          (net N_302 (joined
4183
           (portRef N_302)
4184
           (portRef C (instanceRef arbRegSMCurrentState_RNI8ECA7_0))
4185
          ))
4186
          (net N_20 (joined
4187
           (portRef Y (instanceRef arbRegSMCurrentState_RNI6CCA7_0))
4188
           (portRef N_20)
4189
          ))
4190
          (net N_301 (joined
4191
           (portRef N_301)
4192
           (portRef C (instanceRef arbRegSMCurrentState_RNI6CCA7_0))
4193
          ))
4194
          (net (rename arbRegSMCurrentState_RNOZ0Z_5 "arbRegSMCurrentState_RNO[5]") (joined
4195
           (portRef Y (instanceRef arbRegSMCurrentState_RNO_5))
4196
           (portRef D (instanceRef arbRegSMCurrentState_5))
4197
          ))
4198
          (net (rename arbRegSMCurrentState_RNOZ0Z_4 "arbRegSMCurrentState_RNO[4]") (joined
4199
           (portRef Y (instanceRef arbRegSMCurrentState_RNO_4))
4200
           (portRef D (instanceRef arbRegSMCurrentState_4))
4201
          ))
4202
          (net (rename arbRegSMCurrentState_RNOZ0Z_1 "arbRegSMCurrentState_RNO[1]") (joined
4203
           (portRef Y (instanceRef arbRegSMCurrentState_RNO_1))
4204
           (portRef D (instanceRef arbRegSMCurrentState_1))
4205
          ))
4206
          (net (rename arbRegSMCurrentState_RNOZ0Z_0 "arbRegSMCurrentState_RNO[0]") (joined
4207
           (portRef Y (instanceRef arbRegSMCurrentState_RNO_0))
4208
           (portRef D (instanceRef arbRegSMCurrentState_0))
4209
          ))
4210
          (net N_135 (joined
4211
           (portRef Y (instanceRef arbRegSMCurrentState_RNIGOLP7_0))
4212
           (portRef N_135)
4213
          ))
4214
          (net N_326 (joined
4215
           (portRef N_326)
4216
           (portRef C (instanceRef arbRegSMCurrentState_RNIGOLP7_0))
4217
          ))
4218
          (net N_18 (joined
4219
           (portRef Y (instanceRef arbRegSMCurrentState_RNI4ACA7_0))
4220
           (portRef N_18)
4221
          ))
4222
          (net N_300 (joined
4223
           (portRef N_300)
4224
           (portRef C (instanceRef arbRegSMCurrentState_RNI4ACA7_0))
4225
          ))
4226
          (net (rename arbRegSMCurrentState_RNOZ0Z_9 "arbRegSMCurrentState_RNO[9]") (joined
4227
           (portRef Y (instanceRef arbRegSMCurrentState_RNO_9))
4228
           (portRef D (instanceRef arbRegSMCurrentState_9))
4229
          ))
4230
          (net (rename arbRegSMCurrentState_RNOZ0Z_8 "arbRegSMCurrentState_RNO[8]") (joined
4231
           (portRef Y (instanceRef arbRegSMCurrentState_RNO_8))
4232
           (portRef D (instanceRef arbRegSMCurrentState_8))
4233
          ))
4234
          (net HCLK_c (joined
4235
           (portRef HCLK_c)
4236
           (portRef CLK (instanceRef arbRegSMCurrentState_0))
4237
           (portRef CLK (instanceRef arbRegSMCurrentState_1))
4238
           (portRef CLK (instanceRef arbRegSMCurrentState_2))
4239
           (portRef CLK (instanceRef arbRegSMCurrentState_4))
4240
           (portRef CLK (instanceRef arbRegSMCurrentState_5))
4241
           (portRef CLK (instanceRef arbRegSMCurrentState_6))
4242
           (portRef CLK (instanceRef arbRegSMCurrentState_8))
4243
           (portRef CLK (instanceRef arbRegSMCurrentState_9))
4244
           (portRef CLK (instanceRef arbRegSMCurrentState_10))
4245
           (portRef CLK (instanceRef arbRegSMCurrentState_12))
4246
           (portRef CLK (instanceRef arbRegSMCurrentState_13))
4247
           (portRef CLK (instanceRef arbRegSMCurrentState_14))
4248
           (portRef CLK (instanceRef arbRegSMCurrentState_15))
4249
          ))
4250
          (net HRESETn_c (joined
4251
           (portRef HRESETn_c)
4252
           (portRef CLR (instanceRef arbRegSMCurrentState_0))
4253
           (portRef CLR (instanceRef arbRegSMCurrentState_1))
4254
           (portRef PRE (instanceRef arbRegSMCurrentState_2))
4255
           (portRef CLR (instanceRef arbRegSMCurrentState_4))
4256
           (portRef CLR (instanceRef arbRegSMCurrentState_5))
4257
           (portRef CLR (instanceRef arbRegSMCurrentState_6))
4258
           (portRef CLR (instanceRef arbRegSMCurrentState_8))
4259
           (portRef CLR (instanceRef arbRegSMCurrentState_9))
4260
           (portRef CLR (instanceRef arbRegSMCurrentState_10))
4261
           (portRef PRE (instanceRef arbRegSMCurrentState_12))
4262
           (portRef PRE (instanceRef arbRegSMCurrentState_13))
4263
           (portRef PRE (instanceRef arbRegSMCurrentState_14))
4264
           (portRef PRE (instanceRef arbRegSMCurrentState_15))
4265
          ))
4266
          (net GND (joined
4267
           (portRef Y (instanceRef GND_i))
4268
          ))
4269
          (net VCC (joined
4270
           (portRef Y (instanceRef VCC_i))
4271
          ))
4272
         )
4273
        (property langParams (string "SYNC_RESET"))
4274
        (property SYNC_RESET (integer 0))
4275
        (property orig_inst_of (string "COREAHBLITE_SLAVEARBITER"))
4276
       )
4277
    )
4278
    (cell COREAHBLITE_DEFAULTSLAVESM_0 (cellType GENERIC)
4279
       (view netlist (viewType NETLIST)
4280
         (interface
4281
           (port HRESETn_c (direction INPUT))
4282
           (port HCLK_c (direction INPUT))
4283
           (port N_382 (direction INPUT))
4284
           (port N_383 (direction INPUT))
4285
           (port N_390 (direction INPUT))
4286
           (port N_389 (direction INPUT))
4287
           (port N_393 (direction INPUT))
4288
           (port N_391 (direction OUTPUT))
4289
           (port N_394 (direction OUTPUT))
4290
           (port N_392 (direction OUTPUT))
4291
           (port N_399 (direction OUTPUT))
4292
           (port defSlaveSMCurrentState (direction OUTPUT))
4293
         )
4294
         (contents
4295
          (instance defSlaveSMCurrentState_RNO (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
4296
          (instance defSlaveSMNextState_i_0_a4 (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
4297
          (instance defSlaveSMNextState_i_0_a2_0 (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
4298
          (instance defSlaveSMNextState_i_0_a2 (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
4299
          (instance defSlaveSMNextState_i_0_a2_1 (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
4300
          (instance (rename defSlaveSMCurrentStateZ0 "defSlaveSMCurrentState") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
4301
          )
4302
          (instance VCC_i (viewRef prim (cellRef VCC (libraryRef PA3)))          )
4303
          (instance GND_i (viewRef prim (cellRef GND (libraryRef PA3)))          )
4304
          (net N_28 (joined
4305
           (portRef Y (instanceRef defSlaveSMCurrentState_RNO))
4306
           (portRef D (instanceRef defSlaveSMCurrentStateZ0))
4307
          ))
4308
          (net defSlaveSMCurrentState (joined
4309
           (portRef Q (instanceRef defSlaveSMCurrentStateZ0))
4310
           (portRef A (instanceRef defSlaveSMCurrentState_RNO))
4311
           (portRef defSlaveSMCurrentState)
4312
          ))
4313
          (net N_399 (joined
4314
           (portRef Y (instanceRef defSlaveSMNextState_i_0_a4))
4315
           (portRef B (instanceRef defSlaveSMCurrentState_RNO))
4316
           (portRef N_399)
4317
          ))
4318
          (net N_392 (joined
4319
           (portRef Y (instanceRef defSlaveSMNextState_i_0_a2))
4320
           (portRef A (instanceRef defSlaveSMNextState_i_0_a4))
4321
           (portRef N_392)
4322
          ))
4323
          (net N_394 (joined
4324
           (portRef Y (instanceRef defSlaveSMNextState_i_0_a2_0))
4325
           (portRef B (instanceRef defSlaveSMNextState_i_0_a4))
4326
           (portRef N_394)
4327
          ))
4328
          (net N_391 (joined
4329
           (portRef Y (instanceRef defSlaveSMNextState_i_0_a2_1))
4330
           (portRef A (instanceRef defSlaveSMNextState_i_0_a2_0))
4331
           (portRef N_391)
4332
          ))
4333
          (net N_393 (joined
4334
           (portRef N_393)
4335
           (portRef B (instanceRef defSlaveSMNextState_i_0_a2_0))
4336
          ))
4337
          (net N_389 (joined
4338
           (portRef N_389)
4339
           (portRef A (instanceRef defSlaveSMNextState_i_0_a2))
4340
          ))
4341
          (net N_390 (joined
4342
           (portRef N_390)
4343
           (portRef B (instanceRef defSlaveSMNextState_i_0_a2))
4344
          ))
4345
          (net N_383 (joined
4346
           (portRef N_383)
4347
           (portRef A (instanceRef defSlaveSMNextState_i_0_a2_1))
4348
          ))
4349
          (net N_382 (joined
4350
           (portRef N_382)
4351
           (portRef B (instanceRef defSlaveSMNextState_i_0_a2_1))
4352
          ))
4353
          (net HCLK_c (joined
4354
           (portRef HCLK_c)
4355
           (portRef CLK (instanceRef defSlaveSMCurrentStateZ0))
4356
          ))
4357
          (net HRESETn_c (joined
4358
           (portRef HRESETn_c)
4359
           (portRef CLR (instanceRef defSlaveSMCurrentStateZ0))
4360
          ))
4361
          (net GND (joined
4362
           (portRef Y (instanceRef GND_i))
4363
          ))
4364
          (net VCC (joined
4365
           (portRef Y (instanceRef VCC_i))
4366
          ))
4367
         )
4368
        (property langParams (string "SYNC_RESET"))
4369
        (property SYNC_RESET (integer 0))
4370
        (property orig_inst_of (string "COREAHBLITE_DEFAULTSLAVESM"))
4371
       )
4372
    )
4373
    (cell COREAHBLITE_SLAVESTAGE_16 (cellType GENERIC)
4374
       (view netlist (viewType NETLIST)
4375
         (interface
4376
           (port xhdl1221_0 (direction INPUT))
4377
           (port arbRegSMCurrentState_RNICAHF7_0 (direction OUTPUT))
4378
           (port arbRegSMCurrentState_i_0_3 (direction OUTPUT))
4379
           (port arbRegSMCurrentState_i_0_0 (direction OUTPUT))
4380
           (port masterAddrInProg_i_1_0 (direction OUTPUT))
4381
           (port regHADDR_29 (direction INPUT))
4382
           (port regHADDR_22 (direction INPUT))
4383
           (port regHADDR_23 (direction INPUT))
4384
           (port regHADDR_24 (direction INPUT))
4385
           (port regHADDR_25 (direction INPUT))
4386
           (port regHADDR_2 (direction INPUT))
4387
           (port regHADDR_1 (direction INPUT))
4388
           (port regHADDR_0 (direction INPUT))
4389
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_29 (direction INPUT))
4390
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_22 (direction INPUT))
4391
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_23 (direction INPUT))
4392
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_24 (direction INPUT))
4393
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_25 (direction INPUT))
4394
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_2 (direction INPUT))
4395
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_1 (direction INPUT))
4396
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_0 (direction INPUT))
4397
           (port (array (rename ahbmaster_fic_0_ahbmaster_hwdata "AHBMASTER_FIC_0_AHBmaster_HWDATA[7:0]") 8) (direction INPUT))
4398
           (port (array (rename coreahblite_0_ahbmslave0_hwdata "CoreAHBLite_0_AHBmslave0_HWDATA[7:0]") 8) (direction OUTPUT))
4399
           (port AHBMASTER_FIC_0_AHBmaster_HTRANS_0 (direction INPUT))
4400
           (port masterDataInProg_0 (direction OUTPUT))
4401
           (port SDATASELInt_2 (direction INPUT))
4402
           (port SDATASELInt_4 (direction INPUT))
4403
           (port SDATASELInt_0 (direction INPUT))
4404
           (port N_327 (direction INPUT))
4405
           (port N_397 (direction INPUT))
4406
           (port N_330 (direction INPUT))
4407
           (port N_171 (direction OUTPUT))
4408
           (port N_263 (direction OUTPUT))
4409
           (port N_367 (direction OUTPUT))
4410
           (port N_403 (direction INPUT))
4411
           (port un1_N_11_mux_i_5_a1_1 (direction INPUT))
4412
           (port CoreAHBLite_0_AHBmslave0_HSELx (direction OUTPUT))
4413
           (port N_363 (direction OUTPUT))
4414
           (port HADDR_24_0_a3_i_out (direction OUTPUT))
4415
           (port un4_m5_0_a3_2 (direction INPUT))
4416
           (port N_128 (direction OUTPUT))
4417
           (port N_124 (direction OUTPUT))
4418
           (port N_120 (direction OUTPUT))
4419
           (port N_22 (direction OUTPUT))
4420
           (port N_20 (direction OUTPUT))
4421
           (port N_135 (direction OUTPUT))
4422
           (port N_18 (direction OUTPUT))
4423
           (port CoreAHBLite_0_AHBmslave0_HREADY (direction INPUT))
4424
           (port HRESETn_c (direction INPUT))
4425
           (port HCLK_c (direction INPUT))
4426
           (port regHWRITE (direction INPUT))
4427
           (port AHBMASTER_FIC_0_AHBmaster_HWRITE (direction INPUT))
4428
           (port N_326 (direction OUTPUT))
4429
           (port N_323 (direction OUTPUT))
4430
           (port regHTRANS (direction INPUT))
4431
           (port N_389 (direction INPUT))
4432
           (port N_377 (direction INPUT))
4433
           (port N_378 (direction INPUT))
4434
           (port N_390 (direction INPUT))
4435
           (port N_379 (direction INPUT))
4436
           (port N_380 (direction INPUT))
4437
           (port HTRANS_0_a3_i_a2_3_0 (direction OUTPUT))
4438
           (port HTRANS_0_a3_i_a2_4_0 (direction OUTPUT))
4439
           (port N_392 (direction INPUT))
4440
           (port N_365_1 (direction OUTPUT))
4441
           (port N_365 (direction OUTPUT))
4442
           (port N_394 (direction INPUT))
4443
           (port N_364_1 (direction OUTPUT))
4444
           (port N_364 (direction OUTPUT))
4445
           (port N_391 (direction INPUT))
4446
           (port un1_m1_e_0_0 (direction INPUT))
4447
           (port N_393 (direction OUTPUT))
4448
           (port N_398 (direction INPUT))
4449
           (port masterRegAddrSel (direction INPUT))
4450
           (port un4_m5_0_a3_1 (direction INPUT))
4451
           (port N_254 (direction OUTPUT))
4452
         )
4453
         (contents
4454
          (instance HADDR_26_0_a3_i_a0_3 (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
4455
          (instance HSEL_1_0_0_a0_0 (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
4456
          (instance HSEL_1_0_0_a1_0 (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
4457
          (instance HTRANS_0_a3_i_a2_2_0 (viewRef prim (cellRef XA1 (libraryRef PA3)))          )
4458
          (instance HTRANS_m2_e_0_0 (viewRef prim (cellRef NOR3 (libraryRef PA3)))          )
4459
          (instance HSEL_1_0_0_1_0 (viewRef prim (cellRef OR2A (libraryRef PA3)))          )
4460
          (instance HTRANS_0_a3_i_a2_0_a0_1_0 (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
4461
          (instance (rename masterDataInProg_RNIVM5U_3 "masterDataInProg_RNIVM5U[3]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
4462
          (instance (rename masterDataInProg_RNIVM5U_1 "masterDataInProg_RNIVM5U[1]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
4463
          (instance HTRANS_0_a3_i_a2_1 (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
4464
          (instance HTRANS_m2_e_0 (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
4465
          (instance HTRANS_0_a3_i_a2_0_a0_1 (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
4466
          (instance HSEL_1_0_0_1_tz_tz (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
4467
          (instance HADDR_m5_0_m3 (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
4468
          (instance (rename HTRANS_0_a3_i_a2_4Z0Z_0 "HTRANS_0_a3_i_a2_4_0") (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
4469
          (instance (rename HTRANS_0_a3_i_a2_3Z0Z_0 "HTRANS_0_a3_i_a2_3_0") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
4470
          (instance HTRANS_0_a3_i_a2_1_1 (viewRef prim (cellRef OA1 (libraryRef PA3)))          )
4471
          (instance HTRANS_0_a3_i_a2_2_1 (viewRef prim (cellRef OA1 (libraryRef PA3)))          )
4472
          (instance HTRANS_0_a3_i_o4 (viewRef prim (cellRef MX2 (libraryRef PA3)))          )
4473
          (instance HADDR_24_0_a3_i_m2 (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
4474
          (instance HADDR_25_0_a3_i_m2 (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
4475
          (instance HADDR_26_0_a3_i_m2 (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
4476
          (instance HADDR_27_0_a3_i_m2 (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
4477
          (instance HADDR_4_0_a3_i_m2 (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
4478
          (instance HADDR_3_0_a3_i_m2 (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
4479
          (instance (rename masterDataInProg_RNI4MM22_1 "masterDataInProg_RNI4MM22[1]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
4480
          (instance (rename masterDataInProg_RNI5NM22_1 "masterDataInProg_RNI5NM22[1]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
4481
          (instance (rename masterDataInProg_RNI6OM22_1 "masterDataInProg_RNI6OM22[1]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
4482
          (instance (rename masterDataInProg_RNI7PM22_1 "masterDataInProg_RNI7PM22[1]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
4483
          (instance (rename masterDataInProg_RNI8QM22_1 "masterDataInProg_RNI8QM22[1]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
4484
          (instance (rename masterDataInProg_RNI9RM22_1 "masterDataInProg_RNI9RM22[1]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
4485
          (instance (rename masterDataInProg_RNIASM22_1 "masterDataInProg_RNIASM22[1]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
4486
          (instance (rename masterDataInProg_RNIBTM22_1 "masterDataInProg_RNIBTM22[1]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
4487
          (instance HWRITE_0_0_a3_i_m2 (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
4488
          (instance HADDR_2_0_a3_i_m2 (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
4489
          (instance (rename masterDataInProgZ0Z_0 "masterDataInProg[0]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
4490
          )
4491
          (instance (rename masterDataInProg_1 "masterDataInProg[1]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
4492
          )
4493
          (instance (rename masterDataInProg_2 "masterDataInProg[2]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
4494
          )
4495
          (instance (rename masterDataInProg_3 "masterDataInProg[3]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
4496
          )
4497
          (instance slave_arbiter (viewRef netlist (cellRef COREAHBLITE_SLAVEARBITER_0))
4498
           (property SYNC_RESET (integer 0))
4499
          )
4500
          (instance VCC_i (viewRef prim (cellRef VCC (libraryRef PA3)))          )
4501
          (instance GND_i (viewRef prim (cellRef GND (libraryRef PA3)))          )
4502
          (net (rename HADDR_26_0_a3_i_a0Z0Z_3 "HADDR_26_0_a3_i_a0_3") (joined
4503
           (portRef Y (instanceRef HADDR_26_0_a3_i_a0_3))
4504
           (portRef HADDR_26_0_a3_i_a0_3 (instanceRef slave_arbiter))
4505
          ))
4506
          (net N_254 (joined
4507
           (portRef Y (instanceRef HTRANS_0_a3_i_o4))
4508
           (portRef N_254 (instanceRef slave_arbiter))
4509
           (portRef A (instanceRef HADDR_26_0_a3_i_a0_3))
4510
           (portRef N_254)
4511
          ))
4512
          (net un4_m5_0_a3_1 (joined
4513
           (portRef un4_m5_0_a3_1)
4514
           (portRef un4_m5_0_a3_1 (instanceRef slave_arbiter))
4515
           (portRef B (instanceRef HADDR_26_0_a3_i_a0_3))
4516
          ))
4517
          (net (rename HSEL_1_0_0_a0Z0Z_0 "HSEL_1_0_0_a0_0") (joined
4518
           (portRef Y (instanceRef HSEL_1_0_0_a0_0))
4519
           (portRef HSEL_1_0_0_a0_0 (instanceRef slave_arbiter))
4520
          ))
4521
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_29 "AHBMASTER_FIC_0_AHBmaster_HADDR[31]") (joined
4522
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_29)
4523
           (portRef A (instanceRef HADDR_m5_0_m3))
4524
           (portRef A (instanceRef HSEL_1_0_0_1_tz_tz))
4525
           (portRef A (instanceRef HSEL_1_0_0_a0_0))
4526
          ))
4527
          (net masterRegAddrSel (joined
4528
           (portRef masterRegAddrSel)
4529
           (portRef S (instanceRef HADDR_2_0_a3_i_m2))
4530
           (portRef S (instanceRef HWRITE_0_0_a3_i_m2))
4531
           (portRef S (instanceRef HADDR_3_0_a3_i_m2))
4532
           (portRef S (instanceRef HADDR_4_0_a3_i_m2))
4533
           (portRef S (instanceRef HADDR_27_0_a3_i_m2))
4534
           (portRef S (instanceRef HADDR_26_0_a3_i_m2))
4535
           (portRef S (instanceRef HADDR_25_0_a3_i_m2))
4536
           (portRef S (instanceRef HADDR_24_0_a3_i_m2))
4537
           (portRef S (instanceRef HTRANS_0_a3_i_o4))
4538
           (portRef S (instanceRef HADDR_m5_0_m3))
4539
           (portRef S (instanceRef HSEL_1_0_0_1_tz_tz))
4540
           (portRef A (instanceRef HSEL_1_0_0_a1_0))
4541
           (portRef B (instanceRef HSEL_1_0_0_a0_0))
4542
          ))
4543
          (net (rename HSEL_1_0_0_a1Z0Z_0 "HSEL_1_0_0_a1_0") (joined
4544
           (portRef Y (instanceRef HSEL_1_0_0_a1_0))
4545
           (portRef HSEL_1_0_0_a1_0 (instanceRef slave_arbiter))
4546
          ))
4547
          (net (rename regHADDR_29 "regHADDR[31]") (joined
4548
           (portRef regHADDR_29)
4549
           (portRef B (instanceRef HADDR_m5_0_m3))
4550
           (portRef B (instanceRef HSEL_1_0_0_1_tz_tz))
4551
           (portRef B (instanceRef HSEL_1_0_0_a1_0))
4552
          ))
4553
          (net (rename HTRANS_0_a3_i_a2_2Z0Z_0 "HTRANS_0_a3_i_a2_2_0") (joined
4554
           (portRef Y (instanceRef HTRANS_0_a3_i_a2_2_0))
4555
           (portRef HTRANS_0_a3_i_a2_2_0 (instanceRef slave_arbiter))
4556
          ))
4557
          (net (rename SDATASELInt_2 "SDATASELInt[3]") (joined
4558
           (portRef SDATASELInt_2)
4559
           (portRef C (instanceRef HTRANS_0_a3_i_a2_4Z0Z_0))
4560
           (portRef B (instanceRef HTRANS_m2_e_0_0))
4561
           (portRef A (instanceRef HTRANS_0_a3_i_a2_2_0))
4562
          ))
4563
          (net (rename SDATASELInt_4 "SDATASELInt[5]") (joined
4564
           (portRef SDATASELInt_4)
4565
           (portRef B (instanceRef HTRANS_0_a3_i_a2_4Z0Z_0))
4566
           (portRef A (instanceRef HTRANS_m2_e_0_0))
4567
           (portRef B (instanceRef HTRANS_0_a3_i_a2_2_0))
4568
          ))
4569
          (net N_398 (joined
4570
           (portRef N_398)
4571
           (portRef A (instanceRef HTRANS_0_a3_i_a2_3Z0Z_0))
4572
           (portRef C (instanceRef HTRANS_m2_e_0))
4573
           (portRef A (instanceRef HTRANS_0_a3_i_a2_1))
4574
           (portRef C (instanceRef HTRANS_0_a3_i_a2_2_0))
4575
          ))
4576
          (net N_393 (joined
4577
           (portRef Y (instanceRef HTRANS_m2_e_0_0))
4578
           (portRef B (instanceRef HTRANS_0_a3_i_a2_3Z0Z_0))
4579
           (portRef N_393)
4580
          ))
4581
          (net (rename SDATASELInt_0 "SDATASELInt[1]") (joined
4582
           (portRef SDATASELInt_0)
4583
           (portRef A (instanceRef HTRANS_0_a3_i_a2_4Z0Z_0))
4584
           (portRef B (instanceRef HTRANS_0_a3_i_a2_0_a0_1_0))
4585
           (portRef C (instanceRef HTRANS_m2_e_0_0))
4586
          ))
4587
          (net (rename HSEL_1_0_0_1Z0Z_0 "HSEL_1_0_0_1_0") (joined
4588
           (portRef Y (instanceRef HSEL_1_0_0_1_0))
4589
           (portRef HSEL_1_0_0_1_0 (instanceRef slave_arbiter))
4590
          ))
4591
          (net un1_m1_e_0_0 (joined
4592
           (portRef un1_m1_e_0_0)
4593
           (portRef un1_m1_e_0_0 (instanceRef slave_arbiter))
4594
           (portRef A (instanceRef HSEL_1_0_0_1_0))
4595
          ))
4596
          (net (rename HSEL_1_0_0_1_tz_tzZ0 "HSEL_1_0_0_1_tz_tz") (joined
4597
           (portRef Y (instanceRef HSEL_1_0_0_1_tz_tz))
4598
           (portRef B (instanceRef HSEL_1_0_0_1_0))
4599
          ))
4600
          (net (rename HTRANS_0_a3_i_a2_0_a0_1Z0Z_0 "HTRANS_0_a3_i_a2_0_a0_1_0") (joined
4601
           (portRef Y (instanceRef HTRANS_0_a3_i_a2_0_a0_1_0))
4602
           (portRef A (instanceRef HTRANS_0_a3_i_a2_0_a0_1))
4603
          ))
4604
          (net N_391 (joined
4605
           (portRef N_391)
4606
           (portRef A (instanceRef HTRANS_0_a3_i_a2_0_a0_1_0))
4607
          ))
4608
          (net hwdata10_1 (joined
4609
           (portRef Y (instanceRef masterDataInProg_RNIVM5U_3))
4610
           (portRef B (instanceRef masterDataInProg_RNIBTM22_1))
4611
           (portRef B (instanceRef masterDataInProg_RNIASM22_1))
4612
           (portRef B (instanceRef masterDataInProg_RNI9RM22_1))
4613
           (portRef B (instanceRef masterDataInProg_RNI8QM22_1))
4614
           (portRef B (instanceRef masterDataInProg_RNI7PM22_1))
4615
           (portRef B (instanceRef masterDataInProg_RNI6OM22_1))
4616
           (portRef B (instanceRef masterDataInProg_RNI5NM22_1))
4617
           (portRef B (instanceRef masterDataInProg_RNI4MM22_1))
4618
          ))
4619
          (net (rename masterDataInProg_0 "masterDataInProg[0]") (joined
4620
           (portRef Q (instanceRef masterDataInProgZ0Z_0))
4621
           (portRef A (instanceRef masterDataInProg_RNIVM5U_3))
4622
           (portRef masterDataInProg_0)
4623
          ))
4624
          (net (rename masterDataInProgZ0Z_3 "masterDataInProg[3]") (joined
4625
           (portRef Q (instanceRef masterDataInProg_3))
4626
           (portRef B (instanceRef masterDataInProg_RNIVM5U_3))
4627
          ))
4628
          (net hwdata10_0 (joined
4629
           (portRef Y (instanceRef masterDataInProg_RNIVM5U_1))
4630
           (portRef A (instanceRef masterDataInProg_RNIBTM22_1))
4631
           (portRef A (instanceRef masterDataInProg_RNIASM22_1))
4632
           (portRef A (instanceRef masterDataInProg_RNI9RM22_1))
4633
           (portRef A (instanceRef masterDataInProg_RNI8QM22_1))
4634
           (portRef A (instanceRef masterDataInProg_RNI7PM22_1))
4635
           (portRef A (instanceRef masterDataInProg_RNI6OM22_1))
4636
           (portRef A (instanceRef masterDataInProg_RNI5NM22_1))
4637
           (portRef A (instanceRef masterDataInProg_RNI4MM22_1))
4638
          ))
4639
          (net (rename masterDataInProgZ0Z_1 "masterDataInProg[1]") (joined
4640
           (portRef Q (instanceRef masterDataInProg_1))
4641
           (portRef A (instanceRef masterDataInProg_RNIVM5U_1))
4642
          ))
4643
          (net (rename masterDataInProgZ0Z_2 "masterDataInProg[2]") (joined
4644
           (portRef Q (instanceRef masterDataInProg_2))
4645
           (portRef B (instanceRef masterDataInProg_RNIVM5U_1))
4646
          ))
4647
          (net N_364 (joined
4648
           (portRef Y (instanceRef HTRANS_0_a3_i_a2_1))
4649
           (portRef N_364)
4650
          ))
4651
          (net N_364_1 (joined
4652
           (portRef Y (instanceRef HTRANS_0_a3_i_a2_1_1))
4653
           (portRef B (instanceRef HTRANS_0_a3_i_a2_1))
4654
           (portRef N_364_1)
4655
          ))
4656
          (net N_394 (joined
4657
           (portRef N_394)
4658
           (portRef A (instanceRef HTRANS_m2_e_0))
4659
           (portRef C (instanceRef HTRANS_0_a3_i_a2_1))
4660
          ))
4661
          (net N_365 (joined
4662
           (portRef Y (instanceRef HTRANS_m2_e_0))
4663
           (portRef N_365)
4664
          ))
4665
          (net N_365_1 (joined
4666
           (portRef Y (instanceRef HTRANS_0_a3_i_a2_2_1))
4667
           (portRef B (instanceRef HTRANS_m2_e_0))
4668
           (portRef N_365_1)
4669
          ))
4670
          (net (rename HTRANS_0_a3_i_a2_0_a0Z0Z_1 "HTRANS_0_a3_i_a2_0_a0_1") (joined
4671
           (portRef Y (instanceRef HTRANS_0_a3_i_a2_0_a0_1))
4672
           (portRef HTRANS_0_a3_i_a2_0_a0_1 (instanceRef slave_arbiter))
4673
          ))
4674
          (net N_392 (joined
4675
           (portRef N_392)
4676
           (portRef B (instanceRef HTRANS_0_a3_i_a2_0_a0_1))
4677
          ))
4678
          (net (rename HADDR_m5_0_mZ0Z3 "HADDR_m5_0_m3") (joined
4679
           (portRef Y (instanceRef HADDR_m5_0_m3))
4680
           (portRef HADDR_m5_0_m3 (instanceRef slave_arbiter))
4681
          ))
4682
          (net HTRANS_0_a3_i_a2_4_0 (joined
4683
           (portRef Y (instanceRef HTRANS_0_a3_i_a2_4Z0Z_0))
4684
           (portRef HTRANS_0_a3_i_a2_4_0)
4685
          ))
4686
          (net HTRANS_0_a3_i_a2_3_0 (joined
4687
           (portRef Y (instanceRef HTRANS_0_a3_i_a2_3Z0Z_0))
4688
           (portRef HTRANS_0_a3_i_a2_3_0)
4689
          ))
4690
          (net N_380 (joined
4691
           (portRef N_380)
4692
           (portRef A (instanceRef HTRANS_0_a3_i_a2_1_1))
4693
          ))
4694
          (net N_379 (joined
4695
           (portRef N_379)
4696
           (portRef B (instanceRef HTRANS_0_a3_i_a2_1_1))
4697
          ))
4698
          (net N_390 (joined
4699
           (portRef N_390)
4700
           (portRef C (instanceRef HTRANS_0_a3_i_a2_1_1))
4701
          ))
4702
          (net N_378 (joined
4703
           (portRef N_378)
4704
           (portRef A (instanceRef HTRANS_0_a3_i_a2_2_1))
4705
          ))
4706
          (net N_377 (joined
4707
           (portRef N_377)
4708
           (portRef B (instanceRef HTRANS_0_a3_i_a2_2_1))
4709
          ))
4710
          (net N_389 (joined
4711
           (portRef N_389)
4712
           (portRef C (instanceRef HTRANS_0_a3_i_a2_2_1))
4713
          ))
4714
          (net (rename AHBMASTER_FIC_0_AHBmaster_HTRANS_0 "AHBMASTER_FIC_0_AHBmaster_HTRANS[1]") (joined
4715
           (portRef AHBMASTER_FIC_0_AHBmaster_HTRANS_0)
4716
           (portRef A (instanceRef HTRANS_0_a3_i_o4))
4717
          ))
4718
          (net regHTRANS (joined
4719
           (portRef regHTRANS)
4720
           (portRef B (instanceRef HTRANS_0_a3_i_o4))
4721
          ))
4722
          (net N_322 (joined
4723
           (portRef Y (instanceRef HADDR_24_0_a3_i_m2))
4724
           (portRef N_322 (instanceRef slave_arbiter))
4725
          ))
4726
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_22 "AHBMASTER_FIC_0_AHBmaster_HADDR[24]") (joined
4727
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_22)
4728
           (portRef A (instanceRef HADDR_24_0_a3_i_m2))
4729
          ))
4730
          (net (rename regHADDR_22 "regHADDR[24]") (joined
4731
           (portRef regHADDR_22)
4732
           (portRef B (instanceRef HADDR_24_0_a3_i_m2))
4733
          ))
4734
          (net N_323 (joined
4735
           (portRef Y (instanceRef HADDR_25_0_a3_i_m2))
4736
           (portRef N_323 (instanceRef slave_arbiter))
4737
           (portRef N_323)
4738
          ))
4739
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_23 "AHBMASTER_FIC_0_AHBmaster_HADDR[25]") (joined
4740
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_23)
4741
           (portRef A (instanceRef HADDR_25_0_a3_i_m2))
4742
          ))
4743
          (net (rename regHADDR_23 "regHADDR[25]") (joined
4744
           (portRef regHADDR_23)
4745
           (portRef B (instanceRef HADDR_25_0_a3_i_m2))
4746
          ))
4747
          (net N_324 (joined
4748
           (portRef Y (instanceRef HADDR_26_0_a3_i_m2))
4749
           (portRef N_324 (instanceRef slave_arbiter))
4750
          ))
4751
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_24 "AHBMASTER_FIC_0_AHBmaster_HADDR[26]") (joined
4752
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_24)
4753
           (portRef A (instanceRef HADDR_26_0_a3_i_m2))
4754
          ))
4755
          (net (rename regHADDR_24 "regHADDR[26]") (joined
4756
           (portRef regHADDR_24)
4757
           (portRef B (instanceRef HADDR_26_0_a3_i_m2))
4758
          ))
4759
          (net N_325 (joined
4760
           (portRef Y (instanceRef HADDR_27_0_a3_i_m2))
4761
           (portRef N_325 (instanceRef slave_arbiter))
4762
          ))
4763
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_25 "AHBMASTER_FIC_0_AHBmaster_HADDR[27]") (joined
4764
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_25)
4765
           (portRef A (instanceRef HADDR_27_0_a3_i_m2))
4766
          ))
4767
          (net (rename regHADDR_25 "regHADDR[27]") (joined
4768
           (portRef regHADDR_25)
4769
           (portRef B (instanceRef HADDR_27_0_a3_i_m2))
4770
          ))
4771
          (net N_302 (joined
4772
           (portRef Y (instanceRef HADDR_4_0_a3_i_m2))
4773
           (portRef N_302 (instanceRef slave_arbiter))
4774
          ))
4775
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_2 "AHBMASTER_FIC_0_AHBmaster_HADDR[4]") (joined
4776
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_2)
4777
           (portRef A (instanceRef HADDR_4_0_a3_i_m2))
4778
          ))
4779
          (net (rename regHADDR_2 "regHADDR[4]") (joined
4780
           (portRef regHADDR_2)
4781
           (portRef B (instanceRef HADDR_4_0_a3_i_m2))
4782
          ))
4783
          (net N_301 (joined
4784
           (portRef Y (instanceRef HADDR_3_0_a3_i_m2))
4785
           (portRef N_301 (instanceRef slave_arbiter))
4786
          ))
4787
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_1 "AHBMASTER_FIC_0_AHBmaster_HADDR[3]") (joined
4788
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_1)
4789
           (portRef A (instanceRef HADDR_3_0_a3_i_m2))
4790
          ))
4791
          (net (rename regHADDR_1 "regHADDR[3]") (joined
4792
           (portRef regHADDR_1)
4793
           (portRef B (instanceRef HADDR_3_0_a3_i_m2))
4794
          ))
4795
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_0 "CoreAHBLite_0_AHBmslave0_HWDATA[0]") (joined
4796
           (portRef Y (instanceRef masterDataInProg_RNI4MM22_1))
4797
           (portRef (member coreahblite_0_ahbmslave0_hwdata 7))
4798
          ))
4799
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_0 "AHBMASTER_FIC_0_AHBmaster_HWDATA[0]") (joined
4800
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 7))
4801
           (portRef C (instanceRef masterDataInProg_RNI4MM22_1))
4802
          ))
4803
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_1 "CoreAHBLite_0_AHBmslave0_HWDATA[1]") (joined
4804
           (portRef Y (instanceRef masterDataInProg_RNI5NM22_1))
4805
           (portRef (member coreahblite_0_ahbmslave0_hwdata 6))
4806
          ))
4807
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_1 "AHBMASTER_FIC_0_AHBmaster_HWDATA[1]") (joined
4808
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 6))
4809
           (portRef C (instanceRef masterDataInProg_RNI5NM22_1))
4810
          ))
4811
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_2 "CoreAHBLite_0_AHBmslave0_HWDATA[2]") (joined
4812
           (portRef Y (instanceRef masterDataInProg_RNI6OM22_1))
4813
           (portRef (member coreahblite_0_ahbmslave0_hwdata 5))
4814
          ))
4815
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_2 "AHBMASTER_FIC_0_AHBmaster_HWDATA[2]") (joined
4816
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 5))
4817
           (portRef C (instanceRef masterDataInProg_RNI6OM22_1))
4818
          ))
4819
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_3 "CoreAHBLite_0_AHBmslave0_HWDATA[3]") (joined
4820
           (portRef Y (instanceRef masterDataInProg_RNI7PM22_1))
4821
           (portRef (member coreahblite_0_ahbmslave0_hwdata 4))
4822
          ))
4823
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_3 "AHBMASTER_FIC_0_AHBmaster_HWDATA[3]") (joined
4824
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 4))
4825
           (portRef C (instanceRef masterDataInProg_RNI7PM22_1))
4826
          ))
4827
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_4 "CoreAHBLite_0_AHBmslave0_HWDATA[4]") (joined
4828
           (portRef Y (instanceRef masterDataInProg_RNI8QM22_1))
4829
           (portRef (member coreahblite_0_ahbmslave0_hwdata 3))
4830
          ))
4831
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_4 "AHBMASTER_FIC_0_AHBmaster_HWDATA[4]") (joined
4832
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 3))
4833
           (portRef C (instanceRef masterDataInProg_RNI8QM22_1))
4834
          ))
4835
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_5 "CoreAHBLite_0_AHBmslave0_HWDATA[5]") (joined
4836
           (portRef Y (instanceRef masterDataInProg_RNI9RM22_1))
4837
           (portRef (member coreahblite_0_ahbmslave0_hwdata 2))
4838
          ))
4839
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_5 "AHBMASTER_FIC_0_AHBmaster_HWDATA[5]") (joined
4840
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 2))
4841
           (portRef C (instanceRef masterDataInProg_RNI9RM22_1))
4842
          ))
4843
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_6 "CoreAHBLite_0_AHBmslave0_HWDATA[6]") (joined
4844
           (portRef Y (instanceRef masterDataInProg_RNIASM22_1))
4845
           (portRef (member coreahblite_0_ahbmslave0_hwdata 1))
4846
          ))
4847
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_6 "AHBMASTER_FIC_0_AHBmaster_HWDATA[6]") (joined
4848
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 1))
4849
           (portRef C (instanceRef masterDataInProg_RNIASM22_1))
4850
          ))
4851
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_7 "CoreAHBLite_0_AHBmslave0_HWDATA[7]") (joined
4852
           (portRef Y (instanceRef masterDataInProg_RNIBTM22_1))
4853
           (portRef (member coreahblite_0_ahbmslave0_hwdata 0))
4854
          ))
4855
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_7 "AHBMASTER_FIC_0_AHBmaster_HWDATA[7]") (joined
4856
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 0))
4857
           (portRef C (instanceRef masterDataInProg_RNIBTM22_1))
4858
          ))
4859
          (net N_326 (joined
4860
           (portRef Y (instanceRef HWRITE_0_0_a3_i_m2))
4861
           (portRef N_326 (instanceRef slave_arbiter))
4862
           (portRef N_326)
4863
          ))
4864
          (net AHBMASTER_FIC_0_AHBmaster_HWRITE (joined
4865
           (portRef AHBMASTER_FIC_0_AHBmaster_HWRITE)
4866
           (portRef A (instanceRef HWRITE_0_0_a3_i_m2))
4867
          ))
4868
          (net regHWRITE (joined
4869
           (portRef regHWRITE)
4870
           (portRef B (instanceRef HWRITE_0_0_a3_i_m2))
4871
          ))
4872
          (net N_300 (joined
4873
           (portRef Y (instanceRef HADDR_2_0_a3_i_m2))
4874
           (portRef N_300 (instanceRef slave_arbiter))
4875
          ))
4876
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_0 "AHBMASTER_FIC_0_AHBmaster_HADDR[2]") (joined
4877
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_0)
4878
           (portRef A (instanceRef HADDR_2_0_a3_i_m2))
4879
          ))
4880
          (net (rename regHADDR_0 "regHADDR[2]") (joined
4881
           (portRef regHADDR_0)
4882
           (portRef B (instanceRef HADDR_2_0_a3_i_m2))
4883
          ))
4884
          (net HCLK_c (joined
4885
           (portRef HCLK_c)
4886
           (portRef HCLK_c (instanceRef slave_arbiter))
4887
           (portRef CLK (instanceRef masterDataInProg_3))
4888
           (portRef CLK (instanceRef masterDataInProg_2))
4889
           (portRef CLK (instanceRef masterDataInProg_1))
4890
           (portRef CLK (instanceRef masterDataInProgZ0Z_0))
4891
          ))
4892
          (net HRESETn_c (joined
4893
           (portRef HRESETn_c)
4894
           (portRef HRESETn_c (instanceRef slave_arbiter))
4895
           (portRef CLR (instanceRef masterDataInProg_3))
4896
           (portRef CLR (instanceRef masterDataInProg_2))
4897
           (portRef CLR (instanceRef masterDataInProg_1))
4898
           (portRef CLR (instanceRef masterDataInProgZ0Z_0))
4899
          ))
4900
          (net (rename masterAddrInProg_i_1_0 "masterAddrInProg_i_1[0]") (joined
4901
           (portRef masterAddrInProg_i_1_0 (instanceRef slave_arbiter))
4902
           (portRef D (instanceRef masterDataInProgZ0Z_0))
4903
           (portRef masterAddrInProg_i_1_0)
4904
          ))
4905
          (net CoreAHBLite_0_AHBmslave0_HREADY (joined
4906
           (portRef CoreAHBLite_0_AHBmslave0_HREADY)
4907
           (portRef CoreAHBLite_0_AHBmslave0_HREADY (instanceRef slave_arbiter))
4908
           (portRef E (instanceRef masterDataInProg_3))
4909
           (portRef E (instanceRef masterDataInProg_2))
4910
           (portRef E (instanceRef masterDataInProg_1))
4911
           (portRef E (instanceRef masterDataInProgZ0Z_0))
4912
          ))
4913
          (net (rename masterAddrInProg_1 "masterAddrInProg[1]") (joined
4914
           (portRef (member masteraddrinprog 2) (instanceRef slave_arbiter))
4915
           (portRef D (instanceRef masterDataInProg_1))
4916
          ))
4917
          (net (rename masterAddrInProg_2 "masterAddrInProg[2]") (joined
4918
           (portRef (member masteraddrinprog 1) (instanceRef slave_arbiter))
4919
           (portRef D (instanceRef masterDataInProg_2))
4920
          ))
4921
          (net (rename masterAddrInProg_3 "masterAddrInProg[3]") (joined
4922
           (portRef (member masteraddrinprog 0) (instanceRef slave_arbiter))
4923
           (portRef D (instanceRef masterDataInProg_3))
4924
          ))
4925
          (net (rename arbRegSMCurrentState_i_0_3 "arbRegSMCurrentState_i_0[15]") (joined
4926
           (portRef arbRegSMCurrentState_i_0_3 (instanceRef slave_arbiter))
4927
           (portRef arbRegSMCurrentState_i_0_3)
4928
          ))
4929
          (net (rename arbRegSMCurrentState_i_0_0 "arbRegSMCurrentState_i_0[12]") (joined
4930
           (portRef arbRegSMCurrentState_i_0_0 (instanceRef slave_arbiter))
4931
           (portRef arbRegSMCurrentState_i_0_0)
4932
          ))
4933
          (net (rename arbRegSMCurrentState_RNICAHF7_0 "arbRegSMCurrentState_RNICAHF7[0]") (joined
4934
           (portRef arbRegSMCurrentState_RNICAHF7_0 (instanceRef slave_arbiter))
4935
           (portRef arbRegSMCurrentState_RNICAHF7_0)
4936
          ))
4937
          (net (rename xhdl1221_0 "xhdl1221[0]") (joined
4938
           (portRef xhdl1221_0)
4939
           (portRef xhdl1221_0 (instanceRef slave_arbiter))
4940
          ))
4941
          (net N_18 (joined
4942
           (portRef N_18 (instanceRef slave_arbiter))
4943
           (portRef N_18)
4944
          ))
4945
          (net N_135 (joined
4946
           (portRef N_135 (instanceRef slave_arbiter))
4947
           (portRef N_135)
4948
          ))
4949
          (net N_20 (joined
4950
           (portRef N_20 (instanceRef slave_arbiter))
4951
           (portRef N_20)
4952
          ))
4953
          (net N_22 (joined
4954
           (portRef N_22 (instanceRef slave_arbiter))
4955
           (portRef N_22)
4956
          ))
4957
          (net N_120 (joined
4958
           (portRef N_120 (instanceRef slave_arbiter))
4959
           (portRef N_120)
4960
          ))
4961
          (net N_124 (joined
4962
           (portRef N_124 (instanceRef slave_arbiter))
4963
           (portRef N_124)
4964
          ))
4965
          (net N_128 (joined
4966
           (portRef N_128 (instanceRef slave_arbiter))
4967
           (portRef N_128)
4968
          ))
4969
          (net un4_m5_0_a3_2 (joined
4970
           (portRef un4_m5_0_a3_2)
4971
           (portRef un4_m5_0_a3_2 (instanceRef slave_arbiter))
4972
          ))
4973
          (net HADDR_24_0_a3_i_out (joined
4974
           (portRef HADDR_24_0_a3_i_out (instanceRef slave_arbiter))
4975
           (portRef HADDR_24_0_a3_i_out)
4976
          ))
4977
          (net N_363 (joined
4978
           (portRef N_363 (instanceRef slave_arbiter))
4979
           (portRef N_363)
4980
          ))
4981
          (net CoreAHBLite_0_AHBmslave0_HSELx (joined
4982
           (portRef CoreAHBLite_0_AHBmslave0_HSELx (instanceRef slave_arbiter))
4983
           (portRef CoreAHBLite_0_AHBmslave0_HSELx)
4984
          ))
4985
          (net un1_N_11_mux_i_5_a1_1 (joined
4986
           (portRef un1_N_11_mux_i_5_a1_1)
4987
           (portRef un1_N_11_mux_i_5_a1_1 (instanceRef slave_arbiter))
4988
          ))
4989
          (net N_403 (joined
4990
           (portRef N_403)
4991
           (portRef N_403 (instanceRef slave_arbiter))
4992
          ))
4993
          (net N_367 (joined
4994
           (portRef N_367 (instanceRef slave_arbiter))
4995
           (portRef N_367)
4996
          ))
4997
          (net N_263 (joined
4998
           (portRef N_263 (instanceRef slave_arbiter))
4999
           (portRef N_263)
5000
          ))
5001
          (net N_171 (joined
5002
           (portRef N_171 (instanceRef slave_arbiter))
5003
           (portRef N_171)
5004
          ))
5005
          (net N_330 (joined
5006
           (portRef N_330)
5007
           (portRef N_330 (instanceRef slave_arbiter))
5008
          ))
5009
          (net N_397 (joined
5010
           (portRef N_397)
5011
           (portRef N_397 (instanceRef slave_arbiter))
5012
          ))
5013
          (net N_327 (joined
5014
           (portRef N_327)
5015
           (portRef N_327 (instanceRef slave_arbiter))
5016
          ))
5017
          (net GND (joined
5018
           (portRef Y (instanceRef GND_i))
5019
          ))
5020
          (net VCC (joined
5021
           (portRef Y (instanceRef VCC_i))
5022
          ))
5023
         )
5024
        (property langParams (string "SYNC_RESET"))
5025
        (property SYNC_RESET (integer 0))
5026
        (property orig_inst_of (string "COREAHBLITE_SLAVESTAGE"))
5027
       )
5028
    )
5029
    (cell COREAHBLITE_MASTERSTAGE_1_1_0_1_0 (cellType GENERIC)
5030
       (view netlist (viewType NETLIST)
5031
         (interface
5032
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_26 (direction INPUT))
5033
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_27 (direction INPUT))
5034
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_28 (direction INPUT))
5035
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_29 (direction INPUT))
5036
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_0 (direction INPUT))
5037
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_1 (direction INPUT))
5038
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_2 (direction INPUT))
5039
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_22 (direction INPUT))
5040
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_23 (direction INPUT))
5041
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_24 (direction INPUT))
5042
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_25 (direction INPUT))
5043
           (port regHADDR_29 (direction OUTPUT))
5044
           (port regHADDR_0 (direction OUTPUT))
5045
           (port regHADDR_1 (direction OUTPUT))
5046
           (port regHADDR_2 (direction OUTPUT))
5047
           (port regHADDR_22 (direction OUTPUT))
5048
           (port regHADDR_23 (direction OUTPUT))
5049
           (port regHADDR_24 (direction OUTPUT))
5050
           (port regHADDR_25 (direction OUTPUT))
5051
           (port masterDataInProg_0 (direction INPUT))
5052
           (port masterAddrInProg_i_1_0 (direction INPUT))
5053
           (port xhdl1221_0 (direction OUTPUT))
5054
           (port (array (rename ahbmaster_fic_0_ahbmaster_hrdata "AHBMASTER_FIC_0_AHBmaster_HRDATA[7:0]") 8) (direction OUTPUT))
5055
           (port SDATASELInt_4 (direction OUTPUT))
5056
           (port SDATASELInt_2 (direction OUTPUT))
5057
           (port SDATASELInt_0 (direction OUTPUT))
5058
           (port xhdl1222_0 (direction OUTPUT))
5059
           (port (array (rename coreapb_0_apbmslave0_prdata "CoreAPB_0_APBmslave0_PRDATA[7:0]") 8) (direction INPUT))
5060
           (port AHBMASTER_FIC_0_AHBmaster_HTRANS_0 (direction INPUT))
5061
           (port defSlaveSMCurrentState (direction OUTPUT))
5062
           (port AHBMASTER_FIC_0_AHBmaster_HWRITE (direction INPUT))
5063
           (port regHWRITE (direction OUTPUT))
5064
           (port HRESETn_c (direction INPUT))
5065
           (port HCLK_c (direction INPUT))
5066
           (port N_163 (direction OUTPUT))
5067
           (port CoreAHBLite_0_AHBmslave0_HREADY (direction INPUT))
5068
           (port N_254 (direction INPUT))
5069
           (port N_395 (direction OUTPUT))
5070
           (port N_393 (direction INPUT))
5071
           (port N_265 (direction OUTPUT))
5072
           (port N_390 (direction OUTPUT))
5073
           (port N_389 (direction OUTPUT))
5074
           (port N_380 (direction OUTPUT))
5075
           (port N_379 (direction OUTPUT))
5076
           (port N_378 (direction OUTPUT))
5077
           (port N_377 (direction OUTPUT))
5078
           (port N_339_c (direction OUTPUT))
5079
           (port N_394 (direction OUTPUT))
5080
           (port N_364_1 (direction INPUT))
5081
           (port N_365_1 (direction INPUT))
5082
           (port PREVDATASLAVEREADY_iv_i_0_i_o4_0 (direction OUTPUT))
5083
           (port N_403 (direction OUTPUT))
5084
           (port PREVDATASLAVEREADY_iv_i_0_i_o4_1 (direction OUTPUT))
5085
           (port N_392 (direction OUTPUT))
5086
           (port N_391 (direction OUTPUT))
5087
           (port PRDATA_0_sqmuxa_0_a2_13 (direction INPUT))
5088
           (port PRDATA_0_sqmuxa_0_a2_12 (direction INPUT))
5089
           (port N_327 (direction OUTPUT))
5090
           (port regHTRANS (direction OUTPUT))
5091
           (port masterRegAddrSel (direction OUTPUT))
5092
           (port N_340 (direction OUTPUT))
5093
           (port N_330 (direction OUTPUT))
5094
           (port N_397 (direction OUTPUT))
5095
           (port N_398 (direction INPUT))
5096
         )
5097
         (contents
5098
          (instance masterRegAddrSel_RNI0O8LN (viewRef prim (cellRef OA1A (libraryRef PA3)))          )
5099
          (instance masterRegAddrSel_RNI24877 (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
5100
          (instance masterRegAddrSel_RNI7DH45 (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
5101
          (instance masterRegAddrSel_RNIJQ0M (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
5102
          (instance masterRegAddrSel_RNO_0 (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
5103
          (instance masterRegAddrSel_RNO_1 (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
5104
          (instance HRDATA_4_6_0 (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5105
          (instance HRDATA_4_5_0 (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5106
          (instance HRDATA_4_2_0 (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5107
          (instance HRDATA_4_0_0 (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5108
          (instance HRDATA_4_7_0 (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5109
          (instance HRDATA_4_3_0 (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5110
          (instance HRDATA_4_4_0 (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5111
          (instance HRDATA_4_1_0 (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5112
          (instance (rename SDATASELInt_RNITTUD2_3 "SDATASELInt_RNITTUD2[3]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5113
          (instance (rename SDATASELInt_RNI14Q11_3 "SDATASELInt_RNI14Q11[3]") (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
5114
          (instance (rename SDATASELInt_RNIDUSG_1 "SDATASELInt_RNIDUSG[1]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
5115
          (instance (rename SDATASELInt_RNITR0N8_0 "SDATASELInt_RNITR0N8[0]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5116
          (instance (rename SDATASELInt_RNISQ0N8_0 "SDATASELInt_RNISQ0N8[0]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5117
          (instance (rename SDATASELInt_RNIRP0N8_0 "SDATASELInt_RNIRP0N8[0]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5118
          (instance (rename SDATASELInt_RNIQO0N8_0 "SDATASELInt_RNIQO0N8[0]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5119
          (instance (rename SDATASELInt_RNIPN0N8_0 "SDATASELInt_RNIPN0N8[0]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5120
          (instance (rename SDATASELInt_RNIOM0N8_0 "SDATASELInt_RNIOM0N8[0]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5121
          (instance (rename SDATASELInt_RNINL0N8_0 "SDATASELInt_RNINL0N8[0]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5122
          (instance (rename SDATASELInt_RNIMK0N8_0 "SDATASELInt_RNIMK0N8[0]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5123
          (instance (rename SDATASELInt_RNIKIGE4_3 "SDATASELInt_RNIKIGE4[3]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
5124
          (instance masterRegAddrSel_RNIFIE8T (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
5125
          (instance (rename SDATASELInt_RNIC5HL3_1 "SDATASELInt_RNIC5HL3[1]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
5126
          (instance (rename SDATASELInt_RNIBLBP_1 "SDATASELInt_RNIBLBP[1]") (viewRef prim (cellRef MIN3X (libraryRef PA3)))          )
5127
          (instance (rename SDATASELInt_RNISKATF_0_1 "SDATASELInt_RNISKATF_0[1]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
5128
          (instance (rename regHADDR_RNI4AMD_29 "regHADDR_RNI4AMD[29]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
5129
          (instance masterRegAddrSel_RNIDJG81 (viewRef prim (cellRef MX2 (libraryRef PA3)))          )
5130
          (instance SADDRSEL_m1_0_a2 (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
5131
          (instance (rename SDATASELInt_RNIGFP7C_12 "SDATASELInt_RNIGFP7C[12]") (viewRef prim (cellRef OR2 (libraryRef PA3)))          )
5132
          (instance (rename SDATASELInt_RNISKATF_1 "SDATASELInt_RNISKATF[1]") (viewRef prim (cellRef OR2 (libraryRef PA3)))          )
5133
          (instance PREVDATASLAVEREADY_iv_i_0_i_o4_104 (viewRef prim (cellRef OA1 (libraryRef PA3)))          )
5134
          (instance (rename SDATASELInt_RNII3P5G_0 "SDATASELInt_RNII3P5G[0]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
5135
          (instance (rename SDATASELInt_RNIQO801_0_2 "SDATASELInt_RNIQO801_0[2]") (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
5136
          (instance (rename SDATASELInt_RNIQO801_1_2 "SDATASELInt_RNIQO801_1[2]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
5137
          (instance (rename SDATASELInt_RNITR801_1_6 "SDATASELInt_RNITR801_1[6]") (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
5138
          (instance (rename SDATASELInt_RNITR801_6 "SDATASELInt_RNITR801[6]") (viewRef prim (cellRef XA1 (libraryRef PA3)))          )
5139
          (instance (rename SDATASELInt_RNI5IBF_0_10 "SDATASELInt_RNI5IBF_0[10]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
5140
          (instance (rename SDATASELInt_RNI2FBF_0_11 "SDATASELInt_RNI2FBF_0[11]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
5141
          (instance (rename SDATASELInt_RNITR801_0_6 "SDATASELInt_RNITR801_0[6]") (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
5142
          (instance (rename SDATASELInt_RNIQO801_2 "SDATASELInt_RNIQO801[2]") (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
5143
          (instance (rename SDATASELInt_RNI2FBF_11 "SDATASELInt_RNI2FBF[11]") (viewRef prim (cellRef XOR2 (libraryRef PA3)))          )
5144
          (instance (rename SDATASELInt_RNIL6TG_2 "SDATASELInt_RNIL6TG[2]") (viewRef prim (cellRef XOR2 (libraryRef PA3)))          )
5145
          (instance (rename SDATASELInt_RNI5IBF_10 "SDATASELInt_RNI5IBF[10]") (viewRef prim (cellRef XOR2 (libraryRef PA3)))          )
5146
          (instance (rename SDATASELInt_RNIM05H4_12 "SDATASELInt_RNIM05H4[12]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5147
          (instance PREVDATASLAVEREADY_iv_i_0_i_a2_17 (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
5148
          (instance (rename SDATASELInt_RNO_14 "SDATASELInt_RNO[14]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5149
          (instance (rename SDATASELInt_RNO_13 "SDATASELInt_RNO[13]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5150
          (instance (rename SDATASELInt_RNO_12 "SDATASELInt_RNO[12]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5151
          (instance (rename SDATASELInt_RNO_8 "SDATASELInt_RNO[8]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5152
          (instance (rename SDATASELInt_RNO_5 "SDATASELInt_RNO[5]") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
5153
          (instance (rename SDATASELInt_RNO_4 "SDATASELInt_RNO[4]") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
5154
          (instance (rename SDATASELInt_RNO_1 "SDATASELInt_RNO[1]") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
5155
          (instance masterRegAddrSel_RNIUUVO3 (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
5156
          (instance (rename regHADDR_RNI389M1_0_28 "regHADDR_RNI389M1_0[28]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
5157
          (instance (rename regHADDR_RNI389M1_28 "regHADDR_RNI389M1[28]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
5158
          (instance masterRegAddrSel_RNO (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
5159
          (instance regHTRANS_RNO (viewRef prim (cellRef OR2 (libraryRef PA3)))          )
5160
          (instance (rename regHADDR_RNIQD4Q_28 "regHADDR_RNIQD4Q[28]") (viewRef prim (cellRef MX2 (libraryRef PA3)))          )
5161
          (instance (rename regHADDR_RNIE36Q_31 "regHADDR_RNIE36Q[31]") (viewRef prim (cellRef MX2 (libraryRef PA3)))          )
5162
          (instance d_masterRegAddrSel_0_0_o4 (viewRef prim (cellRef OR2B (libraryRef PA3)))          )
5163
          (instance (rename SDATASELInt_RNIKM7N1_12 "SDATASELInt_RNIKM7N1[12]") (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
5164
          (instance (rename SDATASELInt_RNIJRPD_12 "SDATASELInt_RNIJRPD[12]") (viewRef prim (cellRef XOR2 (libraryRef PA3)))          )
5165
          (instance (rename SDATASELInt_RNINVPD_14 "SDATASELInt_RNINVPD[14]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
5166
          (instance (rename SDATASELInt_RNIJRPD_0_12 "SDATASELInt_RNIJRPD_0[12]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
5167
          (instance (rename SDATASELInt_RNIARJR_14 "SDATASELInt_RNIARJR[14]") (viewRef prim (cellRef XA1 (libraryRef PA3)))          )
5168
          (instance (rename SDATASELInt_RNO_2 "SDATASELInt_RNO[2]") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
5169
          (instance (rename SDATASELInt_RNII6HSK_1 "SDATASELInt_RNII6HSK[1]") (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
5170
          (instance (rename regHADDR_RNIC16Q_30 "regHADDR_RNIC16Q[30]") (viewRef prim (cellRef MX2 (libraryRef PA3)))          )
5171
          (instance (rename regHADDR_RNISF4Q_29 "regHADDR_RNISF4Q[29]") (viewRef prim (cellRef MX2 (libraryRef PA3)))          )
5172
          (instance HREADY_M_iv_i_0_i_o4 (viewRef prim (cellRef OR2B (libraryRef PA3)))          )
5173
          (instance (rename SDATASELInt_RNIKCEDK_0 "SDATASELInt_RNIKCEDK[0]") (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
5174
          (instance (rename regHADDR_RNI8HAK1_29 "regHADDR_RNI8HAK1[29]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
5175
          (instance (rename regHADDR_RNI8HAK1_1_29 "regHADDR_RNI8HAK1_1[29]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
5176
          (instance (rename regHADDR_RNI8HAK1_0_29 "regHADDR_RNI8HAK1_0[29]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
5177
          (instance (rename SDATASELInt_RNO_15 "SDATASELInt_RNO[15]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5178
          (instance (rename SDATASELInt_RNO_11 "SDATASELInt_RNO[11]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5179
          (instance (rename SDATASELInt_RNO_10 "SDATASELInt_RNO[10]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5180
          (instance (rename SDATASELInt_RNO_9 "SDATASELInt_RNO[9]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
5181
          (instance (rename SDATASELInt_RNO_7 "SDATASELInt_RNO[7]") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
5182
          (instance (rename SDATASELInt_RNO_6 "SDATASELInt_RNO[6]") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
5183
          (instance (rename SDATASELInt_RNO_3 "SDATASELInt_RNO[3]") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
5184
          (instance (rename SDATASELInt_RNIMODV3_0 "SDATASELInt_RNIMODV3[0]") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
5185
          (instance (rename masterRegAddrSelZ0 "masterRegAddrSel") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
5186
          )
5187
          (instance (rename regHWRITEZ0 "regHWRITE") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
5188
          )
5189
          (instance (rename regHTRANSZ0 "regHTRANS") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
5190
          )
5191
          (instance (rename regHADDRZ0Z_2 "regHADDR[2]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
5192
          )
5193
          (instance (rename regHADDR_3 "regHADDR[3]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
5194
          )
5195
          (instance (rename regHADDR_4 "regHADDR[4]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
5196
          )
5197
          (instance (rename regHADDRZ0Z_24 "regHADDR[24]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
5198
          )
5199
          (instance (rename regHADDRZ0Z_25 "regHADDR[25]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
5200
          )
5201
          (instance (rename regHADDR_26 "regHADDR[26]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
5202
          )
5203
          (instance (rename regHADDR_27 "regHADDR[27]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
5204
          )
5205
          (instance (rename regHADDR_28 "regHADDR[28]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
5206
          )
5207
          (instance (rename regHADDRZ0Z_29 "regHADDR[29]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
5208
          )
5209
          (instance (rename regHADDR_30 "regHADDR[30]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
5210
          )
5211
          (instance (rename regHADDR_31 "regHADDR[31]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
5212
          )
5213
          (instance (rename SDATASELIntZ0Z_0 "SDATASELInt[0]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
5214
          )
5215
          (instance (rename SDATASELInt_1 "SDATASELInt[1]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
5216
          )
5217
          (instance (rename SDATASELIntZ0Z_2 "SDATASELInt[2]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
5218
          )
5219
          (instance (rename SDATASELInt_3 "SDATASELInt[3]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
5220
          )
5221
          (instance (rename SDATASELIntZ0Z_4 "SDATASELInt[4]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
5222
          )
5223
          (instance (rename SDATASELInt_5 "SDATASELInt[5]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
5224
          )
5225
          (instance (rename SDATASELInt_6 "SDATASELInt[6]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
5226
          )
5227
          (instance (rename SDATASELInt_7 "SDATASELInt[7]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
5228
          )
5229
          (instance (rename SDATASELInt_8 "SDATASELInt[8]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
5230
          )
5231
          (instance (rename SDATASELInt_9 "SDATASELInt[9]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
5232
          )
5233
          (instance (rename SDATASELInt_10 "SDATASELInt[10]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
5234
          )
5235
          (instance (rename SDATASELInt_11 "SDATASELInt[11]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
5236
          )
5237
          (instance (rename SDATASELInt_12 "SDATASELInt[12]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
5238
          )
5239
          (instance (rename SDATASELInt_13 "SDATASELInt[13]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
5240
          )
5241
          (instance (rename SDATASELInt_14 "SDATASELInt[14]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
5242
          )
5243
          (instance (rename SDATASELInt_15 "SDATASELInt[15]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
5244
          )
5245
          (instance default_slave_sm (viewRef netlist (cellRef COREAHBLITE_DEFAULTSLAVESM_0))
5246
           (property SYNC_RESET (integer 0))
5247
          )
5248
          (instance VCC_i (viewRef prim (cellRef VCC (libraryRef PA3)))          )
5249
          (instance GND_i (viewRef prim (cellRef GND (libraryRef PA3)))          )
5250
          (net d_masterRegAddrSel_0_0_a2_3_4 (joined
5251
           (portRef Y (instanceRef masterRegAddrSel_RNI0O8LN))
5252
           (portRef A (instanceRef masterRegAddrSel_RNIFIE8T))
5253
          ))
5254
          (net N_398 (joined
5255
           (portRef N_398)
5256
           (portRef A (instanceRef SDATASELInt_RNIKCEDK_0))
5257
           (portRef A (instanceRef SDATASELInt_RNII6HSK_1))
5258
           (portRef A (instanceRef masterRegAddrSel_RNI0O8LN))
5259
          ))
5260
          (net (rename SDATASELInt_RNISKATF_0Z0Z_1 "SDATASELInt_RNISKATF_0[1]") (joined
5261
           (portRef Y (instanceRef SDATASELInt_RNISKATF_0_1))
5262
           (portRef B (instanceRef masterRegAddrSel_RNI0O8LN))
5263
          ))
5264
          (net d_masterRegAddrSel_0_0_a2_3_3 (joined
5265
           (portRef Y (instanceRef masterRegAddrSel_RNI24877))
5266
           (portRef C (instanceRef masterRegAddrSel_RNI0O8LN))
5267
          ))
5268
          (net N_397 (joined
5269
           (portRef Y (instanceRef masterRegAddrSel_RNIDJG81))
5270
           (portRef C (instanceRef SDATASELInt_RNO_9))
5271
           (portRef A (instanceRef masterRegAddrSel_RNIUUVO3))
5272
           (portRef A (instanceRef SDATASELInt_RNO_1))
5273
           (portRef C (instanceRef SDATASELInt_RNO_8))
5274
           (portRef A (instanceRef masterRegAddrSel_RNO_0))
5275
           (portRef A (instanceRef masterRegAddrSel_RNI24877))
5276
           (portRef N_397)
5277
          ))
5278
          (net d_masterRegAddrSel_0_0_a2_3_2 (joined
5279
           (portRef Y (instanceRef masterRegAddrSel_RNI7DH45))
5280
           (portRef B (instanceRef masterRegAddrSel_RNI24877))
5281
          ))
5282
          (net N_330 (joined
5283
           (portRef Y (instanceRef regHADDR_RNIE36Q_31))
5284
           (portRef C (instanceRef SDATASELInt_RNO_3))
5285
           (portRef C (instanceRef SDATASELInt_RNO_6))
5286
           (portRef C (instanceRef SDATASELInt_RNO_7))
5287
           (portRef A (instanceRef SDATASELInt_RNO_9))
5288
           (portRef A (instanceRef SDATASELInt_RNO_10))
5289
           (portRef A (instanceRef SDATASELInt_RNO_11))
5290
           (portRef A (instanceRef SDATASELInt_RNO_15))
5291
           (portRef C (instanceRef SDATASELInt_RNO_2))
5292
           (portRef C (instanceRef masterRegAddrSel_RNIUUVO3))
5293
           (portRef C (instanceRef SDATASELInt_RNO_1))
5294
           (portRef C (instanceRef SDATASELInt_RNO_4))
5295
           (portRef C (instanceRef SDATASELInt_RNO_5))
5296
           (portRef A (instanceRef SDATASELInt_RNO_8))
5297
           (portRef A (instanceRef SDATASELInt_RNO_12))
5298
           (portRef A (instanceRef SDATASELInt_RNO_13))
5299
           (portRef A (instanceRef SDATASELInt_RNO_14))
5300
           (portRef C (instanceRef masterRegAddrSel_RNO_0))
5301
           (portRef C (instanceRef masterRegAddrSel_RNI24877))
5302
           (portRef N_330)
5303
          ))
5304
          (net d_masterRegAddrSel_0_0_a2_3_1 (joined
5305
           (portRef Y (instanceRef masterRegAddrSel_RNIJQ0M))
5306
           (portRef A (instanceRef masterRegAddrSel_RNI7DH45))
5307
          ))
5308
          (net N_340 (joined
5309
           (portRef Y (instanceRef SDATASELInt_RNIKIGE4_3))
5310
           (portRef C (instanceRef SDATASELInt_RNII6HSK_1))
5311
           (portRef B (instanceRef masterRegAddrSel_RNI7DH45))
5312
           (portRef N_340)
5313
          ))
5314
          (net (rename AHBMASTER_FIC_0_AHBmaster_HTRANS_0 "AHBMASTER_FIC_0_AHBmaster_HTRANS[1]") (joined
5315
           (portRef AHBMASTER_FIC_0_AHBmaster_HTRANS_0)
5316
           (portRef A (instanceRef masterRegAddrSel_RNIJQ0M))
5317
          ))
5318
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_26 "AHBMASTER_FIC_0_AHBmaster_HADDR[28]") (joined
5319
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_26)
5320
           (portRef D (instanceRef regHADDR_31))
5321
           (portRef D (instanceRef regHADDR_28))
5322
           (portRef A (instanceRef regHADDR_RNIQD4Q_28))
5323
           (portRef B (instanceRef masterRegAddrSel_RNIJQ0M))
5324
          ))
5325
          (net masterRegAddrSel (joined
5326
           (portRef Q (instanceRef masterRegAddrSelZ0))
5327
           (portRef S (instanceRef regHADDR_RNISF4Q_29))
5328
           (portRef S (instanceRef regHADDR_RNIC16Q_30))
5329
           (portRef S (instanceRef regHADDR_RNIE36Q_31))
5330
           (portRef S (instanceRef regHADDR_RNIQD4Q_28))
5331
           (portRef S (instanceRef masterRegAddrSel_RNIDJG81))
5332
           (portRef A (instanceRef masterRegAddrSel_RNO_1))
5333
           (portRef C (instanceRef masterRegAddrSel_RNIJQ0M))
5334
           (portRef masterRegAddrSel)
5335
          ))
5336
          (net d_masterRegAddrSel_0_0_a2_1 (joined
5337
           (portRef Y (instanceRef masterRegAddrSel_RNO_0))
5338
           (portRef A (instanceRef masterRegAddrSel_RNO))
5339
          ))
5340
          (net d_masterRegAddrSel_0_0_a2_0 (joined
5341
           (portRef Y (instanceRef masterRegAddrSel_RNO_1))
5342
           (portRef B (instanceRef masterRegAddrSel_RNO_0))
5343
          ))
5344
          (net regHTRANS (joined
5345
           (portRef Q (instanceRef regHTRANSZ0))
5346
           (portRef A (instanceRef regHTRANS_RNO))
5347
           (portRef B (instanceRef masterRegAddrSel_RNO_1))
5348
           (portRef regHTRANS)
5349
          ))
5350
          (net N_327 (joined
5351
           (portRef Y (instanceRef regHADDR_RNIQD4Q_28))
5352
           (portRef B (instanceRef regHADDR_RNI389M1_28))
5353
           (portRef B (instanceRef regHADDR_RNI389M1_0_28))
5354
           (portRef C (instanceRef masterRegAddrSel_RNO_1))
5355
           (portRef N_327)
5356
          ))
5357
          (net (rename HRDATA_4_6Z0Z_0 "HRDATA_4_6_0") (joined
5358
           (portRef Y (instanceRef HRDATA_4_6_0))
5359
           (portRef C (instanceRef SDATASELInt_RNISQ0N8_0))
5360
          ))
5361
          (net PRDATA_0_sqmuxa_0_a2_12 (joined
5362
           (portRef PRDATA_0_sqmuxa_0_a2_12)
5363
           (portRef A (instanceRef HRDATA_4_1_0))
5364
           (portRef A (instanceRef HRDATA_4_4_0))
5365
           (portRef A (instanceRef HRDATA_4_3_0))
5366
           (portRef A (instanceRef HRDATA_4_7_0))
5367
           (portRef A (instanceRef HRDATA_4_0_0))
5368
           (portRef A (instanceRef HRDATA_4_2_0))
5369
           (portRef A (instanceRef HRDATA_4_5_0))
5370
           (portRef A (instanceRef HRDATA_4_6_0))
5371
          ))
5372
          (net PRDATA_0_sqmuxa_0_a2_13 (joined
5373
           (portRef PRDATA_0_sqmuxa_0_a2_13)
5374
           (portRef B (instanceRef HRDATA_4_1_0))
5375
           (portRef B (instanceRef HRDATA_4_4_0))
5376
           (portRef B (instanceRef HRDATA_4_3_0))
5377
           (portRef B (instanceRef HRDATA_4_7_0))
5378
           (portRef B (instanceRef HRDATA_4_0_0))
5379
           (portRef B (instanceRef HRDATA_4_2_0))
5380
           (portRef B (instanceRef HRDATA_4_5_0))
5381
           (portRef B (instanceRef HRDATA_4_6_0))
5382
          ))
5383
          (net (rename CoreAPB_0_APBmslave0_PRDATA_6 "CoreAPB_0_APBmslave0_PRDATA[6]") (joined
5384
           (portRef (member coreapb_0_apbmslave0_prdata 1))
5385
           (portRef C (instanceRef HRDATA_4_6_0))
5386
          ))
5387
          (net (rename HRDATA_4_5Z0Z_0 "HRDATA_4_5_0") (joined
5388
           (portRef Y (instanceRef HRDATA_4_5_0))
5389
           (portRef C (instanceRef SDATASELInt_RNIRP0N8_0))
5390
          ))
5391
          (net (rename CoreAPB_0_APBmslave0_PRDATA_5 "CoreAPB_0_APBmslave0_PRDATA[5]") (joined
5392
           (portRef (member coreapb_0_apbmslave0_prdata 2))
5393
           (portRef C (instanceRef HRDATA_4_5_0))
5394
          ))
5395
          (net (rename HRDATA_4_2Z0Z_0 "HRDATA_4_2_0") (joined
5396
           (portRef Y (instanceRef HRDATA_4_2_0))
5397
           (portRef C (instanceRef SDATASELInt_RNIOM0N8_0))
5398
          ))
5399
          (net (rename CoreAPB_0_APBmslave0_PRDATA_2 "CoreAPB_0_APBmslave0_PRDATA[2]") (joined
5400
           (portRef (member coreapb_0_apbmslave0_prdata 5))
5401
           (portRef C (instanceRef HRDATA_4_2_0))
5402
          ))
5403
          (net (rename HRDATA_4_0Z0Z_0 "HRDATA_4_0_0") (joined
5404
           (portRef Y (instanceRef HRDATA_4_0_0))
5405
           (portRef C (instanceRef SDATASELInt_RNIMK0N8_0))
5406
          ))
5407
          (net (rename CoreAPB_0_APBmslave0_PRDATA_0 "CoreAPB_0_APBmslave0_PRDATA[0]") (joined
5408
           (portRef (member coreapb_0_apbmslave0_prdata 7))
5409
           (portRef C (instanceRef HRDATA_4_0_0))
5410
          ))
5411
          (net (rename HRDATA_4_7Z0Z_0 "HRDATA_4_7_0") (joined
5412
           (portRef Y (instanceRef HRDATA_4_7_0))
5413
           (portRef C (instanceRef SDATASELInt_RNITR0N8_0))
5414
          ))
5415
          (net (rename CoreAPB_0_APBmslave0_PRDATA_7 "CoreAPB_0_APBmslave0_PRDATA[7]") (joined
5416
           (portRef (member coreapb_0_apbmslave0_prdata 0))
5417
           (portRef C (instanceRef HRDATA_4_7_0))
5418
          ))
5419
          (net (rename HRDATA_4_3Z0Z_0 "HRDATA_4_3_0") (joined
5420
           (portRef Y (instanceRef HRDATA_4_3_0))
5421
           (portRef C (instanceRef SDATASELInt_RNIPN0N8_0))
5422
          ))
5423
          (net (rename CoreAPB_0_APBmslave0_PRDATA_3 "CoreAPB_0_APBmslave0_PRDATA[3]") (joined
5424
           (portRef (member coreapb_0_apbmslave0_prdata 4))
5425
           (portRef C (instanceRef HRDATA_4_3_0))
5426
          ))
5427
          (net (rename HRDATA_4_4Z0Z_0 "HRDATA_4_4_0") (joined
5428
           (portRef Y (instanceRef HRDATA_4_4_0))
5429
           (portRef C (instanceRef SDATASELInt_RNIQO0N8_0))
5430
          ))
5431
          (net (rename CoreAPB_0_APBmslave0_PRDATA_4 "CoreAPB_0_APBmslave0_PRDATA[4]") (joined
5432
           (portRef (member coreapb_0_apbmslave0_prdata 3))
5433
           (portRef C (instanceRef HRDATA_4_4_0))
5434
          ))
5435
          (net (rename HRDATA_4_1Z0Z_0 "HRDATA_4_1_0") (joined
5436
           (portRef Y (instanceRef HRDATA_4_1_0))
5437
           (portRef C (instanceRef SDATASELInt_RNINL0N8_0))
5438
          ))
5439
          (net (rename CoreAPB_0_APBmslave0_PRDATA_1 "CoreAPB_0_APBmslave0_PRDATA[1]") (joined
5440
           (portRef (member coreapb_0_apbmslave0_prdata 6))
5441
           (portRef C (instanceRef HRDATA_4_1_0))
5442
          ))
5443
          (net HREADY_m2_e_0_3 (joined
5444
           (portRef Y (instanceRef SDATASELInt_RNITTUD2_3))
5445
           (portRef A (instanceRef SDATASELInt_RNIKIGE4_3))
5446
          ))
5447
          (net HREADY_m2_e_0_1 (joined
5448
           (portRef Y (instanceRef SDATASELInt_RNI14Q11_3))
5449
           (portRef A (instanceRef SDATASELInt_RNITTUD2_3))
5450
          ))
5451
          (net N_255 (joined
5452
           (portRef Y (instanceRef HREADY_M_iv_i_0_i_o4))
5453
           (portRef B (instanceRef SDATASELInt_RNITTUD2_3))
5454
          ))
5455
          (net N_391 (joined
5456
           (portRef N_391 (instanceRef default_slave_sm))
5457
           (portRef A (instanceRef PREVDATASLAVEREADY_iv_i_0_i_a2_17))
5458
           (portRef C (instanceRef SDATASELInt_RNITTUD2_3))
5459
           (portRef N_391)
5460
          ))
5461
          (net HREADY_m2_e_0_0 (joined
5462
           (portRef Y (instanceRef SDATASELInt_RNIDUSG_1))
5463
           (portRef A (instanceRef SDATASELInt_RNI14Q11_3))
5464
          ))
5465
          (net (rename SDATASELInt_4 "SDATASELInt[5]") (joined
5466
           (portRef Q (instanceRef SDATASELInt_5))
5467
           (portRef B (instanceRef SDATASELInt_RNIBLBP_1))
5468
           (portRef B (instanceRef SDATASELInt_RNI14Q11_3))
5469
           (portRef SDATASELInt_4)
5470
          ))
5471
          (net (rename SDATASELInt_2 "SDATASELInt[3]") (joined
5472
           (portRef Q (instanceRef SDATASELInt_3))
5473
           (portRef A (instanceRef SDATASELInt_RNIBLBP_1))
5474
           (portRef C (instanceRef SDATASELInt_RNI14Q11_3))
5475
           (portRef SDATASELInt_2)
5476
          ))
5477
          (net (rename xhdl1222_0 "xhdl1222[0]") (joined
5478
           (portRef Q (instanceRef SDATASELIntZ0Z_0))
5479
           (portRef B (instanceRef SDATASELInt_RNIMODV3_0))
5480
           (portRef B (instanceRef SDATASELInt_RNII3P5G_0))
5481
           (portRef B (instanceRef SDATASELInt_RNIMK0N8_0))
5482
           (portRef B (instanceRef SDATASELInt_RNINL0N8_0))
5483
           (portRef B (instanceRef SDATASELInt_RNIOM0N8_0))
5484
           (portRef B (instanceRef SDATASELInt_RNIPN0N8_0))
5485
           (portRef B (instanceRef SDATASELInt_RNIQO0N8_0))
5486
           (portRef B (instanceRef SDATASELInt_RNIRP0N8_0))
5487
           (portRef B (instanceRef SDATASELInt_RNISQ0N8_0))
5488
           (portRef B (instanceRef SDATASELInt_RNITR0N8_0))
5489
           (portRef A (instanceRef SDATASELInt_RNIDUSG_1))
5490
           (portRef xhdl1222_0)
5491
          ))
5492
          (net (rename SDATASELInt_0 "SDATASELInt[1]") (joined
5493
           (portRef Q (instanceRef SDATASELInt_1))
5494
           (portRef C (instanceRef SDATASELInt_RNIBLBP_1))
5495
           (portRef B (instanceRef SDATASELInt_RNIDUSG_1))
5496
           (portRef SDATASELInt_0)
5497
          ))
5498
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_7 "AHBMASTER_FIC_0_AHBmaster_HRDATA[7]") (joined
5499
           (portRef Y (instanceRef SDATASELInt_RNITR0N8_0))
5500
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 0))
5501
          ))
5502
          (net N_399 (joined
5503
           (portRef N_399 (instanceRef default_slave_sm))
5504
           (portRef A (instanceRef SDATASELInt_RNIMODV3_0))
5505
           (portRef A (instanceRef SDATASELInt_RNIMK0N8_0))
5506
           (portRef A (instanceRef SDATASELInt_RNINL0N8_0))
5507
           (portRef A (instanceRef SDATASELInt_RNIOM0N8_0))
5508
           (portRef A (instanceRef SDATASELInt_RNIPN0N8_0))
5509
           (portRef A (instanceRef SDATASELInt_RNIQO0N8_0))
5510
           (portRef A (instanceRef SDATASELInt_RNIRP0N8_0))
5511
           (portRef A (instanceRef SDATASELInt_RNISQ0N8_0))
5512
           (portRef A (instanceRef SDATASELInt_RNITR0N8_0))
5513
          ))
5514
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_6 "AHBMASTER_FIC_0_AHBmaster_HRDATA[6]") (joined
5515
           (portRef Y (instanceRef SDATASELInt_RNISQ0N8_0))
5516
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 1))
5517
          ))
5518
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_5 "AHBMASTER_FIC_0_AHBmaster_HRDATA[5]") (joined
5519
           (portRef Y (instanceRef SDATASELInt_RNIRP0N8_0))
5520
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 2))
5521
          ))
5522
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_4 "AHBMASTER_FIC_0_AHBmaster_HRDATA[4]") (joined
5523
           (portRef Y (instanceRef SDATASELInt_RNIQO0N8_0))
5524
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 3))
5525
          ))
5526
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_3 "AHBMASTER_FIC_0_AHBmaster_HRDATA[3]") (joined
5527
           (portRef Y (instanceRef SDATASELInt_RNIPN0N8_0))
5528
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 4))
5529
          ))
5530
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_2 "AHBMASTER_FIC_0_AHBmaster_HRDATA[2]") (joined
5531
           (portRef Y (instanceRef SDATASELInt_RNIOM0N8_0))
5532
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 5))
5533
          ))
5534
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_1 "AHBMASTER_FIC_0_AHBmaster_HRDATA[1]") (joined
5535
           (portRef Y (instanceRef SDATASELInt_RNINL0N8_0))
5536
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 6))
5537
          ))
5538
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_0 "AHBMASTER_FIC_0_AHBmaster_HRDATA[0]") (joined
5539
           (portRef Y (instanceRef SDATASELInt_RNIMK0N8_0))
5540
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 7))
5541
          ))
5542
          (net N_392 (joined
5543
           (portRef N_392 (instanceRef default_slave_sm))
5544
           (portRef B (instanceRef PREVDATASLAVEREADY_iv_i_0_i_a2_17))
5545
           (portRef A (instanceRef SDATASELInt_RNIM05H4_12))
5546
           (portRef B (instanceRef SDATASELInt_RNIKIGE4_3))
5547
           (portRef N_392)
5548
          ))
5549
          (net masterAddrClockEnable (joined
5550
           (portRef Y (instanceRef masterRegAddrSel_RNIFIE8T))
5551
           (portRef E (instanceRef regHADDR_31))
5552
           (portRef E (instanceRef regHADDR_30))
5553
           (portRef E (instanceRef regHADDRZ0Z_29))
5554
           (portRef E (instanceRef regHADDR_28))
5555
           (portRef E (instanceRef regHADDR_27))
5556
           (portRef E (instanceRef regHADDR_26))
5557
           (portRef E (instanceRef regHADDRZ0Z_25))
5558
           (portRef E (instanceRef regHADDRZ0Z_24))
5559
           (portRef E (instanceRef regHADDR_4))
5560
           (portRef E (instanceRef regHADDR_3))
5561
           (portRef E (instanceRef regHADDRZ0Z_2))
5562
           (portRef E (instanceRef regHWRITEZ0))
5563
           (portRef B (instanceRef regHTRANS_RNO))
5564
           (portRef C (instanceRef masterRegAddrSel_RNO))
5565
          ))
5566
          (net N_279 (joined
5567
           (portRef Y (instanceRef d_masterRegAddrSel_0_0_o4))
5568
           (portRef B (instanceRef masterRegAddrSel_RNO))
5569
           (portRef B (instanceRef masterRegAddrSel_RNIFIE8T))
5570
          ))
5571
          (net PREVDATASLAVEREADY_iv_i_0_i_o4_1 (joined
5572
           (portRef Y (instanceRef SDATASELInt_RNIC5HL3_1))
5573
           (portRef A (instanceRef SDATASELInt_RNISKATF_1))
5574
           (portRef A (instanceRef SDATASELInt_RNISKATF_0_1))
5575
           (portRef PREVDATASLAVEREADY_iv_i_0_i_o4_1)
5576
          ))
5577
          (net N_403 (joined
5578
           (portRef Y (instanceRef PREVDATASLAVEREADY_iv_i_0_i_a2_17))
5579
           (portRef A (instanceRef SDATASELInt_RNIC5HL3_1))
5580
           (portRef N_403)
5581
          ))
5582
          (net PREVDATASLAVEREADY_iv_i_0_i_o4_1_tz (joined
5583
           (portRef Y (instanceRef SDATASELInt_RNIBLBP_1))
5584
           (portRef B (instanceRef SDATASELInt_RNIC5HL3_1))
5585
          ))
5586
          (net PREVDATASLAVEREADY_iv_i_0_i_o4_0 (joined
5587
           (portRef Y (instanceRef SDATASELInt_RNIGFP7C_12))
5588
           (portRef B (instanceRef SDATASELInt_RNISKATF_1))
5589
           (portRef B (instanceRef SDATASELInt_RNISKATF_0_1))
5590
           (portRef PREVDATASLAVEREADY_iv_i_0_i_o4_0)
5591
          ))
5592
          (net SADDRSEL_N_5_mux (joined
5593
           (portRef Y (instanceRef regHADDR_RNI4AMD_29))
5594
           (portRef B (instanceRef masterRegAddrSel_RNIDJG81))
5595
          ))
5596
          (net (rename regHADDRZ1Z_29 "regHADDR[29]") (joined
5597
           (portRef Q (instanceRef regHADDRZ0Z_29))
5598
           (portRef B (instanceRef regHADDR_RNISF4Q_29))
5599
           (portRef A (instanceRef regHADDR_RNI4AMD_29))
5600
          ))
5601
          (net (rename regHADDRZ0Z_30 "regHADDR[30]") (joined
5602
           (portRef Q (instanceRef regHADDR_30))
5603
           (portRef B (instanceRef regHADDR_RNIC16Q_30))
5604
           (portRef B (instanceRef regHADDR_RNI4AMD_29))
5605
          ))
5606
          (net SADDRSEL_N_3_mux (joined
5607
           (portRef Y (instanceRef SADDRSEL_m1_0_a2))
5608
           (portRef A (instanceRef masterRegAddrSel_RNIDJG81))
5609
          ))
5610
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_27 "AHBMASTER_FIC_0_AHBmaster_HADDR[29]") (joined
5611
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_27)
5612
           (portRef D (instanceRef regHADDRZ0Z_29))
5613
           (portRef A (instanceRef regHADDR_RNISF4Q_29))
5614
           (portRef A (instanceRef SADDRSEL_m1_0_a2))
5615
          ))
5616
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_28 "AHBMASTER_FIC_0_AHBmaster_HADDR[30]") (joined
5617
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_28)
5618
           (portRef D (instanceRef regHADDR_30))
5619
           (portRef A (instanceRef regHADDR_RNIC16Q_30))
5620
           (portRef B (instanceRef SADDRSEL_m1_0_a2))
5621
          ))
5622
          (net N_361 (joined
5623
           (portRef Y (instanceRef SDATASELInt_RNIM05H4_12))
5624
           (portRef A (instanceRef SDATASELInt_RNIGFP7C_12))
5625
          ))
5626
          (net (rename PREVDATASLAVEREADY_iv_i_0_i_o4Z0Z_104 "PREVDATASLAVEREADY_iv_i_0_i_o4_104") (joined
5627
           (portRef Y (instanceRef PREVDATASLAVEREADY_iv_i_0_i_o4_104))
5628
           (portRef B (instanceRef SDATASELInt_RNIGFP7C_12))
5629
          ))
5630
          (net N_251 (joined
5631
           (portRef Y (instanceRef SDATASELInt_RNISKATF_1))
5632
           (portRef B (instanceRef SDATASELInt_RNIKCEDK_0))
5633
           (portRef B (instanceRef SDATASELInt_RNII6HSK_1))
5634
           (portRef A (instanceRef SDATASELInt_RNII3P5G_0))
5635
          ))
5636
          (net N_365_1 (joined
5637
           (portRef N_365_1)
5638
           (portRef A (instanceRef PREVDATASLAVEREADY_iv_i_0_i_o4_104))
5639
          ))
5640
          (net N_364_1 (joined
5641
           (portRef N_364_1)
5642
           (portRef B (instanceRef PREVDATASLAVEREADY_iv_i_0_i_o4_104))
5643
          ))
5644
          (net N_394 (joined
5645
           (portRef N_394 (instanceRef default_slave_sm))
5646
           (portRef C (instanceRef PREVDATASLAVEREADY_iv_i_0_i_o4_104))
5647
           (portRef N_394)
5648
          ))
5649
          (net N_339_c (joined
5650
           (portRef Y (instanceRef SDATASELInt_RNII3P5G_0))
5651
           (portRef N_339_c)
5652
          ))
5653
          (net N_377 (joined
5654
           (portRef Y (instanceRef SDATASELInt_RNIQO801_0_2))
5655
           (portRef N_377)
5656
          ))
5657
          (net N_259_i (joined
5658
           (portRef Y (instanceRef SDATASELInt_RNI5IBF_10))
5659
           (portRef A (instanceRef SDATASELInt_RNIQO801_0_2))
5660
          ))
5661
          (net (rename SDATASELIntZ1Z_2 "SDATASELInt[2]") (joined
5662
           (portRef Q (instanceRef SDATASELIntZ0Z_2))
5663
           (portRef B (instanceRef SDATASELInt_RNIL6TG_2))
5664
           (portRef B (instanceRef SDATASELInt_RNIQO801_2))
5665
           (portRef B (instanceRef SDATASELInt_RNIQO801_0_2))
5666
          ))
5667
          (net (rename SDATASELIntZ0Z_7 "SDATASELInt[7]") (joined
5668
           (portRef Q (instanceRef SDATASELInt_7))
5669
           (portRef A (instanceRef SDATASELInt_RNIL6TG_2))
5670
           (portRef C (instanceRef SDATASELInt_RNIQO801_2))
5671
           (portRef C (instanceRef SDATASELInt_RNIQO801_0_2))
5672
          ))
5673
          (net N_378 (joined
5674
           (portRef Y (instanceRef SDATASELInt_RNIQO801_1_2))
5675
           (portRef N_378)
5676
          ))
5677
          (net N_258_i (joined
5678
           (portRef Y (instanceRef SDATASELInt_RNIL6TG_2))
5679
           (portRef A (instanceRef SDATASELInt_RNIQO801_1_2))
5680
          ))
5681
          (net N_384 (joined
5682
           (portRef Y (instanceRef SDATASELInt_RNI5IBF_0_10))
5683
           (portRef A (instanceRef SDATASELInt_RNIQO801_2))
5684
           (portRef B (instanceRef SDATASELInt_RNIQO801_1_2))
5685
          ))
5686
          (net N_379 (joined
5687
           (portRef Y (instanceRef SDATASELInt_RNITR801_1_6))
5688
           (portRef N_379)
5689
          ))
5690
          (net N_257_i (joined
5691
           (portRef Y (instanceRef SDATASELInt_RNI2FBF_11))
5692
           (portRef A (instanceRef SDATASELInt_RNITR801_1_6))
5693
          ))
5694
          (net (rename SDATASELIntZ0Z_6 "SDATASELInt[6]") (joined
5695
           (portRef Q (instanceRef SDATASELInt_6))
5696
           (portRef B (instanceRef SDATASELInt_RNITR801_0_6))
5697
           (portRef A (instanceRef SDATASELInt_RNITR801_6))
5698
           (portRef B (instanceRef SDATASELInt_RNITR801_1_6))
5699
          ))
5700
          (net (rename SDATASELIntZ0Z_9 "SDATASELInt[9]") (joined
5701
           (portRef Q (instanceRef SDATASELInt_9))
5702
           (portRef C (instanceRef SDATASELInt_RNITR801_0_6))
5703
           (portRef B (instanceRef SDATASELInt_RNITR801_6))
5704
           (portRef C (instanceRef SDATASELInt_RNITR801_1_6))
5705
          ))
5706
          (net N_380 (joined
5707
           (portRef Y (instanceRef SDATASELInt_RNITR801_6))
5708
           (portRef N_380)
5709
          ))
5710
          (net N_386 (joined
5711
           (portRef Y (instanceRef SDATASELInt_RNI2FBF_0_11))
5712
           (portRef A (instanceRef SDATASELInt_RNITR801_0_6))
5713
           (portRef C (instanceRef SDATASELInt_RNITR801_6))
5714
          ))
5715
          (net (rename SDATASELIntZ0Z_10 "SDATASELInt[10]") (joined
5716
           (portRef Q (instanceRef SDATASELInt_10))
5717
           (portRef A (instanceRef SDATASELInt_RNI5IBF_10))
5718
           (portRef A (instanceRef SDATASELInt_RNI5IBF_0_10))
5719
          ))
5720
          (net (rename SDATASELIntZ0Z_8 "SDATASELInt[8]") (joined
5721
           (portRef Q (instanceRef SDATASELInt_8))
5722
           (portRef B (instanceRef SDATASELInt_RNI5IBF_10))
5723
           (portRef B (instanceRef SDATASELInt_RNI5IBF_0_10))
5724
          ))
5725
          (net (rename SDATASELIntZ0Z_11 "SDATASELInt[11]") (joined
5726
           (portRef Q (instanceRef SDATASELInt_11))
5727
           (portRef A (instanceRef SDATASELInt_RNI2FBF_11))
5728
           (portRef A (instanceRef SDATASELInt_RNI2FBF_0_11))
5729
          ))
5730
          (net (rename SDATASELIntZ1Z_4 "SDATASELInt[4]") (joined
5731
           (portRef Q (instanceRef SDATASELIntZ0Z_4))
5732
           (portRef B (instanceRef SDATASELInt_RNI2FBF_11))
5733
           (portRef B (instanceRef SDATASELInt_RNI2FBF_0_11))
5734
          ))
5735
          (net N_389 (joined
5736
           (portRef Y (instanceRef SDATASELInt_RNITR801_0_6))
5737
           (portRef N_389 (instanceRef default_slave_sm))
5738
           (portRef N_389)
5739
          ))
5740
          (net N_390 (joined
5741
           (portRef Y (instanceRef SDATASELInt_RNIQO801_2))
5742
           (portRef N_390 (instanceRef default_slave_sm))
5743
           (portRef N_390)
5744
          ))
5745
          (net N_265 (joined
5746
           (portRef Y (instanceRef SDATASELInt_RNIKM7N1_12))
5747
           (portRef B (instanceRef SDATASELInt_RNIM05H4_12))
5748
           (portRef N_265)
5749
          ))
5750
          (net N_393 (joined
5751
           (portRef N_393)
5752
           (portRef N_393 (instanceRef default_slave_sm))
5753
           (portRef C (instanceRef SDATASELInt_RNIM05H4_12))
5754
          ))
5755
          (net (rename SADDRSEL_14 "SADDRSEL[14]") (joined
5756
           (portRef Y (instanceRef SDATASELInt_RNO_14))
5757
           (portRef D (instanceRef SDATASELInt_14))
5758
          ))
5759
          (net N_395 (joined
5760
           (portRef Y (instanceRef regHADDR_RNI389M1_0_28))
5761
           (portRef A (instanceRef SDATASELInt_RNO_6))
5762
           (portRef B (instanceRef SDATASELInt_RNO_10))
5763
           (portRef A (instanceRef SDATASELInt_RNO_2))
5764
           (portRef B (instanceRef masterRegAddrSel_RNIUUVO3))
5765
           (portRef A (instanceRef SDATASELInt_RNO_4))
5766
           (portRef B (instanceRef SDATASELInt_RNO_8))
5767
           (portRef B (instanceRef SDATASELInt_RNO_12))
5768
           (portRef B (instanceRef SDATASELInt_RNO_14))
5769
           (portRef N_395)
5770
          ))
5771
          (net N_408 (joined
5772
           (portRef Y (instanceRef regHADDR_RNI8HAK1_29))
5773
           (portRef B (instanceRef SDATASELInt_RNO_6))
5774
           (portRef B (instanceRef SDATASELInt_RNO_7))
5775
           (portRef C (instanceRef SDATASELInt_RNO_15))
5776
           (portRef C (instanceRef SDATASELInt_RNO_14))
5777
          ))
5778
          (net (rename SADDRSEL_13 "SADDRSEL[13]") (joined
5779
           (portRef Y (instanceRef SDATASELInt_RNO_13))
5780
           (portRef D (instanceRef SDATASELInt_13))
5781
          ))
5782
          (net N_396 (joined
5783
           (portRef Y (instanceRef regHADDR_RNI389M1_28))
5784
           (portRef A (instanceRef SDATASELInt_RNO_3))
5785
           (portRef A (instanceRef SDATASELInt_RNO_7))
5786
           (portRef B (instanceRef SDATASELInt_RNO_9))
5787
           (portRef B (instanceRef SDATASELInt_RNO_11))
5788
           (portRef B (instanceRef SDATASELInt_RNO_15))
5789
           (portRef B (instanceRef SDATASELInt_RNO_1))
5790
           (portRef A (instanceRef SDATASELInt_RNO_5))
5791
           (portRef B (instanceRef SDATASELInt_RNO_13))
5792
          ))
5793
          (net N_404 (joined
5794
           (portRef Y (instanceRef regHADDR_RNI8HAK1_0_29))
5795
           (portRef B (instanceRef SDATASELInt_RNO_4))
5796
           (portRef B (instanceRef SDATASELInt_RNO_5))
5797
           (portRef C (instanceRef SDATASELInt_RNO_12))
5798
           (portRef C (instanceRef SDATASELInt_RNO_13))
5799
          ))
5800
          (net (rename SADDRSEL_12 "SADDRSEL[12]") (joined
5801
           (portRef Y (instanceRef SDATASELInt_RNO_12))
5802
           (portRef D (instanceRef SDATASELInt_12))
5803
          ))
5804
          (net (rename SADDRSEL_8 "SADDRSEL[8]") (joined
5805
           (portRef Y (instanceRef SDATASELInt_RNO_8))
5806
           (portRef D (instanceRef SDATASELInt_8))
5807
          ))
5808
          (net (rename SADDRSEL_5 "SADDRSEL[5]") (joined
5809
           (portRef Y (instanceRef SDATASELInt_RNO_5))
5810
           (portRef D (instanceRef SDATASELInt_5))
5811
          ))
5812
          (net (rename SADDRSEL_4 "SADDRSEL[4]") (joined
5813
           (portRef Y (instanceRef SDATASELInt_RNO_4))
5814
           (portRef D (instanceRef SDATASELIntZ0Z_4))
5815
          ))
5816
          (net (rename SADDRSEL_1 "SADDRSEL[1]") (joined
5817
           (portRef Y (instanceRef SDATASELInt_RNO_1))
5818
           (portRef D (instanceRef SDATASELInt_1))
5819
          ))
5820
          (net (rename xhdl1221_0 "xhdl1221[0]") (joined
5821
           (portRef Y (instanceRef masterRegAddrSel_RNIUUVO3))
5822
           (portRef D (instanceRef SDATASELIntZ0Z_0))
5823
           (portRef xhdl1221_0)
5824
          ))
5825
          (net N_254 (joined
5826
           (portRef N_254)
5827
           (portRef A (instanceRef regHADDR_RNI389M1_28))
5828
           (portRef A (instanceRef regHADDR_RNI389M1_0_28))
5829
          ))
5830
          (net d_masterRegAddrSel (joined
5831
           (portRef Y (instanceRef masterRegAddrSel_RNO))
5832
           (portRef D (instanceRef masterRegAddrSelZ0))
5833
          ))
5834
          (net (rename regHTRANS_RNOZ0 "regHTRANS_RNO") (joined
5835
           (portRef Y (instanceRef regHTRANS_RNO))
5836
           (portRef D (instanceRef regHTRANSZ0))
5837
          ))
5838
          (net (rename regHADDRZ0Z_28 "regHADDR[28]") (joined
5839
           (portRef Q (instanceRef regHADDR_28))
5840
           (portRef B (instanceRef regHADDR_RNIQD4Q_28))
5841
          ))
5842
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_29 "AHBMASTER_FIC_0_AHBmaster_HADDR[31]") (joined
5843
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_29)
5844
           (portRef A (instanceRef regHADDR_RNIE36Q_31))
5845
          ))
5846
          (net (rename regHADDR_29 "regHADDR[31]") (joined
5847
           (portRef Q (instanceRef regHADDR_31))
5848
           (portRef B (instanceRef regHADDR_RNIE36Q_31))
5849
           (portRef regHADDR_29)
5850
          ))
5851
          (net (rename masterAddrInProg_i_1_0 "masterAddrInProg_i_1[0]") (joined
5852
           (portRef masterAddrInProg_i_1_0)
5853
           (portRef A (instanceRef d_masterRegAddrSel_0_0_o4))
5854
          ))
5855
          (net CoreAHBLite_0_AHBmslave0_HREADY (joined
5856
           (portRef CoreAHBLite_0_AHBmslave0_HREADY)
5857
           (portRef C (instanceRef SDATASELInt_RNIMODV3_0))
5858
           (portRef B (instanceRef HREADY_M_iv_i_0_i_o4))
5859
           (portRef B (instanceRef d_masterRegAddrSel_0_0_o4))
5860
          ))
5861
          (net N_261_i (joined
5862
           (portRef Y (instanceRef SDATASELInt_RNIJRPD_12))
5863
           (portRef A (instanceRef SDATASELInt_RNIKM7N1_12))
5864
          ))
5865
          (net N_383 (joined
5866
           (portRef Y (instanceRef SDATASELInt_RNINVPD_14))
5867
           (portRef N_383 (instanceRef default_slave_sm))
5868
           (portRef B (instanceRef SDATASELInt_RNIKM7N1_12))
5869
          ))
5870
          (net N_376 (joined
5871
           (portRef Y (instanceRef SDATASELInt_RNIARJR_14))
5872
           (portRef C (instanceRef SDATASELInt_RNIKM7N1_12))
5873
          ))
5874
          (net (rename SDATASELIntZ0Z_12 "SDATASELInt[12]") (joined
5875
           (portRef Q (instanceRef SDATASELInt_12))
5876
           (portRef A (instanceRef SDATASELInt_RNIJRPD_0_12))
5877
           (portRef A (instanceRef SDATASELInt_RNIJRPD_12))
5878
          ))
5879
          (net (rename SDATASELIntZ0Z_13 "SDATASELInt[13]") (joined
5880
           (portRef Q (instanceRef SDATASELInt_13))
5881
           (portRef B (instanceRef SDATASELInt_RNIJRPD_0_12))
5882
           (portRef B (instanceRef SDATASELInt_RNIJRPD_12))
5883
          ))
5884
          (net (rename SDATASELIntZ0Z_14 "SDATASELInt[14]") (joined
5885
           (portRef Q (instanceRef SDATASELInt_14))
5886
           (portRef B (instanceRef SDATASELInt_RNIARJR_14))
5887
           (portRef A (instanceRef SDATASELInt_RNINVPD_14))
5888
          ))
5889
          (net (rename SDATASELIntZ0Z_15 "SDATASELInt[15]") (joined
5890
           (portRef Q (instanceRef SDATASELInt_15))
5891
           (portRef A (instanceRef SDATASELInt_RNIARJR_14))
5892
           (portRef B (instanceRef SDATASELInt_RNINVPD_14))
5893
          ))
5894
          (net N_382 (joined
5895
           (portRef Y (instanceRef SDATASELInt_RNIJRPD_0_12))
5896
           (portRef N_382 (instanceRef default_slave_sm))
5897
           (portRef C (instanceRef SDATASELInt_RNIARJR_14))
5898
          ))
5899
          (net (rename SADDRSEL_2 "SADDRSEL[2]") (joined
5900
           (portRef Y (instanceRef SDATASELInt_RNO_2))
5901
           (portRef D (instanceRef SDATASELIntZ0Z_2))
5902
          ))
5903
          (net N_405 (joined
5904
           (portRef Y (instanceRef regHADDR_RNI8HAK1_1_29))
5905
           (portRef B (instanceRef SDATASELInt_RNO_3))
5906
           (portRef C (instanceRef SDATASELInt_RNO_10))
5907
           (portRef C (instanceRef SDATASELInt_RNO_11))
5908
           (portRef B (instanceRef SDATASELInt_RNO_2))
5909
          ))
5910
          (net N_163 (joined
5911
           (portRef Y (instanceRef SDATASELInt_RNII6HSK_1))
5912
           (portRef N_163)
5913
          ))
5914
          (net N_329 (joined
5915
           (portRef Y (instanceRef regHADDR_RNIC16Q_30))
5916
           (portRef A (instanceRef regHADDR_RNI8HAK1_0_29))
5917
           (portRef B (instanceRef regHADDR_RNI8HAK1_1_29))
5918
           (portRef B (instanceRef regHADDR_RNI8HAK1_29))
5919
          ))
5920
          (net N_328 (joined
5921
           (portRef Y (instanceRef regHADDR_RNISF4Q_29))
5922
           (portRef B (instanceRef regHADDR_RNI8HAK1_0_29))
5923
           (portRef A (instanceRef regHADDR_RNI8HAK1_1_29))
5924
           (portRef A (instanceRef regHADDR_RNI8HAK1_29))
5925
          ))
5926
          (net (rename masterDataInProg_0 "masterDataInProg[0]") (joined
5927
           (portRef masterDataInProg_0)
5928
           (portRef A (instanceRef HREADY_M_iv_i_0_i_o4))
5929
          ))
5930
          (net (rename SDATASELInt_RNIKCEDKZ0Z_0 "SDATASELInt_RNIKCEDK[0]") (joined
5931
           (portRef Y (instanceRef SDATASELInt_RNIKCEDK_0))
5932
           (portRef E (instanceRef SDATASELInt_15))
5933
           (portRef E (instanceRef SDATASELInt_14))
5934
           (portRef E (instanceRef SDATASELInt_13))
5935
           (portRef E (instanceRef SDATASELInt_12))
5936
           (portRef E (instanceRef SDATASELInt_11))
5937
           (portRef E (instanceRef SDATASELInt_10))
5938
           (portRef E (instanceRef SDATASELInt_9))
5939
           (portRef E (instanceRef SDATASELInt_8))
5940
           (portRef E (instanceRef SDATASELInt_7))
5941
           (portRef E (instanceRef SDATASELInt_6))
5942
           (portRef E (instanceRef SDATASELInt_5))
5943
           (portRef E (instanceRef SDATASELIntZ0Z_4))
5944
           (portRef E (instanceRef SDATASELInt_3))
5945
           (portRef E (instanceRef SDATASELIntZ0Z_2))
5946
           (portRef E (instanceRef SDATASELInt_1))
5947
           (portRef E (instanceRef SDATASELIntZ0Z_0))
5948
          ))
5949
          (net N_334 (joined
5950
           (portRef Y (instanceRef SDATASELInt_RNIMODV3_0))
5951
           (portRef C (instanceRef SDATASELInt_RNIKCEDK_0))
5952
          ))
5953
          (net (rename SADDRSEL_15 "SADDRSEL[15]") (joined
5954
           (portRef Y (instanceRef SDATASELInt_RNO_15))
5955
           (portRef D (instanceRef SDATASELInt_15))
5956
          ))
5957
          (net (rename SADDRSEL_11 "SADDRSEL[11]") (joined
5958
           (portRef Y (instanceRef SDATASELInt_RNO_11))
5959
           (portRef D (instanceRef SDATASELInt_11))
5960
          ))
5961
          (net (rename SADDRSEL_10 "SADDRSEL[10]") (joined
5962
           (portRef Y (instanceRef SDATASELInt_RNO_10))
5963
           (portRef D (instanceRef SDATASELInt_10))
5964
          ))
5965
          (net (rename SADDRSEL_9 "SADDRSEL[9]") (joined
5966
           (portRef Y (instanceRef SDATASELInt_RNO_9))
5967
           (portRef D (instanceRef SDATASELInt_9))
5968
          ))
5969
          (net (rename SADDRSEL_7 "SADDRSEL[7]") (joined
5970
           (portRef Y (instanceRef SDATASELInt_RNO_7))
5971
           (portRef D (instanceRef SDATASELInt_7))
5972
          ))
5973
          (net (rename SADDRSEL_6 "SADDRSEL[6]") (joined
5974
           (portRef Y (instanceRef SDATASELInt_RNO_6))
5975
           (portRef D (instanceRef SDATASELInt_6))
5976
          ))
5977
          (net (rename SADDRSEL_3 "SADDRSEL[3]") (joined
5978
           (portRef Y (instanceRef SDATASELInt_RNO_3))
5979
           (portRef D (instanceRef SDATASELInt_3))
5980
          ))
5981
          (net HCLK_c (joined
5982
           (portRef HCLK_c)
5983
           (portRef HCLK_c (instanceRef default_slave_sm))
5984
           (portRef CLK (instanceRef SDATASELInt_15))
5985
           (portRef CLK (instanceRef SDATASELInt_14))
5986
           (portRef CLK (instanceRef SDATASELInt_13))
5987
           (portRef CLK (instanceRef SDATASELInt_12))
5988
           (portRef CLK (instanceRef SDATASELInt_11))
5989
           (portRef CLK (instanceRef SDATASELInt_10))
5990
           (portRef CLK (instanceRef SDATASELInt_9))
5991
           (portRef CLK (instanceRef SDATASELInt_8))
5992
           (portRef CLK (instanceRef SDATASELInt_7))
5993
           (portRef CLK (instanceRef SDATASELInt_6))
5994
           (portRef CLK (instanceRef SDATASELInt_5))
5995
           (portRef CLK (instanceRef SDATASELIntZ0Z_4))
5996
           (portRef CLK (instanceRef SDATASELInt_3))
5997
           (portRef CLK (instanceRef SDATASELIntZ0Z_2))
5998
           (portRef CLK (instanceRef SDATASELInt_1))
5999
           (portRef CLK (instanceRef SDATASELIntZ0Z_0))
6000
           (portRef CLK (instanceRef regHADDR_31))
6001
           (portRef CLK (instanceRef regHADDR_30))
6002
           (portRef CLK (instanceRef regHADDRZ0Z_29))
6003
           (portRef CLK (instanceRef regHADDR_28))
6004
           (portRef CLK (instanceRef regHADDR_27))
6005
           (portRef CLK (instanceRef regHADDR_26))
6006
           (portRef CLK (instanceRef regHADDRZ0Z_25))
6007
           (portRef CLK (instanceRef regHADDRZ0Z_24))
6008
           (portRef CLK (instanceRef regHADDR_4))
6009
           (portRef CLK (instanceRef regHADDR_3))
6010
           (portRef CLK (instanceRef regHADDRZ0Z_2))
6011
           (portRef CLK (instanceRef regHTRANSZ0))
6012
           (portRef CLK (instanceRef regHWRITEZ0))
6013
           (portRef CLK (instanceRef masterRegAddrSelZ0))
6014
          ))
6015
          (net HRESETn_c (joined
6016
           (portRef HRESETn_c)
6017
           (portRef HRESETn_c (instanceRef default_slave_sm))
6018
           (portRef CLR (instanceRef SDATASELInt_15))
6019
           (portRef CLR (instanceRef SDATASELInt_14))
6020
           (portRef CLR (instanceRef SDATASELInt_13))
6021
           (portRef CLR (instanceRef SDATASELInt_12))
6022
           (portRef CLR (instanceRef SDATASELInt_11))
6023
           (portRef CLR (instanceRef SDATASELInt_10))
6024
           (portRef CLR (instanceRef SDATASELInt_9))
6025
           (portRef CLR (instanceRef SDATASELInt_8))
6026
           (portRef CLR (instanceRef SDATASELInt_7))
6027
           (portRef CLR (instanceRef SDATASELInt_6))
6028
           (portRef CLR (instanceRef SDATASELInt_5))
6029
           (portRef CLR (instanceRef SDATASELIntZ0Z_4))
6030
           (portRef CLR (instanceRef SDATASELInt_3))
6031
           (portRef CLR (instanceRef SDATASELIntZ0Z_2))
6032
           (portRef CLR (instanceRef SDATASELInt_1))
6033
           (portRef CLR (instanceRef SDATASELIntZ0Z_0))
6034
           (portRef CLR (instanceRef regHADDR_31))
6035
           (portRef CLR (instanceRef regHADDR_30))
6036
           (portRef CLR (instanceRef regHADDRZ0Z_29))
6037
           (portRef CLR (instanceRef regHADDR_28))
6038
           (portRef CLR (instanceRef regHADDR_27))
6039
           (portRef CLR (instanceRef regHADDR_26))
6040
           (portRef CLR (instanceRef regHADDRZ0Z_25))
6041
           (portRef CLR (instanceRef regHADDRZ0Z_24))
6042
           (portRef CLR (instanceRef regHADDR_4))
6043
           (portRef CLR (instanceRef regHADDR_3))
6044
           (portRef CLR (instanceRef regHADDRZ0Z_2))
6045
           (portRef CLR (instanceRef regHTRANSZ0))
6046
           (portRef CLR (instanceRef regHWRITEZ0))
6047
           (portRef CLR (instanceRef masterRegAddrSelZ0))
6048
          ))
6049
          (net regHWRITE (joined
6050
           (portRef Q (instanceRef regHWRITEZ0))
6051
           (portRef regHWRITE)
6052
          ))
6053
          (net AHBMASTER_FIC_0_AHBmaster_HWRITE (joined
6054
           (portRef AHBMASTER_FIC_0_AHBmaster_HWRITE)
6055
           (portRef D (instanceRef regHWRITEZ0))
6056
          ))
6057
          (net (rename regHADDR_0 "regHADDR[2]") (joined
6058
           (portRef Q (instanceRef regHADDRZ0Z_2))
6059
           (portRef regHADDR_0)
6060
          ))
6061
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_0 "AHBMASTER_FIC_0_AHBmaster_HADDR[2]") (joined
6062
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_0)
6063
           (portRef D (instanceRef regHADDRZ0Z_2))
6064
          ))
6065
          (net (rename regHADDR_1 "regHADDR[3]") (joined
6066
           (portRef Q (instanceRef regHADDR_3))
6067
           (portRef regHADDR_1)
6068
          ))
6069
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_1 "AHBMASTER_FIC_0_AHBmaster_HADDR[3]") (joined
6070
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_1)
6071
           (portRef D (instanceRef regHADDR_3))
6072
          ))
6073
          (net (rename regHADDR_2 "regHADDR[4]") (joined
6074
           (portRef Q (instanceRef regHADDR_4))
6075
           (portRef regHADDR_2)
6076
          ))
6077
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_2 "AHBMASTER_FIC_0_AHBmaster_HADDR[4]") (joined
6078
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_2)
6079
           (portRef D (instanceRef regHADDR_4))
6080
          ))
6081
          (net (rename regHADDR_22 "regHADDR[24]") (joined
6082
           (portRef Q (instanceRef regHADDRZ0Z_24))
6083
           (portRef regHADDR_22)
6084
          ))
6085
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_22 "AHBMASTER_FIC_0_AHBmaster_HADDR[24]") (joined
6086
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_22)
6087
           (portRef D (instanceRef regHADDRZ0Z_24))
6088
          ))
6089
          (net (rename regHADDR_23 "regHADDR[25]") (joined
6090
           (portRef Q (instanceRef regHADDRZ0Z_25))
6091
           (portRef regHADDR_23)
6092
          ))
6093
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_23 "AHBMASTER_FIC_0_AHBmaster_HADDR[25]") (joined
6094
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_23)
6095
           (portRef D (instanceRef regHADDRZ0Z_25))
6096
          ))
6097
          (net (rename regHADDR_24 "regHADDR[26]") (joined
6098
           (portRef Q (instanceRef regHADDR_26))
6099
           (portRef regHADDR_24)
6100
          ))
6101
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_24 "AHBMASTER_FIC_0_AHBmaster_HADDR[26]") (joined
6102
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_24)
6103
           (portRef D (instanceRef regHADDR_26))
6104
          ))
6105
          (net (rename regHADDR_25 "regHADDR[27]") (joined
6106
           (portRef Q (instanceRef regHADDR_27))
6107
           (portRef regHADDR_25)
6108
          ))
6109
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_25 "AHBMASTER_FIC_0_AHBmaster_HADDR[27]") (joined
6110
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_25)
6111
           (portRef D (instanceRef regHADDR_27))
6112
          ))
6113
          (net defSlaveSMCurrentState (joined
6114
           (portRef defSlaveSMCurrentState (instanceRef default_slave_sm))
6115
           (portRef defSlaveSMCurrentState)
6116
          ))
6117
          (net GND (joined
6118
           (portRef Y (instanceRef GND_i))
6119
          ))
6120
          (net VCC (joined
6121
           (portRef Y (instanceRef VCC_i))
6122
          ))
6123
         )
6124
        (property langParams (string "MEMSPACE HADDR_SHG_CFG SC M_AHBSLOTENABLE SYNC_RESET"))
6125
        (property MEMSPACE (integer 1))
6126
        (property HADDR_SHG_CFG (integer 1))
6127
        (property SC (integer 0))
6128
        (property M_AHBSLOTENABLE (integer 1))
6129
        (property SYNC_RESET (integer 0))
6130
        (property orig_inst_of (string "COREAHBLITE_MASTERSTAGE"))
6131
       )
6132
    )
6133
    (cell COREAHBLITE_MATRIX4X16 (cellType GENERIC)
6134
       (view netlist (viewType NETLIST)
6135
         (interface
6136
           (port (array (rename coreahblite_0_ahbmslave0_hwdata "CoreAHBLite_0_AHBmslave0_HWDATA[7:0]") 8) (direction OUTPUT))
6137
           (port (array (rename ahbmaster_fic_0_ahbmaster_hwdata "AHBMASTER_FIC_0_AHBmaster_HWDATA[7:0]") 8) (direction INPUT))
6138
           (port arbRegSMCurrentState_i_0_3 (direction OUTPUT))
6139
           (port arbRegSMCurrentState_i_0_0 (direction OUTPUT))
6140
           (port arbRegSMCurrentState_RNICAHF7_0 (direction OUTPUT))
6141
           (port AHBMASTER_FIC_0_AHBmaster_HTRANS_0 (direction INPUT))
6142
           (port (array (rename coreapb_0_apbmslave0_prdata "CoreAPB_0_APBmslave0_PRDATA[7:0]") 8) (direction INPUT))
6143
           (port xhdl1222_0 (direction OUTPUT))
6144
           (port (array (rename ahbmaster_fic_0_ahbmaster_hrdata "AHBMASTER_FIC_0_AHBmaster_HRDATA[7:0]") 8) (direction OUTPUT))
6145
           (port masterAddrInProg_i_1_0 (direction OUTPUT))
6146
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_26 (direction INPUT))
6147
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_27 (direction INPUT))
6148
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_28 (direction INPUT))
6149
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_29 (direction INPUT))
6150
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_0 (direction INPUT))
6151
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_1 (direction INPUT))
6152
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_2 (direction INPUT))
6153
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_22 (direction INPUT))
6154
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_23 (direction INPUT))
6155
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_24 (direction INPUT))
6156
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_25 (direction INPUT))
6157
           (port un4_m5_0_a3_1 (direction INPUT))
6158
           (port un1_m1_e_0_0 (direction INPUT))
6159
           (port N_364 (direction OUTPUT))
6160
           (port N_365 (direction OUTPUT))
6161
           (port HTRANS_0_a3_i_a2_4_0 (direction OUTPUT))
6162
           (port HTRANS_0_a3_i_a2_3_0 (direction OUTPUT))
6163
           (port N_323 (direction OUTPUT))
6164
           (port N_326 (direction OUTPUT))
6165
           (port N_18 (direction OUTPUT))
6166
           (port N_135 (direction OUTPUT))
6167
           (port N_20 (direction OUTPUT))
6168
           (port N_22 (direction OUTPUT))
6169
           (port N_120 (direction OUTPUT))
6170
           (port N_124 (direction OUTPUT))
6171
           (port N_128 (direction OUTPUT))
6172
           (port un4_m5_0_a3_2 (direction INPUT))
6173
           (port HADDR_24_0_a3_i_out (direction OUTPUT))
6174
           (port N_363 (direction OUTPUT))
6175
           (port CoreAHBLite_0_AHBmslave0_HSELx (direction OUTPUT))
6176
           (port un1_N_11_mux_i_5_a1_1 (direction INPUT))
6177
           (port N_367 (direction OUTPUT))
6178
           (port N_263 (direction OUTPUT))
6179
           (port N_171 (direction OUTPUT))
6180
           (port N_398 (direction INPUT))
6181
           (port N_397 (direction OUTPUT))
6182
           (port N_330 (direction OUTPUT))
6183
           (port N_340 (direction OUTPUT))
6184
           (port N_327 (direction OUTPUT))
6185
           (port PRDATA_0_sqmuxa_0_a2_12 (direction INPUT))
6186
           (port PRDATA_0_sqmuxa_0_a2_13 (direction INPUT))
6187
           (port N_391 (direction OUTPUT))
6188
           (port N_392 (direction OUTPUT))
6189
           (port PREVDATASLAVEREADY_iv_i_0_i_o4_1 (direction OUTPUT))
6190
           (port PREVDATASLAVEREADY_iv_i_0_i_o4_0 (direction OUTPUT))
6191
           (port N_339_c (direction OUTPUT))
6192
           (port N_265 (direction OUTPUT))
6193
           (port N_395 (direction OUTPUT))
6194
           (port N_254 (direction OUTPUT))
6195
           (port CoreAHBLite_0_AHBmslave0_HREADY (direction INPUT))
6196
           (port N_163 (direction OUTPUT))
6197
           (port HCLK_c (direction INPUT))
6198
           (port HRESETn_c (direction INPUT))
6199
           (port AHBMASTER_FIC_0_AHBmaster_HWRITE (direction INPUT))
6200
           (port defSlaveSMCurrentState (direction OUTPUT))
6201
         )
6202
         (contents
6203
          (instance masterstage_0 (viewRef netlist (cellRef COREAHBLITE_MASTERSTAGE_1_1_0_1_0))
6204
           (property SYNC_RESET (integer 0))
6205
           (property M_AHBSLOTENABLE (integer 1))
6206
           (property SC (integer 0))
6207
           (property HADDR_SHG_CFG (integer 1))
6208
           (property MEMSPACE (integer 1))
6209
          )
6210
          (instance slavestage_0 (viewRef netlist (cellRef COREAHBLITE_SLAVESTAGE_16))
6211
           (property SYNC_RESET (integer 0))
6212
          )
6213
          (instance VCC_i (viewRef prim (cellRef VCC (libraryRef PA3)))          )
6214
          (instance GND_i (viewRef prim (cellRef GND (libraryRef PA3)))          )
6215
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_26 "AHBMASTER_FIC_0_AHBmaster_HADDR[28]") (joined
6216
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_26)
6217
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_26 (instanceRef masterstage_0))
6218
          ))
6219
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_27 "AHBMASTER_FIC_0_AHBmaster_HADDR[29]") (joined
6220
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_27)
6221
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_27 (instanceRef masterstage_0))
6222
          ))
6223
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_28 "AHBMASTER_FIC_0_AHBmaster_HADDR[30]") (joined
6224
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_28)
6225
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_28 (instanceRef masterstage_0))
6226
          ))
6227
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_29 "AHBMASTER_FIC_0_AHBmaster_HADDR[31]") (joined
6228
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_29)
6229
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_29 (instanceRef slavestage_0))
6230
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_29 (instanceRef masterstage_0))
6231
          ))
6232
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_0 "AHBMASTER_FIC_0_AHBmaster_HADDR[2]") (joined
6233
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_0)
6234
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_0 (instanceRef slavestage_0))
6235
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_0 (instanceRef masterstage_0))
6236
          ))
6237
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_1 "AHBMASTER_FIC_0_AHBmaster_HADDR[3]") (joined
6238
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_1)
6239
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_1 (instanceRef slavestage_0))
6240
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_1 (instanceRef masterstage_0))
6241
          ))
6242
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_2 "AHBMASTER_FIC_0_AHBmaster_HADDR[4]") (joined
6243
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_2)
6244
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_2 (instanceRef slavestage_0))
6245
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_2 (instanceRef masterstage_0))
6246
          ))
6247
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_22 "AHBMASTER_FIC_0_AHBmaster_HADDR[24]") (joined
6248
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_22)
6249
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_22 (instanceRef slavestage_0))
6250
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_22 (instanceRef masterstage_0))
6251
          ))
6252
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_23 "AHBMASTER_FIC_0_AHBmaster_HADDR[25]") (joined
6253
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_23)
6254
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_23 (instanceRef slavestage_0))
6255
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_23 (instanceRef masterstage_0))
6256
          ))
6257
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_24 "AHBMASTER_FIC_0_AHBmaster_HADDR[26]") (joined
6258
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_24)
6259
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_24 (instanceRef slavestage_0))
6260
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_24 (instanceRef masterstage_0))
6261
          ))
6262
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_25 "AHBMASTER_FIC_0_AHBmaster_HADDR[27]") (joined
6263
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_25)
6264
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_25 (instanceRef slavestage_0))
6265
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_25 (instanceRef masterstage_0))
6266
          ))
6267
          (net (rename regHADDR_31 "regHADDR[31]") (joined
6268
           (portRef regHADDR_29 (instanceRef masterstage_0))
6269
           (portRef regHADDR_29 (instanceRef slavestage_0))
6270
          ))
6271
          (net (rename regHADDR_2 "regHADDR[2]") (joined
6272
           (portRef regHADDR_0 (instanceRef masterstage_0))
6273
           (portRef regHADDR_0 (instanceRef slavestage_0))
6274
          ))
6275
          (net (rename regHADDR_3 "regHADDR[3]") (joined
6276
           (portRef regHADDR_1 (instanceRef masterstage_0))
6277
           (portRef regHADDR_1 (instanceRef slavestage_0))
6278
          ))
6279
          (net (rename regHADDR_4 "regHADDR[4]") (joined
6280
           (portRef regHADDR_2 (instanceRef masterstage_0))
6281
           (portRef regHADDR_2 (instanceRef slavestage_0))
6282
          ))
6283
          (net (rename regHADDR_24 "regHADDR[24]") (joined
6284
           (portRef regHADDR_22 (instanceRef masterstage_0))
6285
           (portRef regHADDR_22 (instanceRef slavestage_0))
6286
          ))
6287
          (net (rename regHADDR_25 "regHADDR[25]") (joined
6288
           (portRef regHADDR_23 (instanceRef masterstage_0))
6289
           (portRef regHADDR_23 (instanceRef slavestage_0))
6290
          ))
6291
          (net (rename regHADDR_26 "regHADDR[26]") (joined
6292
           (portRef regHADDR_24 (instanceRef masterstage_0))
6293
           (portRef regHADDR_24 (instanceRef slavestage_0))
6294
          ))
6295
          (net (rename regHADDR_27 "regHADDR[27]") (joined
6296
           (portRef regHADDR_25 (instanceRef masterstage_0))
6297
           (portRef regHADDR_25 (instanceRef slavestage_0))
6298
          ))
6299
          (net (rename masterDataInProg_0 "masterDataInProg[0]") (joined
6300
           (portRef masterDataInProg_0 (instanceRef slavestage_0))
6301
           (portRef masterDataInProg_0 (instanceRef masterstage_0))
6302
          ))
6303
          (net (rename masterAddrInProg_i_1_0 "masterAddrInProg_i_1[0]") (joined
6304
           (portRef masterAddrInProg_i_1_0 (instanceRef slavestage_0))
6305
           (portRef masterAddrInProg_i_1_0 (instanceRef masterstage_0))
6306
           (portRef masterAddrInProg_i_1_0)
6307
          ))
6308
          (net (rename xhdl1221_0 "xhdl1221[0]") (joined
6309
           (portRef xhdl1221_0 (instanceRef masterstage_0))
6310
           (portRef xhdl1221_0 (instanceRef slavestage_0))
6311
          ))
6312
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_0 "AHBMASTER_FIC_0_AHBmaster_HRDATA[0]") (joined
6313
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 7) (instanceRef masterstage_0))
6314
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 7))
6315
          ))
6316
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_1 "AHBMASTER_FIC_0_AHBmaster_HRDATA[1]") (joined
6317
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 6) (instanceRef masterstage_0))
6318
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 6))
6319
          ))
6320
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_2 "AHBMASTER_FIC_0_AHBmaster_HRDATA[2]") (joined
6321
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 5) (instanceRef masterstage_0))
6322
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 5))
6323
          ))
6324
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_3 "AHBMASTER_FIC_0_AHBmaster_HRDATA[3]") (joined
6325
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 4) (instanceRef masterstage_0))
6326
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 4))
6327
          ))
6328
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_4 "AHBMASTER_FIC_0_AHBmaster_HRDATA[4]") (joined
6329
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 3) (instanceRef masterstage_0))
6330
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 3))
6331
          ))
6332
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_5 "AHBMASTER_FIC_0_AHBmaster_HRDATA[5]") (joined
6333
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 2) (instanceRef masterstage_0))
6334
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 2))
6335
          ))
6336
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_6 "AHBMASTER_FIC_0_AHBmaster_HRDATA[6]") (joined
6337
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 1) (instanceRef masterstage_0))
6338
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 1))
6339
          ))
6340
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_7 "AHBMASTER_FIC_0_AHBmaster_HRDATA[7]") (joined
6341
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 0) (instanceRef masterstage_0))
6342
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 0))
6343
          ))
6344
          (net (rename SDATASELInt_5 "SDATASELInt[5]") (joined
6345
           (portRef SDATASELInt_4 (instanceRef masterstage_0))
6346
           (portRef SDATASELInt_4 (instanceRef slavestage_0))
6347
          ))
6348
          (net (rename SDATASELInt_3 "SDATASELInt[3]") (joined
6349
           (portRef SDATASELInt_2 (instanceRef masterstage_0))
6350
           (portRef SDATASELInt_2 (instanceRef slavestage_0))
6351
          ))
6352
          (net (rename SDATASELInt_1 "SDATASELInt[1]") (joined
6353
           (portRef SDATASELInt_0 (instanceRef masterstage_0))
6354
           (portRef SDATASELInt_0 (instanceRef slavestage_0))
6355
          ))
6356
          (net (rename xhdl1222_0 "xhdl1222[0]") (joined
6357
           (portRef xhdl1222_0 (instanceRef masterstage_0))
6358
           (portRef xhdl1222_0)
6359
          ))
6360
          (net (rename CoreAPB_0_APBmslave0_PRDATA_0 "CoreAPB_0_APBmslave0_PRDATA[0]") (joined
6361
           (portRef (member coreapb_0_apbmslave0_prdata 7))
6362
           (portRef (member coreapb_0_apbmslave0_prdata 7) (instanceRef masterstage_0))
6363
          ))
6364
          (net (rename CoreAPB_0_APBmslave0_PRDATA_1 "CoreAPB_0_APBmslave0_PRDATA[1]") (joined
6365
           (portRef (member coreapb_0_apbmslave0_prdata 6))
6366
           (portRef (member coreapb_0_apbmslave0_prdata 6) (instanceRef masterstage_0))
6367
          ))
6368
          (net (rename CoreAPB_0_APBmslave0_PRDATA_2 "CoreAPB_0_APBmslave0_PRDATA[2]") (joined
6369
           (portRef (member coreapb_0_apbmslave0_prdata 5))
6370
           (portRef (member coreapb_0_apbmslave0_prdata 5) (instanceRef masterstage_0))
6371
          ))
6372
          (net (rename CoreAPB_0_APBmslave0_PRDATA_3 "CoreAPB_0_APBmslave0_PRDATA[3]") (joined
6373
           (portRef (member coreapb_0_apbmslave0_prdata 4))
6374
           (portRef (member coreapb_0_apbmslave0_prdata 4) (instanceRef masterstage_0))
6375
          ))
6376
          (net (rename CoreAPB_0_APBmslave0_PRDATA_4 "CoreAPB_0_APBmslave0_PRDATA[4]") (joined
6377
           (portRef (member coreapb_0_apbmslave0_prdata 3))
6378
           (portRef (member coreapb_0_apbmslave0_prdata 3) (instanceRef masterstage_0))
6379
          ))
6380
          (net (rename CoreAPB_0_APBmslave0_PRDATA_5 "CoreAPB_0_APBmslave0_PRDATA[5]") (joined
6381
           (portRef (member coreapb_0_apbmslave0_prdata 2))
6382
           (portRef (member coreapb_0_apbmslave0_prdata 2) (instanceRef masterstage_0))
6383
          ))
6384
          (net (rename CoreAPB_0_APBmslave0_PRDATA_6 "CoreAPB_0_APBmslave0_PRDATA[6]") (joined
6385
           (portRef (member coreapb_0_apbmslave0_prdata 1))
6386
           (portRef (member coreapb_0_apbmslave0_prdata 1) (instanceRef masterstage_0))
6387
          ))
6388
          (net (rename CoreAPB_0_APBmslave0_PRDATA_7 "CoreAPB_0_APBmslave0_PRDATA[7]") (joined
6389
           (portRef (member coreapb_0_apbmslave0_prdata 0))
6390
           (portRef (member coreapb_0_apbmslave0_prdata 0) (instanceRef masterstage_0))
6391
          ))
6392
          (net (rename AHBMASTER_FIC_0_AHBmaster_HTRANS_0 "AHBMASTER_FIC_0_AHBmaster_HTRANS[1]") (joined
6393
           (portRef AHBMASTER_FIC_0_AHBmaster_HTRANS_0)
6394
           (portRef AHBMASTER_FIC_0_AHBmaster_HTRANS_0 (instanceRef slavestage_0))
6395
           (portRef AHBMASTER_FIC_0_AHBmaster_HTRANS_0 (instanceRef masterstage_0))
6396
          ))
6397
          (net defSlaveSMCurrentState (joined
6398
           (portRef defSlaveSMCurrentState (instanceRef masterstage_0))
6399
           (portRef defSlaveSMCurrentState)
6400
          ))
6401
          (net AHBMASTER_FIC_0_AHBmaster_HWRITE (joined
6402
           (portRef AHBMASTER_FIC_0_AHBmaster_HWRITE)
6403
           (portRef AHBMASTER_FIC_0_AHBmaster_HWRITE (instanceRef slavestage_0))
6404
           (portRef AHBMASTER_FIC_0_AHBmaster_HWRITE (instanceRef masterstage_0))
6405
          ))
6406
          (net regHWRITE (joined
6407
           (portRef regHWRITE (instanceRef masterstage_0))
6408
           (portRef regHWRITE (instanceRef slavestage_0))
6409
          ))
6410
          (net HRESETn_c (joined
6411
           (portRef HRESETn_c)
6412
           (portRef HRESETn_c (instanceRef slavestage_0))
6413
           (portRef HRESETn_c (instanceRef masterstage_0))
6414
          ))
6415
          (net HCLK_c (joined
6416
           (portRef HCLK_c)
6417
           (portRef HCLK_c (instanceRef slavestage_0))
6418
           (portRef HCLK_c (instanceRef masterstage_0))
6419
          ))
6420
          (net N_163 (joined
6421
           (portRef N_163 (instanceRef masterstage_0))
6422
           (portRef N_163)
6423
          ))
6424
          (net CoreAHBLite_0_AHBmslave0_HREADY (joined
6425
           (portRef CoreAHBLite_0_AHBmslave0_HREADY)
6426
           (portRef CoreAHBLite_0_AHBmslave0_HREADY (instanceRef slavestage_0))
6427
           (portRef CoreAHBLite_0_AHBmslave0_HREADY (instanceRef masterstage_0))
6428
          ))
6429
          (net N_254 (joined
6430
           (portRef N_254 (instanceRef slavestage_0))
6431
           (portRef N_254 (instanceRef masterstage_0))
6432
           (portRef N_254)
6433
          ))
6434
          (net N_395 (joined
6435
           (portRef N_395 (instanceRef masterstage_0))
6436
           (portRef N_395)
6437
          ))
6438
          (net N_393 (joined
6439
           (portRef N_393 (instanceRef slavestage_0))
6440
           (portRef N_393 (instanceRef masterstage_0))
6441
          ))
6442
          (net N_265 (joined
6443
           (portRef N_265 (instanceRef masterstage_0))
6444
           (portRef N_265)
6445
          ))
6446
          (net N_390 (joined
6447
           (portRef N_390 (instanceRef masterstage_0))
6448
           (portRef N_390 (instanceRef slavestage_0))
6449
          ))
6450
          (net N_389 (joined
6451
           (portRef N_389 (instanceRef masterstage_0))
6452
           (portRef N_389 (instanceRef slavestage_0))
6453
          ))
6454
          (net N_380 (joined
6455
           (portRef N_380 (instanceRef masterstage_0))
6456
           (portRef N_380 (instanceRef slavestage_0))
6457
          ))
6458
          (net N_379 (joined
6459
           (portRef N_379 (instanceRef masterstage_0))
6460
           (portRef N_379 (instanceRef slavestage_0))
6461
          ))
6462
          (net N_378 (joined
6463
           (portRef N_378 (instanceRef masterstage_0))
6464
           (portRef N_378 (instanceRef slavestage_0))
6465
          ))
6466
          (net N_377 (joined
6467
           (portRef N_377 (instanceRef masterstage_0))
6468
           (portRef N_377 (instanceRef slavestage_0))
6469
          ))
6470
          (net N_339_c (joined
6471
           (portRef N_339_c (instanceRef masterstage_0))
6472
           (portRef N_339_c)
6473
          ))
6474
          (net N_394 (joined
6475
           (portRef N_394 (instanceRef masterstage_0))
6476
           (portRef N_394 (instanceRef slavestage_0))
6477
          ))
6478
          (net N_364_1 (joined
6479
           (portRef N_364_1 (instanceRef slavestage_0))
6480
           (portRef N_364_1 (instanceRef masterstage_0))
6481
          ))
6482
          (net N_365_1 (joined
6483
           (portRef N_365_1 (instanceRef slavestage_0))
6484
           (portRef N_365_1 (instanceRef masterstage_0))
6485
          ))
6486
          (net PREVDATASLAVEREADY_iv_i_0_i_o4_0 (joined
6487
           (portRef PREVDATASLAVEREADY_iv_i_0_i_o4_0 (instanceRef masterstage_0))
6488
           (portRef PREVDATASLAVEREADY_iv_i_0_i_o4_0)
6489
          ))
6490
          (net N_403 (joined
6491
           (portRef N_403 (instanceRef masterstage_0))
6492
           (portRef N_403 (instanceRef slavestage_0))
6493
          ))
6494
          (net PREVDATASLAVEREADY_iv_i_0_i_o4_1 (joined
6495
           (portRef PREVDATASLAVEREADY_iv_i_0_i_o4_1 (instanceRef masterstage_0))
6496
           (portRef PREVDATASLAVEREADY_iv_i_0_i_o4_1)
6497
          ))
6498
          (net N_392 (joined
6499
           (portRef N_392 (instanceRef masterstage_0))
6500
           (portRef N_392 (instanceRef slavestage_0))
6501
           (portRef N_392)
6502
          ))
6503
          (net N_391 (joined
6504
           (portRef N_391 (instanceRef masterstage_0))
6505
           (portRef N_391 (instanceRef slavestage_0))
6506
           (portRef N_391)
6507
          ))
6508
          (net PRDATA_0_sqmuxa_0_a2_13 (joined
6509
           (portRef PRDATA_0_sqmuxa_0_a2_13)
6510
           (portRef PRDATA_0_sqmuxa_0_a2_13 (instanceRef masterstage_0))
6511
          ))
6512
          (net PRDATA_0_sqmuxa_0_a2_12 (joined
6513
           (portRef PRDATA_0_sqmuxa_0_a2_12)
6514
           (portRef PRDATA_0_sqmuxa_0_a2_12 (instanceRef masterstage_0))
6515
          ))
6516
          (net N_327 (joined
6517
           (portRef N_327 (instanceRef masterstage_0))
6518
           (portRef N_327 (instanceRef slavestage_0))
6519
           (portRef N_327)
6520
          ))
6521
          (net regHTRANS (joined
6522
           (portRef regHTRANS (instanceRef masterstage_0))
6523
           (portRef regHTRANS (instanceRef slavestage_0))
6524
          ))
6525
          (net masterRegAddrSel (joined
6526
           (portRef masterRegAddrSel (instanceRef masterstage_0))
6527
           (portRef masterRegAddrSel (instanceRef slavestage_0))
6528
          ))
6529
          (net N_340 (joined
6530
           (portRef N_340 (instanceRef masterstage_0))
6531
           (portRef N_340)
6532
          ))
6533
          (net N_330 (joined
6534
           (portRef N_330 (instanceRef masterstage_0))
6535
           (portRef N_330 (instanceRef slavestage_0))
6536
           (portRef N_330)
6537
          ))
6538
          (net N_397 (joined
6539
           (portRef N_397 (instanceRef masterstage_0))
6540
           (portRef N_397 (instanceRef slavestage_0))
6541
           (portRef N_397)
6542
          ))
6543
          (net N_398 (joined
6544
           (portRef N_398)
6545
           (portRef N_398 (instanceRef slavestage_0))
6546
           (portRef N_398 (instanceRef masterstage_0))
6547
          ))
6548
          (net (rename arbRegSMCurrentState_RNICAHF7_0 "arbRegSMCurrentState_RNICAHF7[0]") (joined
6549
           (portRef arbRegSMCurrentState_RNICAHF7_0 (instanceRef slavestage_0))
6550
           (portRef arbRegSMCurrentState_RNICAHF7_0)
6551
          ))
6552
          (net (rename arbRegSMCurrentState_i_0_3 "arbRegSMCurrentState_i_0[15]") (joined
6553
           (portRef arbRegSMCurrentState_i_0_3 (instanceRef slavestage_0))
6554
           (portRef arbRegSMCurrentState_i_0_3)
6555
          ))
6556
          (net (rename arbRegSMCurrentState_i_0_0 "arbRegSMCurrentState_i_0[12]") (joined
6557
           (portRef arbRegSMCurrentState_i_0_0 (instanceRef slavestage_0))
6558
           (portRef arbRegSMCurrentState_i_0_0)
6559
          ))
6560
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_0 "AHBMASTER_FIC_0_AHBmaster_HWDATA[0]") (joined
6561
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 7))
6562
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 7) (instanceRef slavestage_0))
6563
          ))
6564
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_1 "AHBMASTER_FIC_0_AHBmaster_HWDATA[1]") (joined
6565
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 6))
6566
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 6) (instanceRef slavestage_0))
6567
          ))
6568
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_2 "AHBMASTER_FIC_0_AHBmaster_HWDATA[2]") (joined
6569
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 5))
6570
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 5) (instanceRef slavestage_0))
6571
          ))
6572
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_3 "AHBMASTER_FIC_0_AHBmaster_HWDATA[3]") (joined
6573
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 4))
6574
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 4) (instanceRef slavestage_0))
6575
          ))
6576
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_4 "AHBMASTER_FIC_0_AHBmaster_HWDATA[4]") (joined
6577
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 3))
6578
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 3) (instanceRef slavestage_0))
6579
          ))
6580
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_5 "AHBMASTER_FIC_0_AHBmaster_HWDATA[5]") (joined
6581
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 2))
6582
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 2) (instanceRef slavestage_0))
6583
          ))
6584
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_6 "AHBMASTER_FIC_0_AHBmaster_HWDATA[6]") (joined
6585
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 1))
6586
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 1) (instanceRef slavestage_0))
6587
          ))
6588
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_7 "AHBMASTER_FIC_0_AHBmaster_HWDATA[7]") (joined
6589
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 0))
6590
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 0) (instanceRef slavestage_0))
6591
          ))
6592
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_0 "CoreAHBLite_0_AHBmslave0_HWDATA[0]") (joined
6593
           (portRef (member coreahblite_0_ahbmslave0_hwdata 7) (instanceRef slavestage_0))
6594
           (portRef (member coreahblite_0_ahbmslave0_hwdata 7))
6595
          ))
6596
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_1 "CoreAHBLite_0_AHBmslave0_HWDATA[1]") (joined
6597
           (portRef (member coreahblite_0_ahbmslave0_hwdata 6) (instanceRef slavestage_0))
6598
           (portRef (member coreahblite_0_ahbmslave0_hwdata 6))
6599
          ))
6600
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_2 "CoreAHBLite_0_AHBmslave0_HWDATA[2]") (joined
6601
           (portRef (member coreahblite_0_ahbmslave0_hwdata 5) (instanceRef slavestage_0))
6602
           (portRef (member coreahblite_0_ahbmslave0_hwdata 5))
6603
          ))
6604
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_3 "CoreAHBLite_0_AHBmslave0_HWDATA[3]") (joined
6605
           (portRef (member coreahblite_0_ahbmslave0_hwdata 4) (instanceRef slavestage_0))
6606
           (portRef (member coreahblite_0_ahbmslave0_hwdata 4))
6607
          ))
6608
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_4 "CoreAHBLite_0_AHBmslave0_HWDATA[4]") (joined
6609
           (portRef (member coreahblite_0_ahbmslave0_hwdata 3) (instanceRef slavestage_0))
6610
           (portRef (member coreahblite_0_ahbmslave0_hwdata 3))
6611
          ))
6612
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_5 "CoreAHBLite_0_AHBmslave0_HWDATA[5]") (joined
6613
           (portRef (member coreahblite_0_ahbmslave0_hwdata 2) (instanceRef slavestage_0))
6614
           (portRef (member coreahblite_0_ahbmslave0_hwdata 2))
6615
          ))
6616
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_6 "CoreAHBLite_0_AHBmslave0_HWDATA[6]") (joined
6617
           (portRef (member coreahblite_0_ahbmslave0_hwdata 1) (instanceRef slavestage_0))
6618
           (portRef (member coreahblite_0_ahbmslave0_hwdata 1))
6619
          ))
6620
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_7 "CoreAHBLite_0_AHBmslave0_HWDATA[7]") (joined
6621
           (portRef (member coreahblite_0_ahbmslave0_hwdata 0) (instanceRef slavestage_0))
6622
           (portRef (member coreahblite_0_ahbmslave0_hwdata 0))
6623
          ))
6624
          (net N_171 (joined
6625
           (portRef N_171 (instanceRef slavestage_0))
6626
           (portRef N_171)
6627
          ))
6628
          (net N_263 (joined
6629
           (portRef N_263 (instanceRef slavestage_0))
6630
           (portRef N_263)
6631
          ))
6632
          (net N_367 (joined
6633
           (portRef N_367 (instanceRef slavestage_0))
6634
           (portRef N_367)
6635
          ))
6636
          (net un1_N_11_mux_i_5_a1_1 (joined
6637
           (portRef un1_N_11_mux_i_5_a1_1)
6638
           (portRef un1_N_11_mux_i_5_a1_1 (instanceRef slavestage_0))
6639
          ))
6640
          (net CoreAHBLite_0_AHBmslave0_HSELx (joined
6641
           (portRef CoreAHBLite_0_AHBmslave0_HSELx (instanceRef slavestage_0))
6642
           (portRef CoreAHBLite_0_AHBmslave0_HSELx)
6643
          ))
6644
          (net N_363 (joined
6645
           (portRef N_363 (instanceRef slavestage_0))
6646
           (portRef N_363)
6647
          ))
6648
          (net HADDR_24_0_a3_i_out (joined
6649
           (portRef HADDR_24_0_a3_i_out (instanceRef slavestage_0))
6650
           (portRef HADDR_24_0_a3_i_out)
6651
          ))
6652
          (net un4_m5_0_a3_2 (joined
6653
           (portRef un4_m5_0_a3_2)
6654
           (portRef un4_m5_0_a3_2 (instanceRef slavestage_0))
6655
          ))
6656
          (net N_128 (joined
6657
           (portRef N_128 (instanceRef slavestage_0))
6658
           (portRef N_128)
6659
          ))
6660
          (net N_124 (joined
6661
           (portRef N_124 (instanceRef slavestage_0))
6662
           (portRef N_124)
6663
          ))
6664
          (net N_120 (joined
6665
           (portRef N_120 (instanceRef slavestage_0))
6666
           (portRef N_120)
6667
          ))
6668
          (net N_22 (joined
6669
           (portRef N_22 (instanceRef slavestage_0))
6670
           (portRef N_22)
6671
          ))
6672
          (net N_20 (joined
6673
           (portRef N_20 (instanceRef slavestage_0))
6674
           (portRef N_20)
6675
          ))
6676
          (net N_135 (joined
6677
           (portRef N_135 (instanceRef slavestage_0))
6678
           (portRef N_135)
6679
          ))
6680
          (net N_18 (joined
6681
           (portRef N_18 (instanceRef slavestage_0))
6682
           (portRef N_18)
6683
          ))
6684
          (net N_326 (joined
6685
           (portRef N_326 (instanceRef slavestage_0))
6686
           (portRef N_326)
6687
          ))
6688
          (net N_323 (joined
6689
           (portRef N_323 (instanceRef slavestage_0))
6690
           (portRef N_323)
6691
          ))
6692
          (net HTRANS_0_a3_i_a2_3_0 (joined
6693
           (portRef HTRANS_0_a3_i_a2_3_0 (instanceRef slavestage_0))
6694
           (portRef HTRANS_0_a3_i_a2_3_0)
6695
          ))
6696
          (net HTRANS_0_a3_i_a2_4_0 (joined
6697
           (portRef HTRANS_0_a3_i_a2_4_0 (instanceRef slavestage_0))
6698
           (portRef HTRANS_0_a3_i_a2_4_0)
6699
          ))
6700
          (net N_365 (joined
6701
           (portRef N_365 (instanceRef slavestage_0))
6702
           (portRef N_365)
6703
          ))
6704
          (net N_364 (joined
6705
           (portRef N_364 (instanceRef slavestage_0))
6706
           (portRef N_364)
6707
          ))
6708
          (net un1_m1_e_0_0 (joined
6709
           (portRef un1_m1_e_0_0)
6710
           (portRef un1_m1_e_0_0 (instanceRef slavestage_0))
6711
          ))
6712
          (net un4_m5_0_a3_1 (joined
6713
           (portRef un4_m5_0_a3_1)
6714
           (portRef un4_m5_0_a3_1 (instanceRef slavestage_0))
6715
          ))
6716
          (net GND (joined
6717
           (portRef Y (instanceRef GND_i))
6718
          ))
6719
          (net VCC (joined
6720
           (portRef Y (instanceRef VCC_i))
6721
          ))
6722
         )
6723
        (property langParams (string "MEMSPACE HADDR_SHG_CFG SC M0_AHBSLOTENABLE M1_AHBSLOTENABLE M2_AHBSLOTENABLE M3_AHBSLOTENABLE SYNC_RESET"))
6724
        (property MEMSPACE (integer 1))
6725
        (property HADDR_SHG_CFG (integer 1))
6726
        (property SC (integer 0))
6727
        (property M0_AHBSLOTENABLE (integer 1))
6728
        (property M1_AHBSLOTENABLE (integer 0))
6729
        (property M2_AHBSLOTENABLE (integer 0))
6730
        (property M3_AHBSLOTENABLE (integer 0))
6731
        (property SYNC_RESET (integer 0))
6732
        (property orig_inst_of (string "COREAHBLITE_MATRIX4X16"))
6733
       )
6734
    )
6735
    (cell top_CoreAHBLite_0_CoreAHBLite (cellType GENERIC)
6736
       (view netlist (viewType NETLIST)
6737
         (interface
6738
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_26 (direction INPUT))
6739
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_27 (direction INPUT))
6740
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_28 (direction INPUT))
6741
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_29 (direction INPUT))
6742
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_0 (direction INPUT))
6743
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_1 (direction INPUT))
6744
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_2 (direction INPUT))
6745
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_22 (direction INPUT))
6746
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_23 (direction INPUT))
6747
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_24 (direction INPUT))
6748
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_25 (direction INPUT))
6749
           (port masterAddrInProg_i_1_0 (direction OUTPUT))
6750
           (port (array (rename ahbmaster_fic_0_ahbmaster_hrdata "AHBMASTER_FIC_0_AHBmaster_HRDATA[7:0]") 8) (direction OUTPUT))
6751
           (port xhdl1222_0 (direction OUTPUT))
6752
           (port (array (rename coreapb_0_apbmslave0_prdata "CoreAPB_0_APBmslave0_PRDATA[7:0]") 8) (direction INPUT))
6753
           (port AHBMASTER_FIC_0_AHBmaster_HTRANS_0 (direction INPUT))
6754
           (port arbRegSMCurrentState_RNICAHF7_0 (direction OUTPUT))
6755
           (port arbRegSMCurrentState_i_0_3 (direction OUTPUT))
6756
           (port arbRegSMCurrentState_i_0_0 (direction OUTPUT))
6757
           (port (array (rename ahbmaster_fic_0_ahbmaster_hwdata "AHBMASTER_FIC_0_AHBmaster_HWDATA[7:0]") 8) (direction INPUT))
6758
           (port (array (rename coreahblite_0_ahbmslave0_hwdata "CoreAHBLite_0_AHBmslave0_HWDATA[7:0]") 8) (direction OUTPUT))
6759
           (port defSlaveSMCurrentState (direction OUTPUT))
6760
           (port AHBMASTER_FIC_0_AHBmaster_HWRITE (direction INPUT))
6761
           (port HRESETn_c (direction INPUT))
6762
           (port HCLK_c (direction INPUT))
6763
           (port N_163 (direction OUTPUT))
6764
           (port CoreAHBLite_0_AHBmslave0_HREADY (direction INPUT))
6765
           (port N_254 (direction OUTPUT))
6766
           (port N_395 (direction OUTPUT))
6767
           (port N_265 (direction OUTPUT))
6768
           (port N_339_c (direction OUTPUT))
6769
           (port PREVDATASLAVEREADY_iv_i_0_i_o4_0 (direction OUTPUT))
6770
           (port PREVDATASLAVEREADY_iv_i_0_i_o4_1 (direction OUTPUT))
6771
           (port N_392 (direction OUTPUT))
6772
           (port N_391 (direction OUTPUT))
6773
           (port PRDATA_0_sqmuxa_0_a2_13 (direction INPUT))
6774
           (port PRDATA_0_sqmuxa_0_a2_12 (direction INPUT))
6775
           (port N_327 (direction OUTPUT))
6776
           (port N_340 (direction OUTPUT))
6777
           (port N_330 (direction OUTPUT))
6778
           (port N_397 (direction OUTPUT))
6779
           (port N_398 (direction INPUT))
6780
           (port N_171 (direction OUTPUT))
6781
           (port N_263 (direction OUTPUT))
6782
           (port N_367 (direction OUTPUT))
6783
           (port un1_N_11_mux_i_5_a1_1 (direction INPUT))
6784
           (port CoreAHBLite_0_AHBmslave0_HSELx (direction OUTPUT))
6785
           (port N_363 (direction OUTPUT))
6786
           (port HADDR_24_0_a3_i_out (direction OUTPUT))
6787
           (port un4_m5_0_a3_2 (direction INPUT))
6788
           (port N_128 (direction OUTPUT))
6789
           (port N_124 (direction OUTPUT))
6790
           (port N_120 (direction OUTPUT))
6791
           (port N_22 (direction OUTPUT))
6792
           (port N_20 (direction OUTPUT))
6793
           (port N_135 (direction OUTPUT))
6794
           (port N_18 (direction OUTPUT))
6795
           (port N_326 (direction OUTPUT))
6796
           (port N_323 (direction OUTPUT))
6797
           (port HTRANS_0_a3_i_a2_3_0 (direction OUTPUT))
6798
           (port HTRANS_0_a3_i_a2_4_0 (direction OUTPUT))
6799
           (port N_365 (direction OUTPUT))
6800
           (port N_364 (direction OUTPUT))
6801
           (port un1_m1_e_0_0 (direction INPUT))
6802
           (port un4_m5_0_a3_1 (direction INPUT))
6803
         )
6804
         (contents
6805
          (instance matrix4x16 (viewRef netlist (cellRef COREAHBLITE_MATRIX4X16))
6806
           (property SYNC_RESET (integer 0))
6807
           (property M3_AHBSLOTENABLE (integer 0))
6808
           (property M2_AHBSLOTENABLE (integer 0))
6809
           (property M1_AHBSLOTENABLE (integer 0))
6810
           (property M0_AHBSLOTENABLE (integer 1))
6811
           (property SC (integer 0))
6812
           (property HADDR_SHG_CFG (integer 1))
6813
           (property MEMSPACE (integer 1))
6814
          )
6815
          (instance VCC_i (viewRef prim (cellRef VCC (libraryRef PA3)))          )
6816
          (instance GND_i (viewRef prim (cellRef GND (libraryRef PA3)))          )
6817
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_0 "CoreAHBLite_0_AHBmslave0_HWDATA[0]") (joined
6818
           (portRef (member coreahblite_0_ahbmslave0_hwdata 7) (instanceRef matrix4x16))
6819
           (portRef (member coreahblite_0_ahbmslave0_hwdata 7))
6820
          ))
6821
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_1 "CoreAHBLite_0_AHBmslave0_HWDATA[1]") (joined
6822
           (portRef (member coreahblite_0_ahbmslave0_hwdata 6) (instanceRef matrix4x16))
6823
           (portRef (member coreahblite_0_ahbmslave0_hwdata 6))
6824
          ))
6825
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_2 "CoreAHBLite_0_AHBmslave0_HWDATA[2]") (joined
6826
           (portRef (member coreahblite_0_ahbmslave0_hwdata 5) (instanceRef matrix4x16))
6827
           (portRef (member coreahblite_0_ahbmslave0_hwdata 5))
6828
          ))
6829
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_3 "CoreAHBLite_0_AHBmslave0_HWDATA[3]") (joined
6830
           (portRef (member coreahblite_0_ahbmslave0_hwdata 4) (instanceRef matrix4x16))
6831
           (portRef (member coreahblite_0_ahbmslave0_hwdata 4))
6832
          ))
6833
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_4 "CoreAHBLite_0_AHBmslave0_HWDATA[4]") (joined
6834
           (portRef (member coreahblite_0_ahbmslave0_hwdata 3) (instanceRef matrix4x16))
6835
           (portRef (member coreahblite_0_ahbmslave0_hwdata 3))
6836
          ))
6837
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_5 "CoreAHBLite_0_AHBmslave0_HWDATA[5]") (joined
6838
           (portRef (member coreahblite_0_ahbmslave0_hwdata 2) (instanceRef matrix4x16))
6839
           (portRef (member coreahblite_0_ahbmslave0_hwdata 2))
6840
          ))
6841
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_6 "CoreAHBLite_0_AHBmslave0_HWDATA[6]") (joined
6842
           (portRef (member coreahblite_0_ahbmslave0_hwdata 1) (instanceRef matrix4x16))
6843
           (portRef (member coreahblite_0_ahbmslave0_hwdata 1))
6844
          ))
6845
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_7 "CoreAHBLite_0_AHBmslave0_HWDATA[7]") (joined
6846
           (portRef (member coreahblite_0_ahbmslave0_hwdata 0) (instanceRef matrix4x16))
6847
           (portRef (member coreahblite_0_ahbmslave0_hwdata 0))
6848
          ))
6849
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_0 "AHBMASTER_FIC_0_AHBmaster_HWDATA[0]") (joined
6850
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 7))
6851
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 7) (instanceRef matrix4x16))
6852
          ))
6853
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_1 "AHBMASTER_FIC_0_AHBmaster_HWDATA[1]") (joined
6854
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 6))
6855
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 6) (instanceRef matrix4x16))
6856
          ))
6857
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_2 "AHBMASTER_FIC_0_AHBmaster_HWDATA[2]") (joined
6858
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 5))
6859
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 5) (instanceRef matrix4x16))
6860
          ))
6861
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_3 "AHBMASTER_FIC_0_AHBmaster_HWDATA[3]") (joined
6862
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 4))
6863
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 4) (instanceRef matrix4x16))
6864
          ))
6865
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_4 "AHBMASTER_FIC_0_AHBmaster_HWDATA[4]") (joined
6866
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 3))
6867
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 3) (instanceRef matrix4x16))
6868
          ))
6869
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_5 "AHBMASTER_FIC_0_AHBmaster_HWDATA[5]") (joined
6870
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 2))
6871
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 2) (instanceRef matrix4x16))
6872
          ))
6873
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_6 "AHBMASTER_FIC_0_AHBmaster_HWDATA[6]") (joined
6874
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 1))
6875
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 1) (instanceRef matrix4x16))
6876
          ))
6877
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_7 "AHBMASTER_FIC_0_AHBmaster_HWDATA[7]") (joined
6878
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 0))
6879
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 0) (instanceRef matrix4x16))
6880
          ))
6881
          (net (rename arbRegSMCurrentState_i_0_3 "arbRegSMCurrentState_i_0[15]") (joined
6882
           (portRef arbRegSMCurrentState_i_0_3 (instanceRef matrix4x16))
6883
           (portRef arbRegSMCurrentState_i_0_3)
6884
          ))
6885
          (net (rename arbRegSMCurrentState_i_0_0 "arbRegSMCurrentState_i_0[12]") (joined
6886
           (portRef arbRegSMCurrentState_i_0_0 (instanceRef matrix4x16))
6887
           (portRef arbRegSMCurrentState_i_0_0)
6888
          ))
6889
          (net (rename arbRegSMCurrentState_RNICAHF7_0 "arbRegSMCurrentState_RNICAHF7[0]") (joined
6890
           (portRef arbRegSMCurrentState_RNICAHF7_0 (instanceRef matrix4x16))
6891
           (portRef arbRegSMCurrentState_RNICAHF7_0)
6892
          ))
6893
          (net (rename AHBMASTER_FIC_0_AHBmaster_HTRANS_0 "AHBMASTER_FIC_0_AHBmaster_HTRANS[1]") (joined
6894
           (portRef AHBMASTER_FIC_0_AHBmaster_HTRANS_0)
6895
           (portRef AHBMASTER_FIC_0_AHBmaster_HTRANS_0 (instanceRef matrix4x16))
6896
          ))
6897
          (net (rename CoreAPB_0_APBmslave0_PRDATA_0 "CoreAPB_0_APBmslave0_PRDATA[0]") (joined
6898
           (portRef (member coreapb_0_apbmslave0_prdata 7))
6899
           (portRef (member coreapb_0_apbmslave0_prdata 7) (instanceRef matrix4x16))
6900
          ))
6901
          (net (rename CoreAPB_0_APBmslave0_PRDATA_1 "CoreAPB_0_APBmslave0_PRDATA[1]") (joined
6902
           (portRef (member coreapb_0_apbmslave0_prdata 6))
6903
           (portRef (member coreapb_0_apbmslave0_prdata 6) (instanceRef matrix4x16))
6904
          ))
6905
          (net (rename CoreAPB_0_APBmslave0_PRDATA_2 "CoreAPB_0_APBmslave0_PRDATA[2]") (joined
6906
           (portRef (member coreapb_0_apbmslave0_prdata 5))
6907
           (portRef (member coreapb_0_apbmslave0_prdata 5) (instanceRef matrix4x16))
6908
          ))
6909
          (net (rename CoreAPB_0_APBmslave0_PRDATA_3 "CoreAPB_0_APBmslave0_PRDATA[3]") (joined
6910
           (portRef (member coreapb_0_apbmslave0_prdata 4))
6911
           (portRef (member coreapb_0_apbmslave0_prdata 4) (instanceRef matrix4x16))
6912
          ))
6913
          (net (rename CoreAPB_0_APBmslave0_PRDATA_4 "CoreAPB_0_APBmslave0_PRDATA[4]") (joined
6914
           (portRef (member coreapb_0_apbmslave0_prdata 3))
6915
           (portRef (member coreapb_0_apbmslave0_prdata 3) (instanceRef matrix4x16))
6916
          ))
6917
          (net (rename CoreAPB_0_APBmslave0_PRDATA_5 "CoreAPB_0_APBmslave0_PRDATA[5]") (joined
6918
           (portRef (member coreapb_0_apbmslave0_prdata 2))
6919
           (portRef (member coreapb_0_apbmslave0_prdata 2) (instanceRef matrix4x16))
6920
          ))
6921
          (net (rename CoreAPB_0_APBmslave0_PRDATA_6 "CoreAPB_0_APBmslave0_PRDATA[6]") (joined
6922
           (portRef (member coreapb_0_apbmslave0_prdata 1))
6923
           (portRef (member coreapb_0_apbmslave0_prdata 1) (instanceRef matrix4x16))
6924
          ))
6925
          (net (rename CoreAPB_0_APBmslave0_PRDATA_7 "CoreAPB_0_APBmslave0_PRDATA[7]") (joined
6926
           (portRef (member coreapb_0_apbmslave0_prdata 0))
6927
           (portRef (member coreapb_0_apbmslave0_prdata 0) (instanceRef matrix4x16))
6928
          ))
6929
          (net (rename xhdl1222_0 "xhdl1222[0]") (joined
6930
           (portRef xhdl1222_0 (instanceRef matrix4x16))
6931
           (portRef xhdl1222_0)
6932
          ))
6933
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_0 "AHBMASTER_FIC_0_AHBmaster_HRDATA[0]") (joined
6934
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 7) (instanceRef matrix4x16))
6935
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 7))
6936
          ))
6937
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_1 "AHBMASTER_FIC_0_AHBmaster_HRDATA[1]") (joined
6938
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 6) (instanceRef matrix4x16))
6939
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 6))
6940
          ))
6941
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_2 "AHBMASTER_FIC_0_AHBmaster_HRDATA[2]") (joined
6942
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 5) (instanceRef matrix4x16))
6943
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 5))
6944
          ))
6945
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_3 "AHBMASTER_FIC_0_AHBmaster_HRDATA[3]") (joined
6946
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 4) (instanceRef matrix4x16))
6947
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 4))
6948
          ))
6949
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_4 "AHBMASTER_FIC_0_AHBmaster_HRDATA[4]") (joined
6950
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 3) (instanceRef matrix4x16))
6951
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 3))
6952
          ))
6953
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_5 "AHBMASTER_FIC_0_AHBmaster_HRDATA[5]") (joined
6954
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 2) (instanceRef matrix4x16))
6955
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 2))
6956
          ))
6957
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_6 "AHBMASTER_FIC_0_AHBmaster_HRDATA[6]") (joined
6958
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 1) (instanceRef matrix4x16))
6959
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 1))
6960
          ))
6961
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_7 "AHBMASTER_FIC_0_AHBmaster_HRDATA[7]") (joined
6962
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 0) (instanceRef matrix4x16))
6963
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 0))
6964
          ))
6965
          (net (rename masterAddrInProg_i_1_0 "masterAddrInProg_i_1[0]") (joined
6966
           (portRef masterAddrInProg_i_1_0 (instanceRef matrix4x16))
6967
           (portRef masterAddrInProg_i_1_0)
6968
          ))
6969
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_26 "AHBMASTER_FIC_0_AHBmaster_HADDR[28]") (joined
6970
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_26)
6971
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_26 (instanceRef matrix4x16))
6972
          ))
6973
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_27 "AHBMASTER_FIC_0_AHBmaster_HADDR[29]") (joined
6974
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_27)
6975
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_27 (instanceRef matrix4x16))
6976
          ))
6977
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_28 "AHBMASTER_FIC_0_AHBmaster_HADDR[30]") (joined
6978
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_28)
6979
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_28 (instanceRef matrix4x16))
6980
          ))
6981
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_29 "AHBMASTER_FIC_0_AHBmaster_HADDR[31]") (joined
6982
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_29)
6983
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_29 (instanceRef matrix4x16))
6984
          ))
6985
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_0 "AHBMASTER_FIC_0_AHBmaster_HADDR[2]") (joined
6986
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_0)
6987
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_0 (instanceRef matrix4x16))
6988
          ))
6989
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_1 "AHBMASTER_FIC_0_AHBmaster_HADDR[3]") (joined
6990
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_1)
6991
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_1 (instanceRef matrix4x16))
6992
          ))
6993
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_2 "AHBMASTER_FIC_0_AHBmaster_HADDR[4]") (joined
6994
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_2)
6995
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_2 (instanceRef matrix4x16))
6996
          ))
6997
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_22 "AHBMASTER_FIC_0_AHBmaster_HADDR[24]") (joined
6998
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_22)
6999
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_22 (instanceRef matrix4x16))
7000
          ))
7001
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_23 "AHBMASTER_FIC_0_AHBmaster_HADDR[25]") (joined
7002
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_23)
7003
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_23 (instanceRef matrix4x16))
7004
          ))
7005
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_24 "AHBMASTER_FIC_0_AHBmaster_HADDR[26]") (joined
7006
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_24)
7007
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_24 (instanceRef matrix4x16))
7008
          ))
7009
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_25 "AHBMASTER_FIC_0_AHBmaster_HADDR[27]") (joined
7010
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_25)
7011
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_25 (instanceRef matrix4x16))
7012
          ))
7013
          (net un4_m5_0_a3_1 (joined
7014
           (portRef un4_m5_0_a3_1)
7015
           (portRef un4_m5_0_a3_1 (instanceRef matrix4x16))
7016
          ))
7017
          (net un1_m1_e_0_0 (joined
7018
           (portRef un1_m1_e_0_0)
7019
           (portRef un1_m1_e_0_0 (instanceRef matrix4x16))
7020
          ))
7021
          (net N_364 (joined
7022
           (portRef N_364 (instanceRef matrix4x16))
7023
           (portRef N_364)
7024
          ))
7025
          (net N_365 (joined
7026
           (portRef N_365 (instanceRef matrix4x16))
7027
           (portRef N_365)
7028
          ))
7029
          (net HTRANS_0_a3_i_a2_4_0 (joined
7030
           (portRef HTRANS_0_a3_i_a2_4_0 (instanceRef matrix4x16))
7031
           (portRef HTRANS_0_a3_i_a2_4_0)
7032
          ))
7033
          (net HTRANS_0_a3_i_a2_3_0 (joined
7034
           (portRef HTRANS_0_a3_i_a2_3_0 (instanceRef matrix4x16))
7035
           (portRef HTRANS_0_a3_i_a2_3_0)
7036
          ))
7037
          (net N_323 (joined
7038
           (portRef N_323 (instanceRef matrix4x16))
7039
           (portRef N_323)
7040
          ))
7041
          (net N_326 (joined
7042
           (portRef N_326 (instanceRef matrix4x16))
7043
           (portRef N_326)
7044
          ))
7045
          (net N_18 (joined
7046
           (portRef N_18 (instanceRef matrix4x16))
7047
           (portRef N_18)
7048
          ))
7049
          (net N_135 (joined
7050
           (portRef N_135 (instanceRef matrix4x16))
7051
           (portRef N_135)
7052
          ))
7053
          (net N_20 (joined
7054
           (portRef N_20 (instanceRef matrix4x16))
7055
           (portRef N_20)
7056
          ))
7057
          (net N_22 (joined
7058
           (portRef N_22 (instanceRef matrix4x16))
7059
           (portRef N_22)
7060
          ))
7061
          (net N_120 (joined
7062
           (portRef N_120 (instanceRef matrix4x16))
7063
           (portRef N_120)
7064
          ))
7065
          (net N_124 (joined
7066
           (portRef N_124 (instanceRef matrix4x16))
7067
           (portRef N_124)
7068
          ))
7069
          (net N_128 (joined
7070
           (portRef N_128 (instanceRef matrix4x16))
7071
           (portRef N_128)
7072
          ))
7073
          (net un4_m5_0_a3_2 (joined
7074
           (portRef un4_m5_0_a3_2)
7075
           (portRef un4_m5_0_a3_2 (instanceRef matrix4x16))
7076
          ))
7077
          (net HADDR_24_0_a3_i_out (joined
7078
           (portRef HADDR_24_0_a3_i_out (instanceRef matrix4x16))
7079
           (portRef HADDR_24_0_a3_i_out)
7080
          ))
7081
          (net N_363 (joined
7082
           (portRef N_363 (instanceRef matrix4x16))
7083
           (portRef N_363)
7084
          ))
7085
          (net CoreAHBLite_0_AHBmslave0_HSELx (joined
7086
           (portRef CoreAHBLite_0_AHBmslave0_HSELx (instanceRef matrix4x16))
7087
           (portRef CoreAHBLite_0_AHBmslave0_HSELx)
7088
          ))
7089
          (net un1_N_11_mux_i_5_a1_1 (joined
7090
           (portRef un1_N_11_mux_i_5_a1_1)
7091
           (portRef un1_N_11_mux_i_5_a1_1 (instanceRef matrix4x16))
7092
          ))
7093
          (net N_367 (joined
7094
           (portRef N_367 (instanceRef matrix4x16))
7095
           (portRef N_367)
7096
          ))
7097
          (net N_263 (joined
7098
           (portRef N_263 (instanceRef matrix4x16))
7099
           (portRef N_263)
7100
          ))
7101
          (net N_171 (joined
7102
           (portRef N_171 (instanceRef matrix4x16))
7103
           (portRef N_171)
7104
          ))
7105
          (net N_398 (joined
7106
           (portRef N_398)
7107
           (portRef N_398 (instanceRef matrix4x16))
7108
          ))
7109
          (net N_397 (joined
7110
           (portRef N_397 (instanceRef matrix4x16))
7111
           (portRef N_397)
7112
          ))
7113
          (net N_330 (joined
7114
           (portRef N_330 (instanceRef matrix4x16))
7115
           (portRef N_330)
7116
          ))
7117
          (net N_340 (joined
7118
           (portRef N_340 (instanceRef matrix4x16))
7119
           (portRef N_340)
7120
          ))
7121
          (net N_327 (joined
7122
           (portRef N_327 (instanceRef matrix4x16))
7123
           (portRef N_327)
7124
          ))
7125
          (net PRDATA_0_sqmuxa_0_a2_12 (joined
7126
           (portRef PRDATA_0_sqmuxa_0_a2_12)
7127
           (portRef PRDATA_0_sqmuxa_0_a2_12 (instanceRef matrix4x16))
7128
          ))
7129
          (net PRDATA_0_sqmuxa_0_a2_13 (joined
7130
           (portRef PRDATA_0_sqmuxa_0_a2_13)
7131
           (portRef PRDATA_0_sqmuxa_0_a2_13 (instanceRef matrix4x16))
7132
          ))
7133
          (net N_391 (joined
7134
           (portRef N_391 (instanceRef matrix4x16))
7135
           (portRef N_391)
7136
          ))
7137
          (net N_392 (joined
7138
           (portRef N_392 (instanceRef matrix4x16))
7139
           (portRef N_392)
7140
          ))
7141
          (net PREVDATASLAVEREADY_iv_i_0_i_o4_1 (joined
7142
           (portRef PREVDATASLAVEREADY_iv_i_0_i_o4_1 (instanceRef matrix4x16))
7143
           (portRef PREVDATASLAVEREADY_iv_i_0_i_o4_1)
7144
          ))
7145
          (net PREVDATASLAVEREADY_iv_i_0_i_o4_0 (joined
7146
           (portRef PREVDATASLAVEREADY_iv_i_0_i_o4_0 (instanceRef matrix4x16))
7147
           (portRef PREVDATASLAVEREADY_iv_i_0_i_o4_0)
7148
          ))
7149
          (net N_339_c (joined
7150
           (portRef N_339_c (instanceRef matrix4x16))
7151
           (portRef N_339_c)
7152
          ))
7153
          (net N_265 (joined
7154
           (portRef N_265 (instanceRef matrix4x16))
7155
           (portRef N_265)
7156
          ))
7157
          (net N_395 (joined
7158
           (portRef N_395 (instanceRef matrix4x16))
7159
           (portRef N_395)
7160
          ))
7161
          (net N_254 (joined
7162
           (portRef N_254 (instanceRef matrix4x16))
7163
           (portRef N_254)
7164
          ))
7165
          (net CoreAHBLite_0_AHBmslave0_HREADY (joined
7166
           (portRef CoreAHBLite_0_AHBmslave0_HREADY)
7167
           (portRef CoreAHBLite_0_AHBmslave0_HREADY (instanceRef matrix4x16))
7168
          ))
7169
          (net N_163 (joined
7170
           (portRef N_163 (instanceRef matrix4x16))
7171
           (portRef N_163)
7172
          ))
7173
          (net HCLK_c (joined
7174
           (portRef HCLK_c)
7175
           (portRef HCLK_c (instanceRef matrix4x16))
7176
          ))
7177
          (net HRESETn_c (joined
7178
           (portRef HRESETn_c)
7179
           (portRef HRESETn_c (instanceRef matrix4x16))
7180
          ))
7181
          (net AHBMASTER_FIC_0_AHBmaster_HWRITE (joined
7182
           (portRef AHBMASTER_FIC_0_AHBmaster_HWRITE)
7183
           (portRef AHBMASTER_FIC_0_AHBmaster_HWRITE (instanceRef matrix4x16))
7184
          ))
7185
          (net defSlaveSMCurrentState (joined
7186
           (portRef defSlaveSMCurrentState (instanceRef matrix4x16))
7187
           (portRef defSlaveSMCurrentState)
7188
          ))
7189
          (net GND (joined
7190
           (portRef Y (instanceRef GND_i))
7191
          ))
7192
          (net VCC (joined
7193
           (portRef Y (instanceRef VCC_i))
7194
          ))
7195
         )
7196
        (property langParams (string "FAMILY MEMSPACE HADDR_SHG_CFG SC_0 SC_1 SC_2 SC_3 SC_4 SC_5 SC_6 SC_7 SC_8 SC_9 SC_10 SC_11 SC_12 SC_13 SC_14 SC_15 M0_AHBSLOT0ENABLE M0_AHBSLOT1ENABLE M0_AHBSLOT2ENABLE M0_AHBSLOT3ENABLE M0_AHBSLOT4ENABLE M0_AHBSLOT5ENABLE M0_AHBSLOT6ENABLE M0_AHBSLOT7ENABLE M0_AHBSLOT8ENABLE M0_AHBSLOT9ENABLE M0_AHBSLOT10ENABLE M0_AHBSLOT11ENABLE M0_AHBSLOT12ENABLE M0_AHBSLOT13ENABLE M0_AHBSLOT14ENABLE M0_AHBSLOT15ENABLE M0_AHBSLOT16ENABLE M1_AHBSLOT0ENABLE M1_AHBSLOT1ENABLE M1_AHBSLOT2ENABLE M1_AHBSLOT3ENABLE M1_AHBSLOT4ENABLE M1_AHBSLOT5ENABLE M1_AHBSLOT6ENABLE M1_AHBSLOT7ENABLE M1_AHBSLOT8ENABLE M1_AHBSLOT9ENABLE M1_AHBSLOT10ENABLE M1_AHBSLOT11ENABLE M1_AHBSLOT12ENABLE M1_AHBSLOT13ENABLE M1_AHBSLOT14ENABLE M1_AHBSLOT15ENABLE M1_AHBSLOT16ENABLE M2_AHBSLOT0ENABLE M2_AHBSLOT1ENABLE M2_AHBSLOT2ENABLE M2_AHBSLOT3ENABLE M2_AHBSLOT4ENABLE M2_AHBSLOT5ENABLE M2_AHBSLOT6ENABLE M2_AHBSLOT7ENABLE M2_AHBSLOT8ENABLE M2_AHBSLOT9ENABLE M2_AHBSLOT10ENABLE M2_AHBSLOT11ENABLE M2_AHBSLOT12ENABLE M2_AHBSLOT13ENABLE M2_AHBSLOT14ENABLE M2_AHBSLOT15ENABLE M2_AHBSLOT16ENABLE M3_AHBSLOT0ENABLE M3_AHBSLOT1ENABLE M3_AHBSLOT2ENABLE M3_AHBSLOT3ENABLE M3_AHBSLOT4ENABLE M3_AHBSLOT5ENABLE M3_AHBSLOT6ENABLE M3_AHBSLOT7ENABLE M3_AHBSLOT8ENABLE M3_AHBSLOT9ENABLE M3_AHBSLOT10ENABLE M3_AHBSLOT11ENABLE M3_AHBSLOT12ENABLE M3_AHBSLOT13ENABLE M3_AHBSLOT14ENABLE M3_AHBSLOT15ENABLE M3_AHBSLOT16ENABLE"))
7197
        (property FAMILY (integer 15))
7198
        (property MEMSPACE (integer 1))
7199
        (property HADDR_SHG_CFG (integer 1))
7200
        (property SC_0 (integer 0))
7201
        (property SC_1 (integer 0))
7202
        (property SC_2 (integer 0))
7203
        (property SC_3 (integer 0))
7204
        (property SC_4 (integer 0))
7205
        (property SC_5 (integer 0))
7206
        (property SC_6 (integer 0))
7207
        (property SC_7 (integer 0))
7208
        (property SC_8 (integer 0))
7209
        (property SC_9 (integer 0))
7210
        (property SC_10 (integer 0))
7211
        (property SC_11 (integer 0))
7212
        (property SC_12 (integer 0))
7213
        (property SC_13 (integer 0))
7214
        (property SC_14 (integer 0))
7215
        (property SC_15 (integer 0))
7216
        (property M0_AHBSLOT0ENABLE (integer 1))
7217
        (property M0_AHBSLOT1ENABLE (integer 0))
7218
        (property M0_AHBSLOT2ENABLE (integer 0))
7219
        (property M0_AHBSLOT3ENABLE (integer 0))
7220
        (property M0_AHBSLOT4ENABLE (integer 0))
7221
        (property M0_AHBSLOT5ENABLE (integer 0))
7222
        (property M0_AHBSLOT6ENABLE (integer 0))
7223
        (property M0_AHBSLOT7ENABLE (integer 0))
7224
        (property M0_AHBSLOT8ENABLE (integer 0))
7225
        (property M0_AHBSLOT9ENABLE (integer 0))
7226
        (property M0_AHBSLOT10ENABLE (integer 0))
7227
        (property M0_AHBSLOT11ENABLE (integer 0))
7228
        (property M0_AHBSLOT12ENABLE (integer 0))
7229
        (property M0_AHBSLOT13ENABLE (integer 0))
7230
        (property M0_AHBSLOT14ENABLE (integer 0))
7231
        (property M0_AHBSLOT15ENABLE (integer 0))
7232
        (property M0_AHBSLOT16ENABLE (integer 0))
7233
        (property M1_AHBSLOT0ENABLE (integer 0))
7234
        (property M1_AHBSLOT1ENABLE (integer 0))
7235
        (property M1_AHBSLOT2ENABLE (integer 0))
7236
        (property M1_AHBSLOT3ENABLE (integer 0))
7237
        (property M1_AHBSLOT4ENABLE (integer 0))
7238
        (property M1_AHBSLOT5ENABLE (integer 0))
7239
        (property M1_AHBSLOT6ENABLE (integer 0))
7240
        (property M1_AHBSLOT7ENABLE (integer 0))
7241
        (property M1_AHBSLOT8ENABLE (integer 0))
7242
        (property M1_AHBSLOT9ENABLE (integer 0))
7243
        (property M1_AHBSLOT10ENABLE (integer 0))
7244
        (property M1_AHBSLOT11ENABLE (integer 0))
7245
        (property M1_AHBSLOT12ENABLE (integer 0))
7246
        (property M1_AHBSLOT13ENABLE (integer 0))
7247
        (property M1_AHBSLOT14ENABLE (integer 0))
7248
        (property M1_AHBSLOT15ENABLE (integer 0))
7249
        (property M1_AHBSLOT16ENABLE (integer 0))
7250
        (property M2_AHBSLOT0ENABLE (integer 0))
7251
        (property M2_AHBSLOT1ENABLE (integer 0))
7252
        (property M2_AHBSLOT2ENABLE (integer 0))
7253
        (property M2_AHBSLOT3ENABLE (integer 0))
7254
        (property M2_AHBSLOT4ENABLE (integer 0))
7255
        (property M2_AHBSLOT5ENABLE (integer 0))
7256
        (property M2_AHBSLOT6ENABLE (integer 0))
7257
        (property M2_AHBSLOT7ENABLE (integer 0))
7258
        (property M2_AHBSLOT8ENABLE (integer 0))
7259
        (property M2_AHBSLOT9ENABLE (integer 0))
7260
        (property M2_AHBSLOT10ENABLE (integer 0))
7261
        (property M2_AHBSLOT11ENABLE (integer 0))
7262
        (property M2_AHBSLOT12ENABLE (integer 0))
7263
        (property M2_AHBSLOT13ENABLE (integer 0))
7264
        (property M2_AHBSLOT14ENABLE (integer 0))
7265
        (property M2_AHBSLOT15ENABLE (integer 0))
7266
        (property M2_AHBSLOT16ENABLE (integer 0))
7267
        (property M3_AHBSLOT0ENABLE (integer 0))
7268
        (property M3_AHBSLOT1ENABLE (integer 0))
7269
        (property M3_AHBSLOT2ENABLE (integer 0))
7270
        (property M3_AHBSLOT3ENABLE (integer 0))
7271
        (property M3_AHBSLOT4ENABLE (integer 0))
7272
        (property M3_AHBSLOT5ENABLE (integer 0))
7273
        (property M3_AHBSLOT6ENABLE (integer 0))
7274
        (property M3_AHBSLOT7ENABLE (integer 0))
7275
        (property M3_AHBSLOT8ENABLE (integer 0))
7276
        (property M3_AHBSLOT9ENABLE (integer 0))
7277
        (property M3_AHBSLOT10ENABLE (integer 0))
7278
        (property M3_AHBSLOT11ENABLE (integer 0))
7279
        (property M3_AHBSLOT12ENABLE (integer 0))
7280
        (property M3_AHBSLOT13ENABLE (integer 0))
7281
        (property M3_AHBSLOT14ENABLE (integer 0))
7282
        (property M3_AHBSLOT15ENABLE (integer 0))
7283
        (property M3_AHBSLOT16ENABLE (integer 0))
7284
        (property orig_inst_of (string "top_CoreAHBLite_0_CoreAHBLite"))
7285
       )
7286
    )
7287
  )
7288
  (library work
7289
    (edifLevel 0)
7290
    (technology (numberDefinition ))
7291
    (cell COReAPB_l (cellType GENERIC)
7292
       (view netlist (viewType NETLIST)
7293
         (interface
7294
           (port (array (rename coreahb2apb_0_apbmaster_pselx "CoreAHB2APB_0_APBmaster_PSELx[15:1]") 15) (direction INPUT))
7295
           (port PRDATA_0_sqmuxa_0_a2_12 (direction OUTPUT))
7296
           (port CoreAPB_0_APBmslave0_PSELx (direction INPUT))
7297
           (port PRDATA_0_sqmuxa_0_a2_13 (direction OUTPUT))
7298
         )
7299
         (contents
7300
          (instance (rename PRDATA_0_sqmuxa_0_a2Z0Z_13 "PRDATA_0_sqmuxa_0_a2_13") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
7301
          (instance (rename PRDATA_0_sqmuxa_0_a2Z0Z_12 "PRDATA_0_sqmuxa_0_a2_12") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
7302
          (instance PRDATA_0_sqmuxa_0_a2_10 (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
7303
          (instance PRDATA_0_sqmuxa_0_a2_9 (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
7304
          (instance PRDATA_0_sqmuxa_0_a2_7 (viewRef prim (cellRef NOR3 (libraryRef PA3)))          )
7305
          (instance PRDATA_0_sqmuxa_0_a2_6 (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
7306
          (instance PRDATA_0_sqmuxa_0_a2_4 (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
7307
          (instance PRDATA_0_sqmuxa_0_a2_2 (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
7308
          (instance PRDATA_0_sqmuxa_0_a2_1 (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
7309
          (instance VCC_i (viewRef prim (cellRef VCC (libraryRef PA3)))          )
7310
          (instance GND_i (viewRef prim (cellRef GND (libraryRef PA3)))          )
7311
          (net PRDATA_0_sqmuxa_0_a2_13 (joined
7312
           (portRef Y (instanceRef PRDATA_0_sqmuxa_0_a2Z0Z_13))
7313
           (portRef PRDATA_0_sqmuxa_0_a2_13)
7314
          ))
7315
          (net (rename PRDATA_0_sqmuxa_0_a2Z0Z_7 "PRDATA_0_sqmuxa_0_a2_7") (joined
7316
           (portRef Y (instanceRef PRDATA_0_sqmuxa_0_a2_7))
7317
           (portRef A (instanceRef PRDATA_0_sqmuxa_0_a2Z0Z_13))
7318
          ))
7319
          (net CoreAPB_0_APBmslave0_PSELx (joined
7320
           (portRef CoreAPB_0_APBmslave0_PSELx)
7321
           (portRef B (instanceRef PRDATA_0_sqmuxa_0_a2Z0Z_13))
7322
          ))
7323
          (net (rename PRDATA_0_sqmuxa_0_a2Z0Z_10 "PRDATA_0_sqmuxa_0_a2_10") (joined
7324
           (portRef Y (instanceRef PRDATA_0_sqmuxa_0_a2_10))
7325
           (portRef C (instanceRef PRDATA_0_sqmuxa_0_a2Z0Z_13))
7326
          ))
7327
          (net PRDATA_0_sqmuxa_0_a2_12 (joined
7328
           (portRef Y (instanceRef PRDATA_0_sqmuxa_0_a2Z0Z_12))
7329
           (portRef PRDATA_0_sqmuxa_0_a2_12)
7330
          ))
7331
          (net (rename PRDATA_0_sqmuxa_0_a2Z0Z_2 "PRDATA_0_sqmuxa_0_a2_2") (joined
7332
           (portRef Y (instanceRef PRDATA_0_sqmuxa_0_a2_2))
7333
           (portRef A (instanceRef PRDATA_0_sqmuxa_0_a2Z0Z_12))
7334
          ))
7335
          (net (rename PRDATA_0_sqmuxa_0_a2Z0Z_1 "PRDATA_0_sqmuxa_0_a2_1") (joined
7336
           (portRef Y (instanceRef PRDATA_0_sqmuxa_0_a2_1))
7337
           (portRef B (instanceRef PRDATA_0_sqmuxa_0_a2Z0Z_12))
7338
          ))
7339
          (net (rename PRDATA_0_sqmuxa_0_a2Z0Z_9 "PRDATA_0_sqmuxa_0_a2_9") (joined
7340
           (portRef Y (instanceRef PRDATA_0_sqmuxa_0_a2_9))
7341
           (portRef C (instanceRef PRDATA_0_sqmuxa_0_a2Z0Z_12))
7342
          ))
7343
          (net (rename PRDATA_0_sqmuxa_0_a2Z0Z_6 "PRDATA_0_sqmuxa_0_a2_6") (joined
7344
           (portRef Y (instanceRef PRDATA_0_sqmuxa_0_a2_6))
7345
           (portRef A (instanceRef PRDATA_0_sqmuxa_0_a2_10))
7346
          ))
7347
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_3 "CoreAHB2APB_0_APBmaster_PSELx[3]") (joined
7348
           (portRef (member coreahb2apb_0_apbmaster_pselx 12))
7349
           (portRef B (instanceRef PRDATA_0_sqmuxa_0_a2_10))
7350
          ))
7351
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_2 "CoreAHB2APB_0_APBmaster_PSELx[2]") (joined
7352
           (portRef (member coreahb2apb_0_apbmaster_pselx 13))
7353
           (portRef C (instanceRef PRDATA_0_sqmuxa_0_a2_10))
7354
          ))
7355
          (net (rename PRDATA_0_sqmuxa_0_a2Z0Z_4 "PRDATA_0_sqmuxa_0_a2_4") (joined
7356
           (portRef Y (instanceRef PRDATA_0_sqmuxa_0_a2_4))
7357
           (portRef A (instanceRef PRDATA_0_sqmuxa_0_a2_9))
7358
          ))
7359
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_5 "CoreAHB2APB_0_APBmaster_PSELx[5]") (joined
7360
           (portRef (member coreahb2apb_0_apbmaster_pselx 10))
7361
           (portRef B (instanceRef PRDATA_0_sqmuxa_0_a2_9))
7362
          ))
7363
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_9 "CoreAHB2APB_0_APBmaster_PSELx[9]") (joined
7364
           (portRef (member coreahb2apb_0_apbmaster_pselx 6))
7365
           (portRef C (instanceRef PRDATA_0_sqmuxa_0_a2_9))
7366
          ))
7367
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_13 "CoreAHB2APB_0_APBmaster_PSELx[13]") (joined
7368
           (portRef (member coreahb2apb_0_apbmaster_pselx 2))
7369
           (portRef A (instanceRef PRDATA_0_sqmuxa_0_a2_7))
7370
          ))
7371
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_10 "CoreAHB2APB_0_APBmaster_PSELx[10]") (joined
7372
           (portRef (member coreahb2apb_0_apbmaster_pselx 5))
7373
           (portRef B (instanceRef PRDATA_0_sqmuxa_0_a2_7))
7374
          ))
7375
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_14 "CoreAHB2APB_0_APBmaster_PSELx[14]") (joined
7376
           (portRef (member coreahb2apb_0_apbmaster_pselx 1))
7377
           (portRef C (instanceRef PRDATA_0_sqmuxa_0_a2_7))
7378
          ))
7379
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_1 "CoreAHB2APB_0_APBmaster_PSELx[1]") (joined
7380
           (portRef (member coreahb2apb_0_apbmaster_pselx 14))
7381
           (portRef A (instanceRef PRDATA_0_sqmuxa_0_a2_6))
7382
          ))
7383
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_12 "CoreAHB2APB_0_APBmaster_PSELx[12]") (joined
7384
           (portRef (member coreahb2apb_0_apbmaster_pselx 3))
7385
           (portRef B (instanceRef PRDATA_0_sqmuxa_0_a2_6))
7386
          ))
7387
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_6 "CoreAHB2APB_0_APBmaster_PSELx[6]") (joined
7388
           (portRef (member coreahb2apb_0_apbmaster_pselx 9))
7389
           (portRef A (instanceRef PRDATA_0_sqmuxa_0_a2_4))
7390
          ))
7391
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_4 "CoreAHB2APB_0_APBmaster_PSELx[4]") (joined
7392
           (portRef (member coreahb2apb_0_apbmaster_pselx 11))
7393
           (portRef B (instanceRef PRDATA_0_sqmuxa_0_a2_4))
7394
          ))
7395
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_11 "CoreAHB2APB_0_APBmaster_PSELx[11]") (joined
7396
           (portRef (member coreahb2apb_0_apbmaster_pselx 4))
7397
           (portRef A (instanceRef PRDATA_0_sqmuxa_0_a2_2))
7398
          ))
7399
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_7 "CoreAHB2APB_0_APBmaster_PSELx[7]") (joined
7400
           (portRef (member coreahb2apb_0_apbmaster_pselx 8))
7401
           (portRef B (instanceRef PRDATA_0_sqmuxa_0_a2_2))
7402
          ))
7403
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_15 "CoreAHB2APB_0_APBmaster_PSELx[15]") (joined
7404
           (portRef (member coreahb2apb_0_apbmaster_pselx 0))
7405
           (portRef A (instanceRef PRDATA_0_sqmuxa_0_a2_1))
7406
          ))
7407
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_8 "CoreAHB2APB_0_APBmaster_PSELx[8]") (joined
7408
           (portRef (member coreahb2apb_0_apbmaster_pselx 7))
7409
           (portRef B (instanceRef PRDATA_0_sqmuxa_0_a2_1))
7410
          ))
7411
          (net GND (joined
7412
           (portRef Y (instanceRef GND_i))
7413
          ))
7414
          (net VCC (joined
7415
           (portRef Y (instanceRef VCC_i))
7416
          ))
7417
         )
7418
        (property orig_inst_of (string "CoreAPB_L"))
7419
       )
7420
    )
7421
    (cell COREAPB (cellType GENERIC)
7422
       (view netlist (viewType NETLIST)
7423
         (interface
7424
           (port (array (rename coreahb2apb_0_apbmaster_pselx "CoreAHB2APB_0_APBmaster_PSELx[15:1]") 15) (direction INPUT))
7425
           (port PRDATA_0_sqmuxa_0_a2_13 (direction OUTPUT))
7426
           (port CoreAPB_0_APBmslave0_PSELx (direction INPUT))
7427
           (port PRDATA_0_sqmuxa_0_a2_12 (direction OUTPUT))
7428
         )
7429
         (contents
7430
          (instance COREAPB_oi0 (viewRef netlist (cellRef COReAPB_l))
7431
          )
7432
          (instance VCC_i (viewRef prim (cellRef VCC (libraryRef PA3)))          )
7433
          (instance GND_i (viewRef prim (cellRef GND (libraryRef PA3)))          )
7434
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_1 "CoreAHB2APB_0_APBmaster_PSELx[1]") (joined
7435
           (portRef (member coreahb2apb_0_apbmaster_pselx 14))
7436
           (portRef (member coreahb2apb_0_apbmaster_pselx 14) (instanceRef COREAPB_oi0))
7437
          ))
7438
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_2 "CoreAHB2APB_0_APBmaster_PSELx[2]") (joined
7439
           (portRef (member coreahb2apb_0_apbmaster_pselx 13))
7440
           (portRef (member coreahb2apb_0_apbmaster_pselx 13) (instanceRef COREAPB_oi0))
7441
          ))
7442
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_3 "CoreAHB2APB_0_APBmaster_PSELx[3]") (joined
7443
           (portRef (member coreahb2apb_0_apbmaster_pselx 12))
7444
           (portRef (member coreahb2apb_0_apbmaster_pselx 12) (instanceRef COREAPB_oi0))
7445
          ))
7446
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_4 "CoreAHB2APB_0_APBmaster_PSELx[4]") (joined
7447
           (portRef (member coreahb2apb_0_apbmaster_pselx 11))
7448
           (portRef (member coreahb2apb_0_apbmaster_pselx 11) (instanceRef COREAPB_oi0))
7449
          ))
7450
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_5 "CoreAHB2APB_0_APBmaster_PSELx[5]") (joined
7451
           (portRef (member coreahb2apb_0_apbmaster_pselx 10))
7452
           (portRef (member coreahb2apb_0_apbmaster_pselx 10) (instanceRef COREAPB_oi0))
7453
          ))
7454
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_6 "CoreAHB2APB_0_APBmaster_PSELx[6]") (joined
7455
           (portRef (member coreahb2apb_0_apbmaster_pselx 9))
7456
           (portRef (member coreahb2apb_0_apbmaster_pselx 9) (instanceRef COREAPB_oi0))
7457
          ))
7458
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_7 "CoreAHB2APB_0_APBmaster_PSELx[7]") (joined
7459
           (portRef (member coreahb2apb_0_apbmaster_pselx 8))
7460
           (portRef (member coreahb2apb_0_apbmaster_pselx 8) (instanceRef COREAPB_oi0))
7461
          ))
7462
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_8 "CoreAHB2APB_0_APBmaster_PSELx[8]") (joined
7463
           (portRef (member coreahb2apb_0_apbmaster_pselx 7))
7464
           (portRef (member coreahb2apb_0_apbmaster_pselx 7) (instanceRef COREAPB_oi0))
7465
          ))
7466
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_9 "CoreAHB2APB_0_APBmaster_PSELx[9]") (joined
7467
           (portRef (member coreahb2apb_0_apbmaster_pselx 6))
7468
           (portRef (member coreahb2apb_0_apbmaster_pselx 6) (instanceRef COREAPB_oi0))
7469
          ))
7470
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_10 "CoreAHB2APB_0_APBmaster_PSELx[10]") (joined
7471
           (portRef (member coreahb2apb_0_apbmaster_pselx 5))
7472
           (portRef (member coreahb2apb_0_apbmaster_pselx 5) (instanceRef COREAPB_oi0))
7473
          ))
7474
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_11 "CoreAHB2APB_0_APBmaster_PSELx[11]") (joined
7475
           (portRef (member coreahb2apb_0_apbmaster_pselx 4))
7476
           (portRef (member coreahb2apb_0_apbmaster_pselx 4) (instanceRef COREAPB_oi0))
7477
          ))
7478
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_12 "CoreAHB2APB_0_APBmaster_PSELx[12]") (joined
7479
           (portRef (member coreahb2apb_0_apbmaster_pselx 3))
7480
           (portRef (member coreahb2apb_0_apbmaster_pselx 3) (instanceRef COREAPB_oi0))
7481
          ))
7482
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_13 "CoreAHB2APB_0_APBmaster_PSELx[13]") (joined
7483
           (portRef (member coreahb2apb_0_apbmaster_pselx 2))
7484
           (portRef (member coreahb2apb_0_apbmaster_pselx 2) (instanceRef COREAPB_oi0))
7485
          ))
7486
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_14 "CoreAHB2APB_0_APBmaster_PSELx[14]") (joined
7487
           (portRef (member coreahb2apb_0_apbmaster_pselx 1))
7488
           (portRef (member coreahb2apb_0_apbmaster_pselx 1) (instanceRef COREAPB_oi0))
7489
          ))
7490
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_15 "CoreAHB2APB_0_APBmaster_PSELx[15]") (joined
7491
           (portRef (member coreahb2apb_0_apbmaster_pselx 0))
7492
           (portRef (member coreahb2apb_0_apbmaster_pselx 0) (instanceRef COREAPB_oi0))
7493
          ))
7494
          (net PRDATA_0_sqmuxa_0_a2_12 (joined
7495
           (portRef PRDATA_0_sqmuxa_0_a2_12 (instanceRef COREAPB_oi0))
7496
           (portRef PRDATA_0_sqmuxa_0_a2_12)
7497
          ))
7498
          (net CoreAPB_0_APBmslave0_PSELx (joined
7499
           (portRef CoreAPB_0_APBmslave0_PSELx)
7500
           (portRef CoreAPB_0_APBmslave0_PSELx (instanceRef COREAPB_oi0))
7501
          ))
7502
          (net PRDATA_0_sqmuxa_0_a2_13 (joined
7503
           (portRef PRDATA_0_sqmuxa_0_a2_13 (instanceRef COREAPB_oi0))
7504
           (portRef PRDATA_0_sqmuxa_0_a2_13)
7505
          ))
7506
          (net GND (joined
7507
           (portRef Y (instanceRef GND_i))
7508
          ))
7509
          (net VCC (joined
7510
           (portRef Y (instanceRef VCC_i))
7511
          ))
7512
         )
7513
        (property langParams (string "APBSLOT0Enable APBSLOT1Enable ApbSlot2EnaBLE ApbSlOT3ENABLe APBSLOT4Enable APBSLOT5Enable ApbSlot6ENABLE APBSLOt7Enable ApbSlot8EnABLE ApbSlot9ENABLE ApbSLOT10Enable APbSlot11EnabLE ApbSLOT12ENable APBSlot13Enable ApbSlot14ENABLE ApbSlot15EnABLE"))
7514
        (property APBSLOT0Enable (integer 1))
7515
        (property APBSLOT1Enable (integer 0))
7516
        (property ApbSlot2EnaBLE (integer 0))
7517
        (property ApbSlOT3ENABLe (integer 0))
7518
        (property APBSLOT4Enable (integer 0))
7519
        (property APBSLOT5Enable (integer 0))
7520
        (property ApbSlot6ENABLE (integer 0))
7521
        (property APBSLOt7Enable (integer 0))
7522
        (property ApbSlot8EnABLE (integer 0))
7523
        (property ApbSlot9ENABLE (integer 0))
7524
        (property ApbSLOT10Enable (integer 0))
7525
        (property APbSlot11EnabLE (integer 0))
7526
        (property ApbSLOT12ENable (integer 0))
7527
        (property APBSlot13Enable (integer 0))
7528
        (property ApbSlot14ENABLE (integer 0))
7529
        (property ApbSlot15EnABLE (integer 0))
7530
        (property orig_inst_of (string "CoreAPB"))
7531
       )
7532
    )
7533
    (cell CoreAHB2APB (cellType GENERIC)
7534
       (view netlist (viewType NETLIST)
7535
         (interface
7536
           (port (array (rename coreahblite_0_ahbmslave0_hwdata "CoreAHBLite_0_AHBmslave0_HWDATA[7:0]") 8) (direction INPUT))
7537
           (port (array (rename coreapb_0_apbmslave0_pwdata "CoreAPB_0_APBmslave0_PWDATA[7:0]") 8) (direction OUTPUT))
7538
           (port (array (rename coreapb_0_apbmslave0_paddr "CoreAPB_0_APBmslave0_PADDR[4:2]") 3) (direction OUTPUT))
7539
           (port (array (rename coreahb2apb_0_apbmaster_pselx "CoreAHB2APB_0_APBmaster_PSELx[15:1]") 15) (direction OUTPUT))
7540
           (port arbRegSMCurrentState_i_0_0 (direction INPUT))
7541
           (port arbRegSMCurrentState_i_0_3 (direction INPUT))
7542
           (port xhdl1222_0 (direction INPUT))
7543
           (port masterAddrInProg_i_1_0 (direction INPUT))
7544
           (port arbRegSMCurrentState_RNICAHF7_0 (direction INPUT))
7545
           (port CoreAPB_0_APBmslave0_PWRITE (direction OUTPUT))
7546
           (port CoreAPB_0_APBmslave0_PSELx (direction OUTPUT))
7547
           (port HRESETn_c (direction INPUT))
7548
           (port HCLK_c (direction INPUT))
7549
           (port CoreAPB_0_APBmslave0_PENABLE (direction OUTPUT))
7550
           (port N_124_0 (direction INPUT))
7551
           (port N_128_0 (direction INPUT))
7552
           (port N_22 (direction INPUT))
7553
           (port N_20 (direction INPUT))
7554
           (port N_18 (direction INPUT))
7555
           (port N_395 (direction INPUT))
7556
           (port N_363 (direction INPUT))
7557
           (port N_364 (direction INPUT))
7558
           (port HTRANS_0_a3_i_a2_3_0 (direction INPUT))
7559
           (port N_265 (direction INPUT))
7560
           (port N_392 (direction INPUT))
7561
           (port N_135 (direction INPUT))
7562
           (port N_367 (direction INPUT))
7563
           (port defSlaveSMCurrentState (direction INPUT))
7564
           (port N_391 (direction INPUT))
7565
           (port HTRANS_0_a3_i_a2_4_0 (direction INPUT))
7566
           (port N_398 (direction OUTPUT))
7567
           (port un1_N_11_mux_i_5_a1_1 (direction OUTPUT))
7568
           (port N_327 (direction INPUT))
7569
           (port un4_m5_0_a3_1 (direction OUTPUT))
7570
           (port un4_m5_0_a3_2 (direction OUTPUT))
7571
           (port N_171 (direction INPUT))
7572
           (port N_330 (direction INPUT))
7573
           (port N_397 (direction INPUT))
7574
           (port N_326 (direction INPUT))
7575
           (port un1_m1_e_0_0 (direction OUTPUT))
7576
           (port CoreAHBLite_0_AHBmslave0_HREADY (direction OUTPUT))
7577
           (port CoreAHBLite_0_AHBmslave0_HSELx (direction INPUT))
7578
           (port HADDR_24_0_a3_i_out (direction INPUT))
7579
           (port N_263 (direction INPUT))
7580
           (port N_323 (direction INPUT))
7581
           (port N_365 (direction INPUT))
7582
           (port N_254 (direction INPUT))
7583
           (port N_120 (direction INPUT))
7584
         )
7585
         (contents
7586
          (instance (rename CurrentState_RNO_5 "CurrentState_RNO[5]") (viewRef prim (cellRef INV (libraryRef PA3)))          )
7587
          (instance (rename CurrentState_RNO_0_6 "CurrentState_RNO_0[6]") (viewRef prim (cellRef OR2 (libraryRef PA3)))          )
7588
          (instance iHREADYOUT_RNO_1 (viewRef prim (cellRef AO1D (libraryRef PA3)))          )
7589
          (instance (rename CurrentState_RNIJ4KGQ_4 "CurrentState_RNIJ4KGQ[4]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
7590
          (instance iHREADYOUT_RNI3NEKC1_0 (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
7591
          (instance (rename CurrentState_RNIJ4KGQ_2_4 "CurrentState_RNIJ4KGQ_2[4]") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
7592
          (instance (rename CurrentState_RNIJ4KGQ_0_4 "CurrentState_RNIJ4KGQ_0[4]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
7593
          (instance (rename CurrentState_RNIJ4KGQ_4_4 "CurrentState_RNIJ4KGQ_4[4]") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
7594
          (instance (rename CurrentState_RNIJ4KGQ_1_4 "CurrentState_RNIJ4KGQ_1[4]") (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
7595
          (instance (rename CurrentState_RNIJ4KGQ_5_4 "CurrentState_RNIJ4KGQ_5[4]") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
7596
          (instance iHREADYOUT_RNI3NEKC1 (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
7597
          (instance (rename CurrentState_RNIJ4KGQ_3_4 "CurrentState_RNIJ4KGQ_3[4]") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
7598
          (instance iPSEL13_RNO_0 (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
7599
          (instance iHREADYOUT_RNO_5 (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
7600
          (instance un1_N_11_mux_i_0_4 (viewRef prim (cellRef OR3A (libraryRef PA3)))          )
7601
          (instance un1_N_11_mux_i_0_2 (viewRef prim (cellRef OR3A (libraryRef PA3)))          )
7602
          (instance un1_N_11_mux_i_0_1 (viewRef prim (cellRef OR2 (libraryRef PA3)))          )
7603
          (instance iPSEL15_RNO_0 (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
7604
          (instance iPSEL15_RNO_2 (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
7605
          (instance iPSEL15_RNO_3 (viewRef prim (cellRef NOR3 (libraryRef PA3)))          )
7606
          (instance iHREADYOUT_RNISPLKU (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
7607
          (instance iHREADYOUT_RNIJJ351 (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
7608
          (instance iHREADYOUT_RNO_3 (viewRef prim (cellRef OR2 (libraryRef PA3)))          )
7609
          (instance un4_valid_4_1 (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
7610
          (instance iHREADYOUT_RNITE0M3 (viewRef prim (cellRef OA1A (libraryRef PA3)))          )
7611
          (instance iHREADYOUT_RNI97C92 (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
7612
          (instance iHREADYOUT_RNO_8 (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
7613
          (instance (rename un4_m5_0_a3Z0Z_2 "un4_m5_0_a3_2") (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
7614
          (instance (rename un4_m5_0_a3Z0Z_1 "un4_m5_0_a3_1") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
7615
          (instance (rename un1_N_11_mux_i_5_a1Z0Z_1 "un1_N_11_mux_i_5_a1_1") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
7616
          (instance un1_N_11_mux_i_5_a0_1 (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
7617
          (instance un1_N_11_mux_i_5_a0_0 (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
7618
          (instance iHREADYOUT_RNO_4 (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
7619
          (instance un4_valid_4 (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
7620
          (instance iHREADYOUT_RNIAOEJP1 (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
7621
          (instance iHREADYOUT_RNO (viewRef prim (cellRef OR3 (libraryRef PA3)))          )
7622
          (instance (rename CurrentState_RNO_6 "CurrentState_RNO[6]") (viewRef prim (cellRef OA1C (libraryRef PA3)))          )
7623
          (instance iHREADYOUT_RNO_2 (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
7624
          (instance (rename CurrentState_RNIJLQ3_1 "CurrentState_RNIJLQ3[1]") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
7625
          (instance (rename CurrentState_RNO_4 "CurrentState_RNO[4]") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
7626
          (instance iHREADYOUT_RNIQN2S8 (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
7627
          (instance un1_N_11_mux_i_a1 (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
7628
          (instance iHREADYOUT_RNILAT451 (viewRef prim (cellRef OR2A (libraryRef PA3)))          )
7629
          (instance un1_N_11_mux_i_5_a0 (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
7630
          (instance un1_N_11_mux_i_5_a1 (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
7631
          (instance iPSEL12_RNO (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
7632
          (instance iPSEL11_RNO (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
7633
          (instance iPSEL4_RNO (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
7634
          (instance iPSEL6_RNO (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
7635
          (instance iPSEL5_RNO (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
7636
          (instance un4_m5_0 (viewRef prim (cellRef AO1B (libraryRef PA3)))          )
7637
          (instance un1_m2_0 (viewRef prim (cellRef OAI1 (libraryRef PA3)))          )
7638
          (instance un1_m5_0_a2_a1 (viewRef prim (cellRef OA1A (libraryRef PA3)))          )
7639
          (instance (rename CurrentState_RNIP7C6_4 "CurrentState_RNIP7C6[4]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
7640
          (instance (rename un1_m1_e_0Z0Z_0 "un1_m1_e_0_0") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
7641
          (instance un4_valid_4_2 (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
7642
          (instance iHREADYOUT_RNO_6 (viewRef prim (cellRef AOI1B (libraryRef PA3)))          )
7643
          (instance iPSEL4_RNO_0 (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
7644
          (instance iPSEL2_RNO_0 (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
7645
          (instance iPSEL1_RNO_0 (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
7646
          (instance iPSEL0_RNO_0 (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
7647
          (instance (rename CurrentState_RNO_7 "CurrentState_RNO[7]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
7648
          (instance (rename CurrentState_RNO_3 "CurrentState_RNO[3]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
7649
          (instance (rename HaddrReg_RNINSQI_24 "HaddrReg_RNINSQI[24]") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
7650
          (instance (rename HaddrReg_RNINSQI_2_24 "HaddrReg_RNINSQI_2[24]") (viewRef prim (cellRef NOR3 (libraryRef PA3)))          )
7651
          (instance (rename HaddrReg_RNINSQI_1_24 "HaddrReg_RNINSQI_1[24]") (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
7652
          (instance (rename HaddrReg_RNINSQI_0_24 "HaddrReg_RNINSQI_0[24]") (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
7653
          (instance iPSEL2_RNO (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
7654
          (instance iPSEL1_RNO (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
7655
          (instance iPSEL0_RNO (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
7656
          (instance (rename CurrentState_RNIF8AB_4 "CurrentState_RNIF8AB[4]") (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
7657
          (instance (rename CurrentState_RNICEQ3_2 "CurrentState_RNICEQ3[2]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
7658
          (instance iHREADYOUT_RNO_7 (viewRef prim (cellRef AO1D (libraryRef PA3)))          )
7659
          (instance (rename CurrentState_RNIHJQ3_6 "CurrentState_RNIHJQ3[6]") (viewRef prim (cellRef OR3 (libraryRef PA3)))          )
7660
          (instance (rename CurrentState_RNI8KH2_4 "CurrentState_RNI8KH2[4]") (viewRef prim (cellRef OR2 (libraryRef PA3)))          )
7661
          (instance (rename CurrentState_RNO_2 "CurrentState_RNO[2]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
7662
          (instance (rename CurrentState_RNO_0 "CurrentState_RNO[0]") (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
7663
          (instance (rename CurrentState_RNIEI9B51_4 "CurrentState_RNIEI9B51[4]") (viewRef prim (cellRef AO1A (libraryRef PA3)))          )
7664
          (instance (rename CurrentState_RNO_1 "CurrentState_RNO[1]") (viewRef prim (cellRef OR2A (libraryRef PA3)))          )
7665
          (instance iHREADYOUT_RNO_0 (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
7666
          (instance iPSEL3_RNO (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
7667
          (instance iPSEL7_RNO (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
7668
          (instance iPSEL8_RNO (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
7669
          (instance iPSEL9_RNO (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
7670
          (instance iPSEL10_RNO (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
7671
          (instance iPSEL13_RNO (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
7672
          (instance iPSEL14_RNO (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
7673
          (instance iPSEL15_RNO (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
7674
          (instance iPSEL3_RNO_0 (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
7675
          (instance iPSEL5_RNO_0 (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
7676
          (instance iPSEL6_RNO_0 (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
7677
          (instance iPSEL7_RNO_0 (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
7678
          (instance iPSEL8_RNO_0 (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
7679
          (instance iPSEL9_RNO_0 (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
7680
          (instance iPSEL10_RNO_0 (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
7681
          (instance iPSEL11_RNO_0 (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
7682
          (instance iPSEL12_RNO_0 (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
7683
          (instance iPSEL13_RNO_1 (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
7684
          (instance iPSEL14_RNO_0 (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
7685
          (instance iPSEL15_RNO_1 (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
7686
          (instance iHREADYOUT_RNI2L8VN (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
7687
          (instance (rename PADDR_RNO_2 "PADDR_RNO[2]") (viewRef prim (cellRef MX2 (libraryRef PA3)))          )
7688
          (instance (rename PADDR_RNO_3 "PADDR_RNO[3]") (viewRef prim (cellRef MX2 (libraryRef PA3)))          )
7689
          (instance (rename PADDR_RNO_4 "PADDR_RNO[4]") (viewRef prim (cellRef MX2 (libraryRef PA3)))          )
7690
          (instance Psel11Mux_0_a2_1 (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
7691
          (instance Psel7Mux_0_a2_1 (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
7692
          (instance Psel3Mux_0_a2_2 (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
7693
          (instance Psel15Mux_0_a2_2 (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
7694
          (instance PENABLE (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
7695
          )
7696
          (instance iHREADYOUT (viewRef prim (cellRef DFN1P0 (libraryRef PA3)))
7697
          )
7698
          (instance iPSEL15 (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
7699
          )
7700
          (instance iPSEL14 (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
7701
          )
7702
          (instance iPSEL13 (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
7703
          )
7704
          (instance iPSEL12 (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
7705
          )
7706
          (instance iPSEL11 (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
7707
          )
7708
          (instance iPSEL10 (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
7709
          )
7710
          (instance iPSEL9 (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
7711
          )
7712
          (instance iPSEL8 (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
7713
          )
7714
          (instance iPSEL7 (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
7715
          )
7716
          (instance iPSEL6 (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
7717
          )
7718
          (instance iPSEL5 (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
7719
          )
7720
          (instance iPSEL4 (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
7721
          )
7722
          (instance iPSEL3 (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
7723
          )
7724
          (instance iPSEL2 (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
7725
          )
7726
          (instance iPSEL1 (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
7727
          )
7728
          (instance iPSEL0 (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
7729
          )
7730
          (instance PWRITE (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
7731
          )
7732
          (instance HwriteReg (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
7733
          )
7734
          (instance (rename CurrentState_7 "CurrentState[7]") (viewRef prim (cellRef DFN1P0 (libraryRef PA3)))
7735
          )
7736
          (instance (rename CurrentState_6 "CurrentState[6]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
7737
          )
7738
          (instance (rename CurrentState_5 "CurrentState[5]") (viewRef prim (cellRef DFN1P0 (libraryRef PA3)))
7739
          )
7740
          (instance (rename CurrentState_4 "CurrentState[4]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
7741
          )
7742
          (instance (rename CurrentState_3 "CurrentState[3]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
7743
          )
7744
          (instance (rename CurrentState_2 "CurrentState[2]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
7745
          )
7746
          (instance (rename CurrentState_1 "CurrentState[1]") (viewRef prim (cellRef DFN1P0 (libraryRef PA3)))
7747
          )
7748
          (instance (rename CurrentState_0 "CurrentState[0]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
7749
          )
7750
          (instance (rename PADDR_2 "PADDR[2]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
7751
          )
7752
          (instance (rename PADDR_3 "PADDR[3]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
7753
          )
7754
          (instance (rename PADDR_4 "PADDR[4]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
7755
          )
7756
          (instance (rename PWDATA_0 "PWDATA[0]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
7757
          )
7758
          (instance (rename PWDATA_1 "PWDATA[1]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
7759
          )
7760
          (instance (rename PWDATA_2 "PWDATA[2]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
7761
          )
7762
          (instance (rename PWDATA_3 "PWDATA[3]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
7763
          )
7764
          (instance (rename PWDATA_4 "PWDATA[4]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
7765
          )
7766
          (instance (rename PWDATA_5 "PWDATA[5]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
7767
          )
7768
          (instance (rename PWDATA_6 "PWDATA[6]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
7769
          )
7770
          (instance (rename PWDATA_7 "PWDATA[7]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
7771
          )
7772
          (instance (rename HaddrReg_2 "HaddrReg[2]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
7773
          )
7774
          (instance (rename HaddrReg_3 "HaddrReg[3]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
7775
          )
7776
          (instance (rename HaddrReg_4 "HaddrReg[4]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
7777
          )
7778
          (instance (rename HaddrReg_24 "HaddrReg[24]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
7779
          )
7780
          (instance (rename HaddrReg_25 "HaddrReg[25]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
7781
          )
7782
          (instance (rename HaddrReg_26 "HaddrReg[26]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
7783
          )
7784
          (instance (rename HaddrReg_27 "HaddrReg[27]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
7785
          )
7786
          (instance VCC_i (viewRef prim (cellRef VCC (libraryRef PA3)))          )
7787
          (instance GND_i (viewRef prim (cellRef GND (libraryRef PA3)))          )
7788
          (net (rename CurrentState_i_6 "CurrentState_i[6]") (joined
7789
           (portRef Y (instanceRef CurrentState_RNO_5))
7790
           (portRef D (instanceRef CurrentState_5))
7791
          ))
7792
          (net (rename CurrentStateZ0Z_6 "CurrentState[6]") (joined
7793
           (portRef Q (instanceRef CurrentState_6))
7794
           (portRef C (instanceRef CurrentState_RNIHJQ3_6))
7795
           (portRef C (instanceRef iHREADYOUT_RNO_1))
7796
           (portRef A (instanceRef CurrentState_RNO_5))
7797
          ))
7798
          (net (rename CurrentState_ns_i_0_0_1 "CurrentState_ns_i_0_0[1]") (joined
7799
           (portRef Y (instanceRef CurrentState_RNO_0_6))
7800
           (portRef C (instanceRef CurrentState_RNO_6))
7801
          ))
7802
          (net N_55 (joined
7803
           (portRef Y (instanceRef CurrentState_RNIF8AB_4))
7804
           (portRef E (instanceRef PWDATA_7))
7805
           (portRef E (instanceRef PWDATA_6))
7806
           (portRef E (instanceRef PWDATA_5))
7807
           (portRef E (instanceRef PWDATA_4))
7808
           (portRef E (instanceRef PWDATA_3))
7809
           (portRef E (instanceRef PWDATA_2))
7810
           (portRef E (instanceRef PWDATA_1))
7811
           (portRef E (instanceRef PWDATA_0))
7812
           (portRef D (instanceRef PWRITE))
7813
           (portRef B (instanceRef CurrentState_RNO_2))
7814
           (portRef A (instanceRef CurrentState_RNO_3))
7815
           (portRef A (instanceRef CurrentState_RNO_0_6))
7816
          ))
7817
          (net (rename NextState_2 "NextState[2]") (joined
7818
           (portRef Y (instanceRef CurrentState_RNIHJQ3_6))
7819
           (portRef E (instanceRef iPSEL0))
7820
           (portRef E (instanceRef iPSEL1))
7821
           (portRef E (instanceRef iPSEL2))
7822
           (portRef E (instanceRef iPSEL3))
7823
           (portRef E (instanceRef iPSEL4))
7824
           (portRef E (instanceRef iPSEL5))
7825
           (portRef E (instanceRef iPSEL6))
7826
           (portRef E (instanceRef iPSEL7))
7827
           (portRef E (instanceRef iPSEL8))
7828
           (portRef E (instanceRef iPSEL9))
7829
           (portRef E (instanceRef iPSEL10))
7830
           (portRef E (instanceRef iPSEL11))
7831
           (portRef E (instanceRef iPSEL12))
7832
           (portRef E (instanceRef iPSEL13))
7833
           (portRef E (instanceRef iPSEL14))
7834
           (portRef E (instanceRef iPSEL15))
7835
           (portRef D (instanceRef PENABLE))
7836
           (portRef C (instanceRef CurrentState_RNIEI9B51_4))
7837
           (portRef B (instanceRef CurrentState_RNIP7C6_4))
7838
           (portRef B (instanceRef CurrentState_RNO_0_6))
7839
          ))
7840
          (net HreadyNext_0_0_0 (joined
7841
           (portRef Y (instanceRef iHREADYOUT_RNO_1))
7842
           (portRef B (instanceRef iHREADYOUT_RNO))
7843
          ))
7844
          (net HreadyNext_m4_0_0 (joined
7845
           (portRef Y (instanceRef iHREADYOUT_RNO_3))
7846
           (portRef A (instanceRef iHREADYOUT_RNO_1))
7847
          ))
7848
          (net HreadyNext_N_4 (joined
7849
           (portRef Y (instanceRef iHREADYOUT_RNO_4))
7850
           (portRef B (instanceRef iHREADYOUT_RNO_1))
7851
          ))
7852
          (net Psel1Mux_0_a2_0_1 (joined
7853
           (portRef Y (instanceRef CurrentState_RNIJ4KGQ_4))
7854
           (portRef B (instanceRef iPSEL3_RNO))
7855
           (portRef B (instanceRef iPSEL1_RNO))
7856
          ))
7857
          (net (rename arbRegSMCurrentState_RNICAHF7_0 "arbRegSMCurrentState_RNICAHF7[0]") (joined
7858
           (portRef arbRegSMCurrentState_RNICAHF7_0)
7859
           (portRef D (instanceRef HaddrReg_24))
7860
           (portRef A (instanceRef iPSEL13_RNO_0))
7861
           (portRef C (instanceRef CurrentState_RNIJ4KGQ_3_4))
7862
           (portRef C (instanceRef CurrentState_RNIJ4KGQ_5_4))
7863
           (portRef A (instanceRef CurrentState_RNIJ4KGQ_1_4))
7864
           (portRef C (instanceRef CurrentState_RNIJ4KGQ_4_4))
7865
           (portRef A (instanceRef CurrentState_RNIJ4KGQ_0_4))
7866
           (portRef C (instanceRef CurrentState_RNIJ4KGQ_2_4))
7867
           (portRef A (instanceRef CurrentState_RNIJ4KGQ_4))
7868
          ))
7869
          (net Psel12Mux_0_a2_6_0 (joined
7870
           (portRef Y (instanceRef CurrentState_RNIP7C6_4))
7871
           (portRef A (instanceRef iPSEL15_RNO_2))
7872
           (portRef B (instanceRef iPSEL13_RNO_0))
7873
           (portRef A (instanceRef CurrentState_RNIJ4KGQ_3_4))
7874
           (portRef A (instanceRef CurrentState_RNIJ4KGQ_5_4))
7875
           (portRef B (instanceRef CurrentState_RNIJ4KGQ_1_4))
7876
           (portRef A (instanceRef CurrentState_RNIJ4KGQ_4_4))
7877
           (portRef B (instanceRef CurrentState_RNIJ4KGQ_0_4))
7878
           (portRef A (instanceRef CurrentState_RNIJ4KGQ_2_4))
7879
           (portRef B (instanceRef CurrentState_RNIJ4KGQ_4))
7880
          ))
7881
          (net N_117 (joined
7882
           (portRef Y (instanceRef Psel3Mux_0_a2_2))
7883
           (portRef B (instanceRef CurrentState_RNIJ4KGQ_2_4))
7884
           (portRef C (instanceRef CurrentState_RNIJ4KGQ_4))
7885
          ))
7886
          (net Psel5Mux_m1_e_2 (joined
7887
           (portRef Y (instanceRef iHREADYOUT_RNI3NEKC1_0))
7888
           (portRef A (instanceRef iPSEL13_RNO))
7889
           (portRef A (instanceRef iPSEL9_RNO))
7890
           (portRef A (instanceRef iPSEL8_RNO))
7891
           (portRef A (instanceRef iPSEL0_RNO))
7892
           (portRef A (instanceRef iPSEL1_RNO))
7893
           (portRef A (instanceRef iPSEL5_RNO))
7894
           (portRef A (instanceRef iPSEL4_RNO))
7895
           (portRef A (instanceRef iPSEL12_RNO))
7896
          ))
7897
          (net N_37 (joined
7898
           (portRef Y (instanceRef iHREADYOUT_RNILAT451))
7899
           (portRef B (instanceRef CurrentState_RNIEI9B51_4))
7900
           (portRef A (instanceRef CurrentState_RNO_6))
7901
           (portRef B (instanceRef iHREADYOUT_RNI3NEKC1))
7902
           (portRef A (instanceRef iHREADYOUT_RNI3NEKC1_0))
7903
          ))
7904
          (net N_120 (joined
7905
           (portRef N_120)
7906
           (portRef D (instanceRef HaddrReg_25))
7907
           (portRef A (instanceRef iHREADYOUT_RNI3NEKC1))
7908
           (portRef B (instanceRef iHREADYOUT_RNI3NEKC1_0))
7909
          ))
7910
          (net Psel0Mux_0_a2_0_1 (joined
7911
           (portRef Y (instanceRef CurrentState_RNIJ4KGQ_2_4))
7912
           (portRef B (instanceRef iPSEL0_RNO))
7913
           (portRef B (instanceRef iPSEL2_RNO))
7914
          ))
7915
          (net Psel5Mux_m1_e_1 (joined
7916
           (portRef Y (instanceRef CurrentState_RNIJ4KGQ_0_4))
7917
           (portRef B (instanceRef iPSEL7_RNO))
7918
           (portRef B (instanceRef iPSEL5_RNO))
7919
          ))
7920
          (net N_118 (joined
7921
           (portRef Y (instanceRef Psel7Mux_0_a2_1))
7922
           (portRef B (instanceRef CurrentState_RNIJ4KGQ_5_4))
7923
           (portRef C (instanceRef CurrentState_RNIJ4KGQ_0_4))
7924
          ))
7925
          (net Psel8Mux_0_a2_0_1 (joined
7926
           (portRef Y (instanceRef CurrentState_RNIJ4KGQ_4_4))
7927
           (portRef B (instanceRef iPSEL10_RNO))
7928
           (portRef B (instanceRef iPSEL8_RNO))
7929
          ))
7930
          (net N_119 (joined
7931
           (portRef Y (instanceRef Psel11Mux_0_a2_1))
7932
           (portRef C (instanceRef CurrentState_RNIJ4KGQ_1_4))
7933
           (portRef B (instanceRef CurrentState_RNIJ4KGQ_4_4))
7934
          ))
7935
          (net Psel9Mux_0_a2_0_1 (joined
7936
           (portRef Y (instanceRef CurrentState_RNIJ4KGQ_1_4))
7937
           (portRef B (instanceRef iPSEL9_RNO))
7938
           (portRef B (instanceRef iPSEL11_RNO))
7939
          ))
7940
          (net Psel4Mux_m2_e_0_1 (joined
7941
           (portRef Y (instanceRef CurrentState_RNIJ4KGQ_5_4))
7942
           (portRef B (instanceRef iPSEL6_RNO))
7943
           (portRef B (instanceRef iPSEL4_RNO))
7944
          ))
7945
          (net Psel2Mux_0_a2_0_2 (joined
7946
           (portRef Y (instanceRef iHREADYOUT_RNI3NEKC1))
7947
           (portRef A (instanceRef iPSEL14_RNO))
7948
           (portRef A (instanceRef iPSEL10_RNO))
7949
           (portRef A (instanceRef iPSEL7_RNO))
7950
           (portRef A (instanceRef iPSEL3_RNO))
7951
           (portRef A (instanceRef iPSEL2_RNO))
7952
           (portRef A (instanceRef iPSEL6_RNO))
7953
           (portRef A (instanceRef iPSEL11_RNO))
7954
          ))
7955
          (net Psel14Mux_0_a2_0_1 (joined
7956
           (portRef Y (instanceRef CurrentState_RNIJ4KGQ_3_4))
7957
           (portRef B (instanceRef iPSEL14_RNO))
7958
           (portRef B (instanceRef iPSEL12_RNO))
7959
          ))
7960
          (net N_116 (joined
7961
           (portRef Y (instanceRef Psel15Mux_0_a2_2))
7962
           (portRef B (instanceRef iPSEL15_RNO))
7963
           (portRef C (instanceRef iPSEL13_RNO_0))
7964
           (portRef B (instanceRef CurrentState_RNIJ4KGQ_3_4))
7965
          ))
7966
          (net Psel13Mux_0_a2_0_1 (joined
7967
           (portRef Y (instanceRef iPSEL13_RNO_0))
7968
           (portRef B (instanceRef iPSEL13_RNO))
7969
          ))
7970
          (net HreadyNext_0_0_a2_0 (joined
7971
           (portRef Y (instanceRef iHREADYOUT_RNO_5))
7972
           (portRef A (instanceRef iHREADYOUT_RNO_2))
7973
          ))
7974
          (net N_54 (joined
7975
           (portRef Y (instanceRef iHREADYOUT_RNO_7))
7976
           (portRef A (instanceRef iHREADYOUT_RNO_5))
7977
          ))
7978
          (net N_34 (joined
7979
           (portRef Y (instanceRef CurrentState_RNI8KH2_4))
7980
           (portRef A (instanceRef CurrentState_RNIEI9B51_4))
7981
           (portRef B (instanceRef CurrentState_RNICEQ3_2))
7982
           (portRef A (instanceRef CurrentState_RNIP7C6_4))
7983
           (portRef B (instanceRef iHREADYOUT_RNO_5))
7984
          ))
7985
          (net (rename un1_N_11_mux_i_0Z0Z_4 "un1_N_11_mux_i_0_4") (joined
7986
           (portRef Y (instanceRef un1_N_11_mux_i_0_4))
7987
           (portRef B (instanceRef iHREADYOUT_RNILAT451))
7988
          ))
7989
          (net (rename un4_valid_4Z0Z_2 "un4_valid_4_2") (joined
7990
           (portRef Y (instanceRef un4_valid_4_2))
7991
           (portRef B (instanceRef un4_valid_4))
7992
           (portRef A (instanceRef un1_N_11_mux_i_0_4))
7993
          ))
7994
          (net (rename un1_N_11_mux_i_0Z0Z_2 "un1_N_11_mux_i_0_2") (joined
7995
           (portRef Y (instanceRef un1_N_11_mux_i_0_2))
7996
           (portRef B (instanceRef un1_N_11_mux_i_0_4))
7997
          ))
7998
          (net (rename un1_N_11_mux_i_0Z0Z_1 "un1_N_11_mux_i_0_1") (joined
7999
           (portRef Y (instanceRef un1_N_11_mux_i_0_1))
8000
           (portRef C (instanceRef un1_N_11_mux_i_0_4))
8001
          ))
8002
          (net N_254 (joined
8003
           (portRef N_254)
8004
           (portRef A (instanceRef un4_m5_0_a3Z0Z_2))
8005
           (portRef B (instanceRef iHREADYOUT_RNITE0M3))
8006
           (portRef A (instanceRef un4_valid_4_1))
8007
           (portRef A (instanceRef un1_N_11_mux_i_0_2))
8008
          ))
8009
          (net (rename un1_N_11_mux_i_5_aZ0Z0 "un1_N_11_mux_i_5_a0") (joined
8010
           (portRef Y (instanceRef un1_N_11_mux_i_5_a0))
8011
           (portRef B (instanceRef un1_N_11_mux_i_0_2))
8012
          ))
8013
          (net (rename un1_N_11_mux_i_5_aZ0Z1 "un1_N_11_mux_i_5_a1") (joined
8014
           (portRef Y (instanceRef un1_N_11_mux_i_5_a1))
8015
           (portRef C (instanceRef un1_N_11_mux_i_0_2))
8016
          ))
8017
          (net N_365 (joined
8018
           (portRef N_365)
8019
           (portRef B (instanceRef un4_valid_4_1))
8020
           (portRef A (instanceRef un1_N_11_mux_i_0_1))
8021
          ))
8022
          (net N_366 (joined
8023
           (portRef Y (instanceRef un1_N_11_mux_i_a1))
8024
           (portRef C (instanceRef un4_valid_4_1))
8025
           (portRef B (instanceRef un1_N_11_mux_i_0_1))
8026
          ))
8027
          (net Psel15Mux_0_a2_0_4 (joined
8028
           (portRef Y (instanceRef iPSEL15_RNO_0))
8029
           (portRef A (instanceRef iPSEL15_RNO))
8030
          ))
8031
          (net (rename un4_validZ0Z_4 "un4_valid_4") (joined
8032
           (portRef Y (instanceRef un4_valid_4))
8033
           (portRef B (instanceRef iHREADYOUT_RNIAOEJP1))
8034
           (portRef B (instanceRef iHREADYOUT_RNO_4))
8035
           (portRef A (instanceRef iPSEL15_RNO_0))
8036
          ))
8037
          (net (rename masterAddrInProg_i_1_0 "masterAddrInProg_i_1[0]") (joined
8038
           (portRef masterAddrInProg_i_1_0)
8039
           (portRef B (instanceRef iPSEL15_RNO_0))
8040
          ))
8041
          (net Psel15Mux_0_a2_0_2 (joined
8042
           (portRef Y (instanceRef iPSEL15_RNO_2))
8043
           (portRef C (instanceRef iPSEL15_RNO_0))
8044
          ))
8045
          (net Psel15Mux_0_a2_0_0 (joined
8046
           (portRef Y (instanceRef iPSEL15_RNO_3))
8047
           (portRef B (instanceRef iPSEL15_RNO_2))
8048
          ))
8049
          (net un1_m5_0_a2_1_0 (joined
8050
           (portRef Y (instanceRef iHREADYOUT_RNIQN2S8))
8051
           (portRef A (instanceRef iHREADYOUT_RNILAT451))
8052
           (portRef C (instanceRef iPSEL15_RNO_2))
8053
          ))
8054
          (net N_323 (joined
8055
           (portRef N_323)
8056
           (portRef A (instanceRef iPSEL15_RNO_3))
8057
          ))
8058
          (net N_263 (joined
8059
           (portRef N_263)
8060
           (portRef B (instanceRef un1_N_11_mux_i_5_a1))
8061
           (portRef C (instanceRef iHREADYOUT_RNI97C92))
8062
           (portRef B (instanceRef iHREADYOUT_RNIJJ351))
8063
           (portRef B (instanceRef iPSEL15_RNO_3))
8064
          ))
8065
          (net HADDR_24_0_a3_i_out (joined
8066
           (portRef HADDR_24_0_a3_i_out)
8067
           (portRef C (instanceRef iPSEL15_RNO_3))
8068
          ))
8069
          (net un4_valid_2 (joined
8070
           (portRef Y (instanceRef iHREADYOUT_RNISPLKU))
8071
           (portRef A (instanceRef iHREADYOUT_RNIAOEJP1))
8072
          ))
8073
          (net un4_N_13_mux (joined
8074
           (portRef Y (instanceRef un4_m5_0))
8075
           (portRef A (instanceRef iHREADYOUT_RNISPLKU))
8076
          ))
8077
          (net un4_valid_0 (joined
8078
           (portRef Y (instanceRef iHREADYOUT_RNIJJ351))
8079
           (portRef A (instanceRef iHREADYOUT_RNO_4))
8080
           (portRef B (instanceRef iHREADYOUT_RNISPLKU))
8081
          ))
8082
          (net CoreAHBLite_0_AHBmslave0_HSELx (joined
8083
           (portRef CoreAHBLite_0_AHBmslave0_HSELx)
8084
           (portRef A (instanceRef iHREADYOUT_RNI2L8VN))
8085
           (portRef C (instanceRef iHREADYOUT_RNISPLKU))
8086
          ))
8087
          (net CoreAHBLite_0_AHBmslave0_HREADY (joined
8088
           (portRef Q (instanceRef iHREADYOUT))
8089
           (portRef B (instanceRef iHREADYOUT_RNI2L8VN))
8090
           (portRef B (instanceRef iHREADYOUT_RNI97C92))
8091
           (portRef A (instanceRef iHREADYOUT_RNIJJ351))
8092
           (portRef CoreAHBLite_0_AHBmslave0_HREADY)
8093
          ))
8094
          (net (rename CurrentStateZ0Z_0 "CurrentState[0]") (joined
8095
           (portRef Q (instanceRef CurrentState_0))
8096
           (portRef B (instanceRef CurrentState_RNI8KH2_4))
8097
           (portRef B (instanceRef CurrentState_RNIF8AB_4))
8098
           (portRef B (instanceRef CurrentState_RNO_6))
8099
           (portRef A (instanceRef iHREADYOUT_RNO_3))
8100
          ))
8101
          (net (rename CurrentStateZ0Z_2 "CurrentState[2]") (joined
8102
           (portRef Q (instanceRef CurrentState_2))
8103
           (portRef C (instanceRef CurrentState_RNO_0))
8104
           (portRef A (instanceRef CurrentState_RNIHJQ3_6))
8105
           (portRef B (instanceRef iHREADYOUT_RNO_7))
8106
           (portRef A (instanceRef CurrentState_RNICEQ3_2))
8107
           (portRef B (instanceRef iHREADYOUT_RNO_3))
8108
          ))
8109
          (net (rename un4_valid_4Z0Z_1 "un4_valid_4_1") (joined
8110
           (portRef Y (instanceRef un4_valid_4_1))
8111
           (portRef A (instanceRef un4_valid_4))
8112
          ))
8113
          (net un1_m5_0_a2_5_2 (joined
8114
           (portRef Y (instanceRef iHREADYOUT_RNITE0M3))
8115
           (portRef A (instanceRef iHREADYOUT_RNIQN2S8))
8116
          ))
8117
          (net un1_m1_e_0_0 (joined
8118
           (portRef Y (instanceRef un1_m1_e_0Z0Z_0))
8119
           (portRef C (instanceRef iHREADYOUT_RNO_6))
8120
           (portRef C (instanceRef un1_m5_0_a2_a1))
8121
           (portRef C (instanceRef un1_m2_0))
8122
           (portRef C (instanceRef un4_m5_0))
8123
           (portRef A (instanceRef iHREADYOUT_RNITE0M3))
8124
           (portRef un1_m1_e_0_0)
8125
          ))
8126
          (net un1_m5_0_a2_5_1 (joined
8127
           (portRef Y (instanceRef iHREADYOUT_RNI97C92))
8128
           (portRef C (instanceRef iHREADYOUT_RNITE0M3))
8129
          ))
8130
          (net N_326 (joined
8131
           (portRef N_326)
8132
           (portRef A (instanceRef iHREADYOUT_RNI97C92))
8133
          ))
8134
          (net HreadyNext_m2_e_0 (joined
8135
           (portRef Y (instanceRef iHREADYOUT_RNO_8))
8136
           (portRef A (instanceRef iHREADYOUT_RNO_6))
8137
          ))
8138
          (net N_397 (joined
8139
           (portRef N_397)
8140
           (portRef A (instanceRef un1_m5_0_a2_a1))
8141
           (portRef A (instanceRef un4_m5_0_a3Z0Z_1))
8142
           (portRef A (instanceRef iHREADYOUT_RNO_8))
8143
          ))
8144
          (net N_330 (joined
8145
           (portRef N_330)
8146
           (portRef B (instanceRef un1_m5_0_a2_a1))
8147
           (portRef B (instanceRef un4_m5_0_a3Z0Z_2))
8148
           (portRef B (instanceRef iHREADYOUT_RNO_8))
8149
          ))
8150
          (net N_171 (joined
8151
           (portRef N_171)
8152
           (portRef B (instanceRef un1_m2_0))
8153
           (portRef C (instanceRef un4_m5_0_a3Z0Z_2))
8154
           (portRef C (instanceRef iHREADYOUT_RNO_8))
8155
          ))
8156
          (net un4_m5_0_a3_2 (joined
8157
           (portRef Y (instanceRef un4_m5_0_a3Z0Z_2))
8158
           (portRef A (instanceRef un4_m5_0))
8159
           (portRef un4_m5_0_a3_2)
8160
          ))
8161
          (net un4_m5_0_a3_1 (joined
8162
           (portRef Y (instanceRef un4_m5_0_a3Z0Z_1))
8163
           (portRef B (instanceRef un4_m5_0))
8164
           (portRef un4_m5_0_a3_1)
8165
          ))
8166
          (net N_327 (joined
8167
           (portRef N_327)
8168
           (portRef A (instanceRef un1_m2_0))
8169
           (portRef B (instanceRef un4_m5_0_a3Z0Z_1))
8170
          ))
8171
          (net un1_N_11_mux_i_5_a1_1 (joined
8172
           (portRef Y (instanceRef un1_N_11_mux_i_5_a1Z0Z_1))
8173
           (portRef A (instanceRef un1_N_11_mux_i_5_a1))
8174
           (portRef un1_N_11_mux_i_5_a1_1)
8175
          ))
8176
          (net N_398 (joined
8177
           (portRef Y (instanceRef un1_N_11_mux_i_5_a0_0))
8178
           (portRef A (instanceRef un1_N_11_mux_i_5_a0_1))
8179
           (portRef A (instanceRef un1_N_11_mux_i_5_a1Z0Z_1))
8180
           (portRef N_398)
8181
          ))
8182
          (net HTRANS_0_a3_i_a2_4_0 (joined
8183
           (portRef HTRANS_0_a3_i_a2_4_0)
8184
           (portRef B (instanceRef un1_N_11_mux_i_5_a0))
8185
           (portRef B (instanceRef un1_N_11_mux_i_5_a1Z0Z_1))
8186
          ))
8187
          (net (rename un1_N_11_mux_i_5_a0Z0Z_1 "un1_N_11_mux_i_5_a0_1") (joined
8188
           (portRef Y (instanceRef un1_N_11_mux_i_5_a0_1))
8189
           (portRef A (instanceRef un1_N_11_mux_i_5_a0))
8190
          ))
8191
          (net N_391 (joined
8192
           (portRef N_391)
8193
           (portRef B (instanceRef un1_N_11_mux_i_5_a0_1))
8194
          ))
8195
          (net defSlaveSMCurrentState (joined
8196
           (portRef defSlaveSMCurrentState)
8197
           (portRef A (instanceRef un1_N_11_mux_i_5_a0_0))
8198
          ))
8199
          (net (rename xhdl1222_0 "xhdl1222[0]") (joined
8200
           (portRef xhdl1222_0)
8201
           (portRef B (instanceRef un1_N_11_mux_i_5_a0_0))
8202
          ))
8203
          (net HreadyNext_N_7_mux (joined
8204
           (portRef Y (instanceRef iHREADYOUT_RNO_6))
8205
           (portRef C (instanceRef iHREADYOUT_RNO_4))
8206
          ))
8207
          (net N_367 (joined
8208
           (portRef N_367)
8209
           (portRef C (instanceRef un4_valid_4))
8210
          ))
8211
          (net (rename iHREADYOUT_RNIAOEJPZ0Z1 "iHREADYOUT_RNIAOEJP1") (joined
8212
           (portRef Y (instanceRef iHREADYOUT_RNIAOEJP1))
8213
           (portRef B (instanceRef iHREADYOUT_RNO_0))
8214
           (portRef B (instanceRef CurrentState_RNO_1))
8215
           (portRef B (instanceRef CurrentState_RNO_0))
8216
           (portRef A (instanceRef CurrentState_RNO_2))
8217
           (portRef B (instanceRef CurrentState_RNO_3))
8218
           (portRef B (instanceRef CurrentState_RNO_7))
8219
           (portRef A (instanceRef CurrentState_RNO_4))
8220
          ))
8221
          (net HreadyNext (joined
8222
           (portRef Y (instanceRef iHREADYOUT_RNO))
8223
           (portRef D (instanceRef iHREADYOUT))
8224
          ))
8225
          (net N_98 (joined
8226
           (portRef Y (instanceRef iHREADYOUT_RNO_0))
8227
           (portRef A (instanceRef iHREADYOUT_RNO))
8228
          ))
8229
          (net N_97 (joined
8230
           (portRef Y (instanceRef iHREADYOUT_RNO_2))
8231
           (portRef C (instanceRef iHREADYOUT_RNO))
8232
          ))
8233
          (net (rename CurrentState_RNOZ0Z_6 "CurrentState_RNO[6]") (joined
8234
           (portRef Y (instanceRef CurrentState_RNO_6))
8235
           (portRef D (instanceRef CurrentState_6))
8236
          ))
8237
          (net N_135 (joined
8238
           (portRef N_135)
8239
           (portRef D (instanceRef HwriteReg))
8240
           (portRef B (instanceRef CurrentState_RNO_4))
8241
           (portRef B (instanceRef iHREADYOUT_RNO_2))
8242
          ))
8243
          (net N_520 (joined
8244
           (portRef Y (instanceRef CurrentState_RNIJLQ3_1))
8245
           (portRef A (instanceRef CurrentState_RNO_7))
8246
           (portRef C (instanceRef CurrentState_RNO_4))
8247
          ))
8248
          (net (rename CurrentState_i_0_5 "CurrentState_i_0[5]") (joined
8249
           (portRef Q (instanceRef CurrentState_5))
8250
           (portRef A (instanceRef CurrentState_RNIJLQ3_1))
8251
          ))
8252
          (net (rename CurrentState_i_0_1 "CurrentState_i_0[1]") (joined
8253
           (portRef Q (instanceRef CurrentState_1))
8254
           (portRef B (instanceRef CurrentState_RNIJLQ3_1))
8255
          ))
8256
          (net (rename CurrentStateZ0Z_7 "CurrentState[7]") (joined
8257
           (portRef Q (instanceRef CurrentState_7))
8258
           (portRef C (instanceRef CurrentState_RNIJLQ3_1))
8259
          ))
8260
          (net N_102 (joined
8261
           (portRef Y (instanceRef CurrentState_RNO_4))
8262
           (portRef D (instanceRef CurrentState_4))
8263
          ))
8264
          (net un1_N_5_mux (joined
8265
           (portRef Y (instanceRef un1_m2_0))
8266
           (portRef B (instanceRef iHREADYOUT_RNIQN2S8))
8267
          ))
8268
          (net (rename un1_m5_0_a2_aZ0Z1 "un1_m5_0_a2_a1") (joined
8269
           (portRef Y (instanceRef un1_m5_0_a2_a1))
8270
           (portRef C (instanceRef iHREADYOUT_RNIQN2S8))
8271
          ))
8272
          (net N_392 (joined
8273
           (portRef N_392)
8274
           (portRef C (instanceRef un1_N_11_mux_i_5_a0))
8275
           (portRef A (instanceRef un1_N_11_mux_i_a1))
8276
          ))
8277
          (net N_265 (joined
8278
           (portRef N_265)
8279
           (portRef B (instanceRef un1_N_11_mux_i_a1))
8280
          ))
8281
          (net HTRANS_0_a3_i_a2_3_0 (joined
8282
           (portRef HTRANS_0_a3_i_a2_3_0)
8283
           (portRef C (instanceRef un1_N_11_mux_i_a1))
8284
          ))
8285
          (net Psel12Mux (joined
8286
           (portRef Y (instanceRef iPSEL12_RNO))
8287
           (portRef D (instanceRef iPSEL12))
8288
          ))
8289
          (net N_71 (joined
8290
           (portRef Y (instanceRef iPSEL12_RNO_0))
8291
           (portRef C (instanceRef iPSEL12_RNO))
8292
          ))
8293
          (net Psel11Mux (joined
8294
           (portRef Y (instanceRef iPSEL11_RNO))
8295
           (portRef D (instanceRef iPSEL11))
8296
          ))
8297
          (net N_73 (joined
8298
           (portRef Y (instanceRef iPSEL11_RNO_0))
8299
           (portRef C (instanceRef iPSEL11_RNO))
8300
          ))
8301
          (net Psel4Mux_N_7_mux (joined
8302
           (portRef Y (instanceRef iPSEL4_RNO))
8303
           (portRef D (instanceRef iPSEL4))
8304
          ))
8305
          (net N_87 (joined
8306
           (portRef Y (instanceRef iPSEL4_RNO_0))
8307
           (portRef C (instanceRef iPSEL4_RNO))
8308
          ))
8309
          (net Psel6Mux_N_7_mux (joined
8310
           (portRef Y (instanceRef iPSEL6_RNO))
8311
           (portRef D (instanceRef iPSEL6))
8312
          ))
8313
          (net N_83 (joined
8314
           (portRef Y (instanceRef iPSEL6_RNO_0))
8315
           (portRef C (instanceRef iPSEL6_RNO))
8316
          ))
8317
          (net Psel5Mux_N_5_mux_0 (joined
8318
           (portRef Y (instanceRef iPSEL5_RNO))
8319
           (portRef D (instanceRef iPSEL5))
8320
          ))
8321
          (net N_85 (joined
8322
           (portRef Y (instanceRef iPSEL5_RNO_0))
8323
           (portRef C (instanceRef iPSEL5_RNO))
8324
          ))
8325
          (net (rename arbRegSMCurrentState_i_0_0 "arbRegSMCurrentState_i_0[12]") (joined
8326
           (portRef arbRegSMCurrentState_i_0_0)
8327
           (portRef A (instanceRef un1_m1_e_0Z0Z_0))
8328
          ))
8329
          (net (rename arbRegSMCurrentState_i_0_3 "arbRegSMCurrentState_i_0[15]") (joined
8330
           (portRef arbRegSMCurrentState_i_0_3)
8331
           (portRef B (instanceRef un1_m1_e_0Z0Z_0))
8332
          ))
8333
          (net N_364 (joined
8334
           (portRef N_364)
8335
           (portRef A (instanceRef un4_valid_4_2))
8336
          ))
8337
          (net N_363 (joined
8338
           (portRef N_363)
8339
           (portRef B (instanceRef un4_valid_4_2))
8340
          ))
8341
          (net N_395 (joined
8342
           (portRef N_395)
8343
           (portRef B (instanceRef iHREADYOUT_RNO_6))
8344
          ))
8345
          (net (rename HaddrRegZ0Z_26 "HaddrReg[26]") (joined
8346
           (portRef Q (instanceRef HaddrReg_26))
8347
           (portRef B (instanceRef iPSEL15_RNO_1))
8348
           (portRef B (instanceRef iPSEL14_RNO_0))
8349
           (portRef B (instanceRef iPSEL13_RNO_1))
8350
           (portRef B (instanceRef iPSEL12_RNO_0))
8351
           (portRef C (instanceRef iPSEL11_RNO_0))
8352
           (portRef C (instanceRef iPSEL10_RNO_0))
8353
           (portRef C (instanceRef iPSEL9_RNO_0))
8354
           (portRef C (instanceRef iPSEL8_RNO_0))
8355
           (portRef A (instanceRef iPSEL7_RNO_0))
8356
           (portRef A (instanceRef iPSEL6_RNO_0))
8357
           (portRef A (instanceRef iPSEL5_RNO_0))
8358
           (portRef C (instanceRef iPSEL3_RNO_0))
8359
           (portRef C (instanceRef iPSEL0_RNO_0))
8360
           (portRef C (instanceRef iPSEL1_RNO_0))
8361
           (portRef C (instanceRef iPSEL2_RNO_0))
8362
           (portRef A (instanceRef iPSEL4_RNO_0))
8363
          ))
8364
          (net N_124 (joined
8365
           (portRef Y (instanceRef HaddrReg_RNINSQI_2_24))
8366
           (portRef C (instanceRef iPSEL12_RNO_0))
8367
           (portRef B (instanceRef iPSEL8_RNO_0))
8368
           (portRef A (instanceRef iPSEL0_RNO_0))
8369
           (portRef B (instanceRef iPSEL4_RNO_0))
8370
          ))
8371
          (net (rename HaddrRegZ0Z_27 "HaddrReg[27]") (joined
8372
           (portRef Q (instanceRef HaddrReg_27))
8373
           (portRef A (instanceRef iPSEL15_RNO_1))
8374
           (portRef A (instanceRef iPSEL14_RNO_0))
8375
           (portRef A (instanceRef iPSEL13_RNO_1))
8376
           (portRef A (instanceRef iPSEL12_RNO_0))
8377
           (portRef A (instanceRef iPSEL11_RNO_0))
8378
           (portRef A (instanceRef iPSEL10_RNO_0))
8379
           (portRef A (instanceRef iPSEL9_RNO_0))
8380
           (portRef A (instanceRef iPSEL8_RNO_0))
8381
           (portRef C (instanceRef iPSEL7_RNO_0))
8382
           (portRef C (instanceRef iPSEL6_RNO_0))
8383
           (portRef C (instanceRef iPSEL5_RNO_0))
8384
           (portRef B (instanceRef iPSEL3_RNO_0))
8385
           (portRef B (instanceRef iPSEL0_RNO_0))
8386
           (portRef B (instanceRef iPSEL1_RNO_0))
8387
           (portRef B (instanceRef iPSEL2_RNO_0))
8388
           (portRef C (instanceRef iPSEL4_RNO_0))
8389
          ))
8390
          (net N_91 (joined
8391
           (portRef Y (instanceRef iPSEL2_RNO_0))
8392
           (portRef C (instanceRef iPSEL2_RNO))
8393
          ))
8394
          (net N_127 (joined
8395
           (portRef Y (instanceRef HaddrReg_RNINSQI_1_24))
8396
           (portRef C (instanceRef iPSEL14_RNO_0))
8397
           (portRef B (instanceRef iPSEL10_RNO_0))
8398
           (portRef B (instanceRef iPSEL6_RNO_0))
8399
           (portRef A (instanceRef iPSEL2_RNO_0))
8400
          ))
8401
          (net N_93 (joined
8402
           (portRef Y (instanceRef iPSEL1_RNO_0))
8403
           (portRef C (instanceRef iPSEL1_RNO))
8404
          ))
8405
          (net N_128 (joined
8406
           (portRef Y (instanceRef HaddrReg_RNINSQI_0_24))
8407
           (portRef C (instanceRef iPSEL13_RNO_1))
8408
           (portRef B (instanceRef iPSEL9_RNO_0))
8409
           (portRef B (instanceRef iPSEL5_RNO_0))
8410
           (portRef A (instanceRef iPSEL1_RNO_0))
8411
          ))
8412
          (net N_95 (joined
8413
           (portRef Y (instanceRef iPSEL0_RNO_0))
8414
           (portRef C (instanceRef iPSEL0_RNO))
8415
          ))
8416
          (net N_104 (joined
8417
           (portRef Y (instanceRef CurrentState_RNO_7))
8418
           (portRef D (instanceRef CurrentState_7))
8419
          ))
8420
          (net (rename CurrentState_ns_4 "CurrentState_ns[4]") (joined
8421
           (portRef Y (instanceRef CurrentState_RNO_3))
8422
           (portRef D (instanceRef CurrentState_3))
8423
          ))
8424
          (net N_123 (joined
8425
           (portRef Y (instanceRef HaddrReg_RNINSQI_24))
8426
           (portRef C (instanceRef iPSEL15_RNO_1))
8427
           (portRef B (instanceRef iPSEL11_RNO_0))
8428
           (portRef B (instanceRef iPSEL7_RNO_0))
8429
           (portRef A (instanceRef iPSEL3_RNO_0))
8430
          ))
8431
          (net (rename HaddrRegZ0Z_24 "HaddrReg[24]") (joined
8432
           (portRef Q (instanceRef HaddrReg_24))
8433
           (portRef A (instanceRef HaddrReg_RNINSQI_0_24))
8434
           (portRef C (instanceRef HaddrReg_RNINSQI_1_24))
8435
           (portRef B (instanceRef HaddrReg_RNINSQI_2_24))
8436
           (portRef A (instanceRef HaddrReg_RNINSQI_24))
8437
          ))
8438
          (net (rename HaddrRegZ0Z_25 "HaddrReg[25]") (joined
8439
           (portRef Q (instanceRef HaddrReg_25))
8440
           (portRef C (instanceRef HaddrReg_RNINSQI_0_24))
8441
           (portRef A (instanceRef HaddrReg_RNINSQI_1_24))
8442
           (portRef C (instanceRef HaddrReg_RNINSQI_2_24))
8443
           (portRef B (instanceRef HaddrReg_RNINSQI_24))
8444
          ))
8445
          (net N_339 (joined
8446
           (portRef Y (instanceRef CurrentState_RNICEQ3_2))
8447
           (portRef S (instanceRef PADDR_RNO_4))
8448
           (portRef S (instanceRef PADDR_RNO_3))
8449
           (portRef S (instanceRef PADDR_RNO_2))
8450
           (portRef B (instanceRef HaddrReg_RNINSQI_0_24))
8451
           (portRef B (instanceRef HaddrReg_RNINSQI_1_24))
8452
           (portRef A (instanceRef HaddrReg_RNINSQI_2_24))
8453
           (portRef C (instanceRef HaddrReg_RNINSQI_24))
8454
          ))
8455
          (net Psel2Mux (joined
8456
           (portRef Y (instanceRef iPSEL2_RNO))
8457
           (portRef D (instanceRef iPSEL2))
8458
          ))
8459
          (net Psel1Mux (joined
8460
           (portRef Y (instanceRef iPSEL1_RNO))
8461
           (portRef D (instanceRef iPSEL1))
8462
          ))
8463
          (net Psel0Mux (joined
8464
           (portRef Y (instanceRef iPSEL0_RNO))
8465
           (portRef D (instanceRef iPSEL0))
8466
          ))
8467
          (net (rename HwriteRegZ0 "HwriteReg") (joined
8468
           (portRef Q (instanceRef HwriteReg))
8469
           (portRef A (instanceRef iHREADYOUT_RNO_0))
8470
           (portRef C (instanceRef iHREADYOUT_RNO_7))
8471
           (portRef A (instanceRef CurrentState_RNIF8AB_4))
8472
          ))
8473
          (net (rename CurrentStateZ0Z_4 "CurrentState[4]") (joined
8474
           (portRef Q (instanceRef CurrentState_4))
8475
           (portRef A (instanceRef CurrentState_RNI8KH2_4))
8476
           (portRef C (instanceRef CurrentState_RNIF8AB_4))
8477
          ))
8478
          (net (rename CurrentStateZ0Z_3 "CurrentState[3]") (joined
8479
           (portRef Q (instanceRef CurrentState_3))
8480
           (portRef A (instanceRef CurrentState_RNO_1))
8481
           (portRef A (instanceRef CurrentState_RNO_0))
8482
           (portRef B (instanceRef CurrentState_RNIHJQ3_6))
8483
           (portRef A (instanceRef iHREADYOUT_RNO_7))
8484
          ))
8485
          (net (rename CurrentState_RNOZ0Z_2 "CurrentState_RNO[2]") (joined
8486
           (portRef Y (instanceRef CurrentState_RNO_2))
8487
           (portRef D (instanceRef CurrentState_2))
8488
          ))
8489
          (net (rename CurrentState_ns_7 "CurrentState_ns[7]") (joined
8490
           (portRef Y (instanceRef CurrentState_RNO_0))
8491
           (portRef D (instanceRef CurrentState_0))
8492
          ))
8493
          (net N_326_0 (joined
8494
           (portRef Y (instanceRef CurrentState_RNIEI9B51_4))
8495
           (portRef E (instanceRef PADDR_4))
8496
           (portRef E (instanceRef PADDR_3))
8497
           (portRef E (instanceRef PADDR_2))
8498
           (portRef E (instanceRef PWRITE))
8499
          ))
8500
          (net (rename CurrentState_ns_6 "CurrentState_ns[6]") (joined
8501
           (portRef Y (instanceRef CurrentState_RNO_1))
8502
           (portRef D (instanceRef CurrentState_1))
8503
          ))
8504
          (net Psel3Mux (joined
8505
           (portRef Y (instanceRef iPSEL3_RNO))
8506
           (portRef D (instanceRef iPSEL3))
8507
          ))
8508
          (net N_89 (joined
8509
           (portRef Y (instanceRef iPSEL3_RNO_0))
8510
           (portRef C (instanceRef iPSEL3_RNO))
8511
          ))
8512
          (net Psel7Mux (joined
8513
           (portRef Y (instanceRef iPSEL7_RNO))
8514
           (portRef D (instanceRef iPSEL7))
8515
          ))
8516
          (net N_81 (joined
8517
           (portRef Y (instanceRef iPSEL7_RNO_0))
8518
           (portRef C (instanceRef iPSEL7_RNO))
8519
          ))
8520
          (net Psel8Mux (joined
8521
           (portRef Y (instanceRef iPSEL8_RNO))
8522
           (portRef D (instanceRef iPSEL8))
8523
          ))
8524
          (net N_79 (joined
8525
           (portRef Y (instanceRef iPSEL8_RNO_0))
8526
           (portRef C (instanceRef iPSEL8_RNO))
8527
          ))
8528
          (net Psel9Mux (joined
8529
           (portRef Y (instanceRef iPSEL9_RNO))
8530
           (portRef D (instanceRef iPSEL9))
8531
          ))
8532
          (net N_77 (joined
8533
           (portRef Y (instanceRef iPSEL9_RNO_0))
8534
           (portRef C (instanceRef iPSEL9_RNO))
8535
          ))
8536
          (net Psel10Mux (joined
8537
           (portRef Y (instanceRef iPSEL10_RNO))
8538
           (portRef D (instanceRef iPSEL10))
8539
          ))
8540
          (net N_75 (joined
8541
           (portRef Y (instanceRef iPSEL10_RNO_0))
8542
           (portRef C (instanceRef iPSEL10_RNO))
8543
          ))
8544
          (net Psel13Mux (joined
8545
           (portRef Y (instanceRef iPSEL13_RNO))
8546
           (portRef D (instanceRef iPSEL13))
8547
          ))
8548
          (net N_69 (joined
8549
           (portRef Y (instanceRef iPSEL13_RNO_1))
8550
           (portRef C (instanceRef iPSEL13_RNO))
8551
          ))
8552
          (net Psel14Mux (joined
8553
           (portRef Y (instanceRef iPSEL14_RNO))
8554
           (portRef D (instanceRef iPSEL14))
8555
          ))
8556
          (net N_67 (joined
8557
           (portRef Y (instanceRef iPSEL14_RNO_0))
8558
           (portRef C (instanceRef iPSEL14_RNO))
8559
          ))
8560
          (net Psel15Mux (joined
8561
           (portRef Y (instanceRef iPSEL15_RNO))
8562
           (portRef D (instanceRef iPSEL15))
8563
          ))
8564
          (net N_65 (joined
8565
           (portRef Y (instanceRef iPSEL15_RNO_1))
8566
           (portRef C (instanceRef iPSEL15_RNO))
8567
          ))
8568
          (net (rename iHREADYOUT_RNI2L8VNZ0 "iHREADYOUT_RNI2L8VN") (joined
8569
           (portRef Y (instanceRef iHREADYOUT_RNI2L8VN))
8570
           (portRef E (instanceRef HaddrReg_27))
8571
           (portRef E (instanceRef HaddrReg_26))
8572
           (portRef E (instanceRef HaddrReg_25))
8573
           (portRef E (instanceRef HaddrReg_24))
8574
           (portRef E (instanceRef HaddrReg_4))
8575
           (portRef E (instanceRef HaddrReg_3))
8576
           (portRef E (instanceRef HaddrReg_2))
8577
           (portRef E (instanceRef HwriteReg))
8578
          ))
8579
          (net (rename HaddrMux_2 "HaddrMux[2]") (joined
8580
           (portRef Y (instanceRef PADDR_RNO_2))
8581
           (portRef D (instanceRef PADDR_2))
8582
          ))
8583
          (net (rename HaddrRegZ0Z_2 "HaddrReg[2]") (joined
8584
           (portRef Q (instanceRef HaddrReg_2))
8585
           (portRef A (instanceRef PADDR_RNO_2))
8586
          ))
8587
          (net N_18 (joined
8588
           (portRef N_18)
8589
           (portRef D (instanceRef HaddrReg_2))
8590
           (portRef B (instanceRef PADDR_RNO_2))
8591
          ))
8592
          (net (rename HaddrMux_3 "HaddrMux[3]") (joined
8593
           (portRef Y (instanceRef PADDR_RNO_3))
8594
           (portRef D (instanceRef PADDR_3))
8595
          ))
8596
          (net (rename HaddrRegZ0Z_3 "HaddrReg[3]") (joined
8597
           (portRef Q (instanceRef HaddrReg_3))
8598
           (portRef A (instanceRef PADDR_RNO_3))
8599
          ))
8600
          (net N_20 (joined
8601
           (portRef N_20)
8602
           (portRef D (instanceRef HaddrReg_3))
8603
           (portRef B (instanceRef PADDR_RNO_3))
8604
          ))
8605
          (net (rename HaddrMux_4 "HaddrMux[4]") (joined
8606
           (portRef Y (instanceRef PADDR_RNO_4))
8607
           (portRef D (instanceRef PADDR_4))
8608
          ))
8609
          (net (rename HaddrRegZ0Z_4 "HaddrReg[4]") (joined
8610
           (portRef Q (instanceRef HaddrReg_4))
8611
           (portRef A (instanceRef PADDR_RNO_4))
8612
          ))
8613
          (net N_22 (joined
8614
           (portRef N_22)
8615
           (portRef D (instanceRef HaddrReg_4))
8616
           (portRef B (instanceRef PADDR_RNO_4))
8617
          ))
8618
          (net N_128_0 (joined
8619
           (portRef N_128_0)
8620
           (portRef D (instanceRef HaddrReg_27))
8621
           (portRef A (instanceRef Psel15Mux_0_a2_2))
8622
           (portRef A (instanceRef Psel3Mux_0_a2_2))
8623
           (portRef B (instanceRef Psel7Mux_0_a2_1))
8624
           (portRef A (instanceRef Psel11Mux_0_a2_1))
8625
          ))
8626
          (net N_124_0 (joined
8627
           (portRef N_124_0)
8628
           (portRef D (instanceRef HaddrReg_26))
8629
           (portRef B (instanceRef Psel15Mux_0_a2_2))
8630
           (portRef B (instanceRef Psel3Mux_0_a2_2))
8631
           (portRef A (instanceRef Psel7Mux_0_a2_1))
8632
           (portRef B (instanceRef Psel11Mux_0_a2_1))
8633
          ))
8634
          (net CoreAPB_0_APBmslave0_PENABLE (joined
8635
           (portRef Q (instanceRef PENABLE))
8636
           (portRef CoreAPB_0_APBmslave0_PENABLE)
8637
          ))
8638
          (net HCLK_c (joined
8639
           (portRef HCLK_c)
8640
           (portRef CLK (instanceRef HaddrReg_27))
8641
           (portRef CLK (instanceRef HaddrReg_26))
8642
           (portRef CLK (instanceRef HaddrReg_25))
8643
           (portRef CLK (instanceRef HaddrReg_24))
8644
           (portRef CLK (instanceRef HaddrReg_4))
8645
           (portRef CLK (instanceRef HaddrReg_3))
8646
           (portRef CLK (instanceRef HaddrReg_2))
8647
           (portRef CLK (instanceRef PWDATA_7))
8648
           (portRef CLK (instanceRef PWDATA_6))
8649
           (portRef CLK (instanceRef PWDATA_5))
8650
           (portRef CLK (instanceRef PWDATA_4))
8651
           (portRef CLK (instanceRef PWDATA_3))
8652
           (portRef CLK (instanceRef PWDATA_2))
8653
           (portRef CLK (instanceRef PWDATA_1))
8654
           (portRef CLK (instanceRef PWDATA_0))
8655
           (portRef CLK (instanceRef PADDR_4))
8656
           (portRef CLK (instanceRef PADDR_3))
8657
           (portRef CLK (instanceRef PADDR_2))
8658
           (portRef CLK (instanceRef CurrentState_0))
8659
           (portRef CLK (instanceRef CurrentState_1))
8660
           (portRef CLK (instanceRef CurrentState_2))
8661
           (portRef CLK (instanceRef CurrentState_3))
8662
           (portRef CLK (instanceRef CurrentState_4))
8663
           (portRef CLK (instanceRef CurrentState_5))
8664
           (portRef CLK (instanceRef CurrentState_6))
8665
           (portRef CLK (instanceRef CurrentState_7))
8666
           (portRef CLK (instanceRef HwriteReg))
8667
           (portRef CLK (instanceRef PWRITE))
8668
           (portRef CLK (instanceRef iPSEL0))
8669
           (portRef CLK (instanceRef iPSEL1))
8670
           (portRef CLK (instanceRef iPSEL2))
8671
           (portRef CLK (instanceRef iPSEL3))
8672
           (portRef CLK (instanceRef iPSEL4))
8673
           (portRef CLK (instanceRef iPSEL5))
8674
           (portRef CLK (instanceRef iPSEL6))
8675
           (portRef CLK (instanceRef iPSEL7))
8676
           (portRef CLK (instanceRef iPSEL8))
8677
           (portRef CLK (instanceRef iPSEL9))
8678
           (portRef CLK (instanceRef iPSEL10))
8679
           (portRef CLK (instanceRef iPSEL11))
8680
           (portRef CLK (instanceRef iPSEL12))
8681
           (portRef CLK (instanceRef iPSEL13))
8682
           (portRef CLK (instanceRef iPSEL14))
8683
           (portRef CLK (instanceRef iPSEL15))
8684
           (portRef CLK (instanceRef iHREADYOUT))
8685
           (portRef CLK (instanceRef PENABLE))
8686
          ))
8687
          (net HRESETn_c (joined
8688
           (portRef HRESETn_c)
8689
           (portRef CLR (instanceRef HaddrReg_27))
8690
           (portRef CLR (instanceRef HaddrReg_26))
8691
           (portRef CLR (instanceRef HaddrReg_25))
8692
           (portRef CLR (instanceRef HaddrReg_24))
8693
           (portRef CLR (instanceRef HaddrReg_4))
8694
           (portRef CLR (instanceRef HaddrReg_3))
8695
           (portRef CLR (instanceRef HaddrReg_2))
8696
           (portRef CLR (instanceRef PWDATA_7))
8697
           (portRef CLR (instanceRef PWDATA_6))
8698
           (portRef CLR (instanceRef PWDATA_5))
8699
           (portRef CLR (instanceRef PWDATA_4))
8700
           (portRef CLR (instanceRef PWDATA_3))
8701
           (portRef CLR (instanceRef PWDATA_2))
8702
           (portRef CLR (instanceRef PWDATA_1))
8703
           (portRef CLR (instanceRef PWDATA_0))
8704
           (portRef CLR (instanceRef PADDR_4))
8705
           (portRef CLR (instanceRef PADDR_3))
8706
           (portRef CLR (instanceRef PADDR_2))
8707
           (portRef CLR (instanceRef CurrentState_0))
8708
           (portRef PRE (instanceRef CurrentState_1))
8709
           (portRef CLR (instanceRef CurrentState_2))
8710
           (portRef CLR (instanceRef CurrentState_3))
8711
           (portRef CLR (instanceRef CurrentState_4))
8712
           (portRef PRE (instanceRef CurrentState_5))
8713
           (portRef CLR (instanceRef CurrentState_6))
8714
           (portRef PRE (instanceRef CurrentState_7))
8715
           (portRef CLR (instanceRef HwriteReg))
8716
           (portRef CLR (instanceRef PWRITE))
8717
           (portRef CLR (instanceRef iPSEL0))
8718
           (portRef CLR (instanceRef iPSEL1))
8719
           (portRef CLR (instanceRef iPSEL2))
8720
           (portRef CLR (instanceRef iPSEL3))
8721
           (portRef CLR (instanceRef iPSEL4))
8722
           (portRef CLR (instanceRef iPSEL5))
8723
           (portRef CLR (instanceRef iPSEL6))
8724
           (portRef CLR (instanceRef iPSEL7))
8725
           (portRef CLR (instanceRef iPSEL8))
8726
           (portRef CLR (instanceRef iPSEL9))
8727
           (portRef CLR (instanceRef iPSEL10))
8728
           (portRef CLR (instanceRef iPSEL11))
8729
           (portRef CLR (instanceRef iPSEL12))
8730
           (portRef CLR (instanceRef iPSEL13))
8731
           (portRef CLR (instanceRef iPSEL14))
8732
           (portRef CLR (instanceRef iPSEL15))
8733
           (portRef PRE (instanceRef iHREADYOUT))
8734
           (portRef CLR (instanceRef PENABLE))
8735
          ))
8736
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_15 "CoreAHB2APB_0_APBmaster_PSELx[15]") (joined
8737
           (portRef Q (instanceRef iPSEL15))
8738
           (portRef (member coreahb2apb_0_apbmaster_pselx 0))
8739
          ))
8740
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_14 "CoreAHB2APB_0_APBmaster_PSELx[14]") (joined
8741
           (portRef Q (instanceRef iPSEL14))
8742
           (portRef (member coreahb2apb_0_apbmaster_pselx 1))
8743
          ))
8744
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_13 "CoreAHB2APB_0_APBmaster_PSELx[13]") (joined
8745
           (portRef Q (instanceRef iPSEL13))
8746
           (portRef (member coreahb2apb_0_apbmaster_pselx 2))
8747
          ))
8748
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_12 "CoreAHB2APB_0_APBmaster_PSELx[12]") (joined
8749
           (portRef Q (instanceRef iPSEL12))
8750
           (portRef (member coreahb2apb_0_apbmaster_pselx 3))
8751
          ))
8752
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_11 "CoreAHB2APB_0_APBmaster_PSELx[11]") (joined
8753
           (portRef Q (instanceRef iPSEL11))
8754
           (portRef (member coreahb2apb_0_apbmaster_pselx 4))
8755
          ))
8756
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_10 "CoreAHB2APB_0_APBmaster_PSELx[10]") (joined
8757
           (portRef Q (instanceRef iPSEL10))
8758
           (portRef (member coreahb2apb_0_apbmaster_pselx 5))
8759
          ))
8760
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_9 "CoreAHB2APB_0_APBmaster_PSELx[9]") (joined
8761
           (portRef Q (instanceRef iPSEL9))
8762
           (portRef (member coreahb2apb_0_apbmaster_pselx 6))
8763
          ))
8764
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_8 "CoreAHB2APB_0_APBmaster_PSELx[8]") (joined
8765
           (portRef Q (instanceRef iPSEL8))
8766
           (portRef (member coreahb2apb_0_apbmaster_pselx 7))
8767
          ))
8768
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_7 "CoreAHB2APB_0_APBmaster_PSELx[7]") (joined
8769
           (portRef Q (instanceRef iPSEL7))
8770
           (portRef (member coreahb2apb_0_apbmaster_pselx 8))
8771
          ))
8772
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_6 "CoreAHB2APB_0_APBmaster_PSELx[6]") (joined
8773
           (portRef Q (instanceRef iPSEL6))
8774
           (portRef (member coreahb2apb_0_apbmaster_pselx 9))
8775
          ))
8776
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_5 "CoreAHB2APB_0_APBmaster_PSELx[5]") (joined
8777
           (portRef Q (instanceRef iPSEL5))
8778
           (portRef (member coreahb2apb_0_apbmaster_pselx 10))
8779
          ))
8780
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_4 "CoreAHB2APB_0_APBmaster_PSELx[4]") (joined
8781
           (portRef Q (instanceRef iPSEL4))
8782
           (portRef (member coreahb2apb_0_apbmaster_pselx 11))
8783
          ))
8784
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_3 "CoreAHB2APB_0_APBmaster_PSELx[3]") (joined
8785
           (portRef Q (instanceRef iPSEL3))
8786
           (portRef (member coreahb2apb_0_apbmaster_pselx 12))
8787
          ))
8788
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_2 "CoreAHB2APB_0_APBmaster_PSELx[2]") (joined
8789
           (portRef Q (instanceRef iPSEL2))
8790
           (portRef (member coreahb2apb_0_apbmaster_pselx 13))
8791
          ))
8792
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_1 "CoreAHB2APB_0_APBmaster_PSELx[1]") (joined
8793
           (portRef Q (instanceRef iPSEL1))
8794
           (portRef (member coreahb2apb_0_apbmaster_pselx 14))
8795
          ))
8796
          (net CoreAPB_0_APBmslave0_PSELx (joined
8797
           (portRef Q (instanceRef iPSEL0))
8798
           (portRef CoreAPB_0_APBmslave0_PSELx)
8799
          ))
8800
          (net CoreAPB_0_APBmslave0_PWRITE (joined
8801
           (portRef Q (instanceRef PWRITE))
8802
           (portRef CoreAPB_0_APBmslave0_PWRITE)
8803
          ))
8804
          (net (rename CoreAPB_0_APBmslave0_PADDR_2 "CoreAPB_0_APBmslave0_PADDR[2]") (joined
8805
           (portRef Q (instanceRef PADDR_2))
8806
           (portRef (member coreapb_0_apbmslave0_paddr 2))
8807
          ))
8808
          (net (rename CoreAPB_0_APBmslave0_PADDR_3 "CoreAPB_0_APBmslave0_PADDR[3]") (joined
8809
           (portRef Q (instanceRef PADDR_3))
8810
           (portRef (member coreapb_0_apbmslave0_paddr 1))
8811
          ))
8812
          (net (rename CoreAPB_0_APBmslave0_PADDR_4 "CoreAPB_0_APBmslave0_PADDR[4]") (joined
8813
           (portRef Q (instanceRef PADDR_4))
8814
           (portRef (member coreapb_0_apbmslave0_paddr 0))
8815
          ))
8816
          (net (rename CoreAPB_0_APBmslave0_PWDATA_0 "CoreAPB_0_APBmslave0_PWDATA[0]") (joined
8817
           (portRef Q (instanceRef PWDATA_0))
8818
           (portRef (member coreapb_0_apbmslave0_pwdata 7))
8819
          ))
8820
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_0 "CoreAHBLite_0_AHBmslave0_HWDATA[0]") (joined
8821
           (portRef (member coreahblite_0_ahbmslave0_hwdata 7))
8822
           (portRef D (instanceRef PWDATA_0))
8823
          ))
8824
          (net (rename CoreAPB_0_APBmslave0_PWDATA_1 "CoreAPB_0_APBmslave0_PWDATA[1]") (joined
8825
           (portRef Q (instanceRef PWDATA_1))
8826
           (portRef (member coreapb_0_apbmslave0_pwdata 6))
8827
          ))
8828
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_1 "CoreAHBLite_0_AHBmslave0_HWDATA[1]") (joined
8829
           (portRef (member coreahblite_0_ahbmslave0_hwdata 6))
8830
           (portRef D (instanceRef PWDATA_1))
8831
          ))
8832
          (net (rename CoreAPB_0_APBmslave0_PWDATA_2 "CoreAPB_0_APBmslave0_PWDATA[2]") (joined
8833
           (portRef Q (instanceRef PWDATA_2))
8834
           (portRef (member coreapb_0_apbmslave0_pwdata 5))
8835
          ))
8836
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_2 "CoreAHBLite_0_AHBmslave0_HWDATA[2]") (joined
8837
           (portRef (member coreahblite_0_ahbmslave0_hwdata 5))
8838
           (portRef D (instanceRef PWDATA_2))
8839
          ))
8840
          (net (rename CoreAPB_0_APBmslave0_PWDATA_3 "CoreAPB_0_APBmslave0_PWDATA[3]") (joined
8841
           (portRef Q (instanceRef PWDATA_3))
8842
           (portRef (member coreapb_0_apbmslave0_pwdata 4))
8843
          ))
8844
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_3 "CoreAHBLite_0_AHBmslave0_HWDATA[3]") (joined
8845
           (portRef (member coreahblite_0_ahbmslave0_hwdata 4))
8846
           (portRef D (instanceRef PWDATA_3))
8847
          ))
8848
          (net (rename CoreAPB_0_APBmslave0_PWDATA_4 "CoreAPB_0_APBmslave0_PWDATA[4]") (joined
8849
           (portRef Q (instanceRef PWDATA_4))
8850
           (portRef (member coreapb_0_apbmslave0_pwdata 3))
8851
          ))
8852
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_4 "CoreAHBLite_0_AHBmslave0_HWDATA[4]") (joined
8853
           (portRef (member coreahblite_0_ahbmslave0_hwdata 3))
8854
           (portRef D (instanceRef PWDATA_4))
8855
          ))
8856
          (net (rename CoreAPB_0_APBmslave0_PWDATA_5 "CoreAPB_0_APBmslave0_PWDATA[5]") (joined
8857
           (portRef Q (instanceRef PWDATA_5))
8858
           (portRef (member coreapb_0_apbmslave0_pwdata 2))
8859
          ))
8860
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_5 "CoreAHBLite_0_AHBmslave0_HWDATA[5]") (joined
8861
           (portRef (member coreahblite_0_ahbmslave0_hwdata 2))
8862
           (portRef D (instanceRef PWDATA_5))
8863
          ))
8864
          (net (rename CoreAPB_0_APBmslave0_PWDATA_6 "CoreAPB_0_APBmslave0_PWDATA[6]") (joined
8865
           (portRef Q (instanceRef PWDATA_6))
8866
           (portRef (member coreapb_0_apbmslave0_pwdata 1))
8867
          ))
8868
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_6 "CoreAHBLite_0_AHBmslave0_HWDATA[6]") (joined
8869
           (portRef (member coreahblite_0_ahbmslave0_hwdata 1))
8870
           (portRef D (instanceRef PWDATA_6))
8871
          ))
8872
          (net (rename CoreAPB_0_APBmslave0_PWDATA_7 "CoreAPB_0_APBmslave0_PWDATA[7]") (joined
8873
           (portRef Q (instanceRef PWDATA_7))
8874
           (portRef (member coreapb_0_apbmslave0_pwdata 0))
8875
          ))
8876
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_7 "CoreAHBLite_0_AHBmslave0_HWDATA[7]") (joined
8877
           (portRef (member coreahblite_0_ahbmslave0_hwdata 0))
8878
           (portRef D (instanceRef PWDATA_7))
8879
          ))
8880
          (net GND (joined
8881
           (portRef Y (instanceRef GND_i))
8882
          ))
8883
          (net VCC (joined
8884
           (portRef Y (instanceRef VCC_i))
8885
          ))
8886
         )
8887
        (property orig_inst_of (string "CoreAHB2APB"))
8888
       )
8889
    )
8890
    (cell AHBMASTER_FIC (cellType GENERIC)
8891
       (view netlist (viewType NETLIST)
8892
         (interface
8893
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_0 (direction OUTPUT))
8894
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_1 (direction OUTPUT))
8895
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_2 (direction OUTPUT))
8896
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_22 (direction OUTPUT))
8897
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_23 (direction OUTPUT))
8898
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_24 (direction OUTPUT))
8899
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_25 (direction OUTPUT))
8900
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_26 (direction OUTPUT))
8901
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_27 (direction OUTPUT))
8902
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_28 (direction OUTPUT))
8903
           (port AHBMASTER_FIC_0_AHBmaster_HADDR_29 (direction OUTPUT))
8904
           (port (array (rename ahbmaster_fic_0_ahbmaster_hrdata "AHBMASTER_FIC_0_AHBmaster_HRDATA[7:0]") 8) (direction INPUT))
8905
           (port (array (rename dataout_c "DATAOUT_c[7:0]") 8) (direction OUTPUT))
8906
           (port (array (rename datain_c "DATAIN_c[7:0]") 8) (direction INPUT))
8907
           (port (array (rename ahbmaster_fic_0_ahbmaster_hwdata "AHBMASTER_FIC_0_AHBmaster_HWDATA[7:0]") 8) (direction OUTPUT))
8908
           (port AHBMASTER_FIC_0_AHBmaster_HTRANS_0 (direction OUTPUT))
8909
           (port ADDR_c_29 (direction INPUT))
8910
           (port ADDR_c_23 (direction INPUT))
8911
           (port ADDR_c_26 (direction INPUT))
8912
           (port ADDR_c_22 (direction INPUT))
8913
           (port ADDR_c_24 (direction INPUT))
8914
           (port ADDR_c_25 (direction INPUT))
8915
           (port ADDR_c_27 (direction INPUT))
8916
           (port ADDR_c_1 (direction INPUT))
8917
           (port ADDR_c_0 (direction INPUT))
8918
           (port ADDR_c_28 (direction INPUT))
8919
           (port ADDR_c_2 (direction INPUT))
8920
           (port AHBMASTER_FIC_0_AHBmaster_HWRITE (direction OUTPUT))
8921
           (port HCLK_c (direction INPUT))
8922
           (port ahb_busy_c (direction OUTPUT))
8923
           (port HRESETn_c (direction INPUT))
8924
           (port PREVDATASLAVEREADY_iv_i_0_i_o4_0 (direction INPUT))
8925
           (port N_163 (direction INPUT))
8926
           (port LWRITE_c (direction INPUT))
8927
           (port LREAD_c (direction INPUT))
8928
           (port N_398 (direction INPUT))
8929
           (port PREVDATASLAVEREADY_iv_i_0_i_o4_1 (direction INPUT))
8930
           (port N_340 (direction INPUT))
8931
         )
8932
         (contents
8933
          (instance (rename ahb_fsm_current_state_RNO_0_6 "ahb_fsm_current_state_RNO_0[6]") (viewRef prim (cellRef OR3 (libraryRef PA3)))          )
8934
          (instance (rename ahb_fsm_current_state_RNI591J_2 "ahb_fsm_current_state_RNI591J[2]") (viewRef prim (cellRef OR2 (libraryRef PA3)))          )
8935
          (instance (rename HADDR_RNO_0_31 "HADDR_RNO_0[31]") (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
8936
          (instance (rename HADDR_RNO_0_25 "HADDR_RNO_0[25]") (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
8937
          (instance (rename HADDR_RNO_0_28 "HADDR_RNO_0[28]") (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
8938
          (instance (rename HADDR_RNO_0_24 "HADDR_RNO_0[24]") (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
8939
          (instance (rename HADDR_RNO_0_26 "HADDR_RNO_0[26]") (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
8940
          (instance (rename HADDR_RNO_0_27 "HADDR_RNO_0[27]") (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
8941
          (instance (rename HADDR_RNO_0_29 "HADDR_RNO_0[29]") (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
8942
          (instance (rename HADDR_RNO_0_3 "HADDR_RNO_0[3]") (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
8943
          (instance (rename HADDR_RNO_0_2 "HADDR_RNO_0[2]") (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
8944
          (instance (rename HADDR_RNO_0_30 "HADDR_RNO_0[30]") (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
8945
          (instance (rename HADDR_RNO_0_4 "HADDR_RNO_0[4]") (viewRef prim (cellRef AO1A (libraryRef PA3)))          )
8946
          (instance (rename ahb_fsm_current_state_RNI98I87_1 "ahb_fsm_current_state_RNI98I87[1]") (viewRef prim (cellRef AO1A (libraryRef PA3)))          )
8947
          (instance (rename ahb_fsm_current_state_RNIJ4RV1_3 "ahb_fsm_current_state_RNIJ4RV1[3]") (viewRef prim (cellRef OR3 (libraryRef PA3)))          )
8948
          (instance (rename ahb_fsm_current_state_RNIJ31O4_0 "ahb_fsm_current_state_RNIJ31O4[0]") (viewRef prim (cellRef OR2A (libraryRef PA3)))          )
8949
          (instance (rename HTRANS_1_RNO_0_1 "HTRANS_1_RNO_0[1]") (viewRef prim (cellRef OR2 (libraryRef PA3)))          )
8950
          (instance (rename ahb_fsm_current_state_RNI298U8_1 "ahb_fsm_current_state_RNI298U8[1]") (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
8951
          (instance HWRITE_RNO_1 (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
8952
          (instance HWRITE_RNO_3 (viewRef prim (cellRef OR3 (libraryRef PA3)))          )
8953
          (instance (rename ahb_fsm_current_state_RNIN71O4_4 "ahb_fsm_current_state_RNIN71O4[4]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
8954
          (instance (rename ahb_fsm_current_state_RNI0AID8_1 "ahb_fsm_current_state_RNI0AID8[1]") (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
8955
          (instance (rename ahb_fsm_current_state_RNI2H6Q_1 "ahb_fsm_current_state_RNI2H6Q[1]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
8956
          (instance (rename ahb_fsm_current_state_RNI2H6Q_0_1 "ahb_fsm_current_state_RNI2H6Q_0[1]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
8957
          (instance (rename HADDR_RNO_24 "HADDR_RNO[24]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
8958
          (instance (rename ahb_fsm_current_state_RNO_2 "ahb_fsm_current_state_RNO[2]") (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
8959
          (instance (rename HADDR_RNO_4 "HADDR_RNO[4]") (viewRef prim (cellRef NOR3 (libraryRef PA3)))          )
8960
          (instance (rename HADDR_RNO_2 "HADDR_RNO[2]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
8961
          (instance (rename ahb_fsm_current_state_RNO_6 "ahb_fsm_current_state_RNO[6]") (viewRef prim (cellRef AOI1 (libraryRef PA3)))          )
8962
          (instance (rename HADDR_RNO_29 "HADDR_RNO[29]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
8963
          (instance (rename HADDR_RNO_28 "HADDR_RNO[28]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
8964
          (instance (rename HADDR_RNO_27 "HADDR_RNO[27]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
8965
          (instance (rename HADDR_RNO_26 "HADDR_RNO[26]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
8966
          (instance (rename HADDR_RNO_30 "HADDR_RNO[30]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
8967
          (instance (rename HADDR_RNO_31 "HADDR_RNO[31]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
8968
          (instance (rename HTRANS_1_RNO_1 "HTRANS_1_RNO[1]") (viewRef prim (cellRef OR2 (libraryRef PA3)))          )
8969
          (instance (rename HADDR_RNO_25 "HADDR_RNO[25]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
8970
          (instance (rename HADDR_RNO_3 "HADDR_RNO[3]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
8971
          (instance (rename ahb_fsm_current_state_RNIP1UTR_1 "ahb_fsm_current_state_RNIP1UTR[1]") (viewRef prim (cellRef AO1A (libraryRef PA3)))          )
8972
          (instance HWRITE_RNO_2 (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
8973
          (instance HWRITE_RNO_0 (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
8974
          (instance HWRITE_RNO (viewRef prim (cellRef OR3 (libraryRef PA3)))          )
8975
          (instance (rename ahb_fsm_current_state_RNIJMNML_0 "ahb_fsm_current_state_RNIJMNML[0]") (viewRef prim (cellRef OR3 (libraryRef PA3)))          )
8976
          (instance (rename ahb_fsm_current_state_RNIKNNML_1 "ahb_fsm_current_state_RNIKNNML[1]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
8977
          (instance (rename ahb_fsm_current_state_RNIMB80M_0 "ahb_fsm_current_state_RNIMB80M[0]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
8978
          (instance (rename ahb_fsm_current_state_RNINQNML_4 "ahb_fsm_current_state_RNINQNML[4]") (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
8979
          (instance N_m1_e (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
8980
          (instance DATAOUT_0_sqmuxa_i_0_a0 (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
8981
          (instance (rename ahb_fsm_current_state_RNO_1_6 "ahb_fsm_current_state_RNO_1[6]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
8982
          (instance (rename ahb_fsm_current_state_RNO_3 "ahb_fsm_current_state_RNO[3]") (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
8983
          (instance (rename ahb_fsm_current_state_RNI371J_4 "ahb_fsm_current_state_RNI371J[4]") (viewRef prim (cellRef OR2 (libraryRef PA3)))          )
8984
          (instance (rename ahb_fsm_current_state_RNI151J_3 "ahb_fsm_current_state_RNI151J[3]") (viewRef prim (cellRef OR2 (libraryRef PA3)))          )
8985
          (instance (rename ahb_fsm_current_state_RNO_1 "ahb_fsm_current_state_RNO[1]") (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
8986
          (instance (rename ahb_fsm_current_state_RNO_0 "ahb_fsm_current_state_RNO[0]") (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
8987
          (instance ahb_busy_RNO (viewRef prim (cellRef OR2A (libraryRef PA3)))          )
8988
          (instance (rename ahb_fsm_current_state_RNIPHIFL_5 "ahb_fsm_current_state_RNIPHIFL[5]") (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
8989
          (instance (rename HADDR_RNO_1_4 "HADDR_RNO_1[4]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
8990
          (instance (rename ahb_fsm_current_state_RNIC7931_6 "ahb_fsm_current_state_RNIC7931[6]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
8991
          (instance (rename ahb_fsm_current_state_RNO_5 "ahb_fsm_current_state_RNO[5]") (viewRef prim (cellRef NOR2B (libraryRef PA3)))          )
8992
          (instance ahb_busy_RNO_0 (viewRef prim (cellRef OR2 (libraryRef PA3)))          )
8993
          (instance (rename ahb_fsm_current_state_ns_i_0_o3_0_0 "ahb_fsm_current_state_ns_i_0_o3_0[0]") (viewRef prim (cellRef OR2 (libraryRef PA3)))          )
8994
          (instance (rename ahb_fsm_current_state_RNIPSK31_6 "ahb_fsm_current_state_RNIPSK31[6]") (viewRef prim (cellRef OR3C (libraryRef PA3)))          )
8995
          (instance (rename ahb_fsm_current_state_RNITLON_6 "ahb_fsm_current_state_RNITLON[6]") (viewRef prim (cellRef OR3C (libraryRef PA3)))          )
8996
          (instance ahb_busy (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
8997
          )
8998
          (instance HWRITE (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
8999
          )
9000
          (instance (rename HTRANS_1_1 "HTRANS_1[1]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
9001
          )
9002
          (instance (rename ahb_fsm_current_state_6 "ahb_fsm_current_state[6]") (viewRef prim (cellRef DFN1P0 (libraryRef PA3)))
9003
          )
9004
          (instance (rename ahb_fsm_current_state_5 "ahb_fsm_current_state[5]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
9005
          )
9006
          (instance (rename ahb_fsm_current_state_4 "ahb_fsm_current_state[4]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
9007
          )
9008
          (instance (rename ahb_fsm_current_state_3 "ahb_fsm_current_state[3]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
9009
          )
9010
          (instance (rename ahb_fsm_current_state_2 "ahb_fsm_current_state[2]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
9011
          )
9012
          (instance (rename ahb_fsm_current_state_1 "ahb_fsm_current_state[1]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
9013
          )
9014
          (instance (rename ahb_fsm_current_state_0 "ahb_fsm_current_state[0]") (viewRef prim (cellRef DFN1C0 (libraryRef PA3)))
9015
          )
9016
          (instance (rename HWDATA_0 "HWDATA[0]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
9017
          )
9018
          (instance (rename HWDATA_1 "HWDATA[1]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
9019
          )
9020
          (instance (rename HWDATA_2 "HWDATA[2]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
9021
          )
9022
          (instance (rename HWDATA_3 "HWDATA[3]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
9023
          )
9024
          (instance (rename HWDATA_4 "HWDATA[4]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
9025
          )
9026
          (instance (rename HWDATA_5 "HWDATA[5]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
9027
          )
9028
          (instance (rename HWDATA_6 "HWDATA[6]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
9029
          )
9030
          (instance (rename HWDATA_7 "HWDATA[7]") (viewRef prim (cellRef DFN1E1C0 (libraryRef PA3)))
9031
          )
9032
          (instance (rename HWDATA_int_0 "HWDATA_int[0]") (viewRef prim (cellRef DFN1E0 (libraryRef PA3)))
9033
          )
9034
          (instance (rename HWDATA_int_1 "HWDATA_int[1]") (viewRef prim (cellRef DFN1E0 (libraryRef PA3)))
9035
          )
9036
          (instance (rename HWDATA_int_2 "HWDATA_int[2]") (viewRef prim (cellRef DFN1E0 (libraryRef PA3)))
9037
          )
9038
          (instance (rename HWDATA_int_3 "HWDATA_int[3]") (viewRef prim (cellRef DFN1E0 (libraryRef PA3)))
9039
          )
9040
          (instance (rename HWDATA_int_4 "HWDATA_int[4]") (viewRef prim (cellRef DFN1E0 (libraryRef PA3)))
9041
          )
9042
          (instance (rename HWDATA_int_5 "HWDATA_int[5]") (viewRef prim (cellRef DFN1E0 (libraryRef PA3)))
9043
          )
9044
          (instance (rename HWDATA_int_6 "HWDATA_int[6]") (viewRef prim (cellRef DFN1E0 (libraryRef PA3)))
9045
          )
9046
          (instance (rename HWDATA_int_7 "HWDATA_int[7]") (viewRef prim (cellRef DFN1E0 (libraryRef PA3)))
9047
          )
9048
          (instance (rename HADDR_int_2 "HADDR_int[2]") (viewRef prim (cellRef DFN1E0 (libraryRef PA3)))
9049
          )
9050
          (instance (rename HADDR_int_3 "HADDR_int[3]") (viewRef prim (cellRef DFN1E0 (libraryRef PA3)))
9051
          )
9052
          (instance (rename HADDR_int_4 "HADDR_int[4]") (viewRef prim (cellRef DFN1E0 (libraryRef PA3)))
9053
          )
9054
          (instance (rename HADDR_int_24 "HADDR_int[24]") (viewRef prim (cellRef DFN1E0 (libraryRef PA3)))
9055
          )
9056
          (instance (rename HADDR_int_25 "HADDR_int[25]") (viewRef prim (cellRef DFN1E0 (libraryRef PA3)))
9057
          )
9058
          (instance (rename HADDR_int_26 "HADDR_int[26]") (viewRef prim (cellRef DFN1E0 (libraryRef PA3)))
9059
          )
9060
          (instance (rename HADDR_int_27 "HADDR_int[27]") (viewRef prim (cellRef DFN1E0 (libraryRef PA3)))
9061
          )
9062
          (instance (rename HADDR_int_28 "HADDR_int[28]") (viewRef prim (cellRef DFN1E0 (libraryRef PA3)))
9063
          )
9064
          (instance (rename HADDR_int_29 "HADDR_int[29]") (viewRef prim (cellRef DFN1E0 (libraryRef PA3)))
9065
          )
9066
          (instance (rename HADDR_int_30 "HADDR_int[30]") (viewRef prim (cellRef DFN1E0 (libraryRef PA3)))
9067
          )
9068
          (instance (rename HADDR_int_31 "HADDR_int[31]") (viewRef prim (cellRef DFN1E0 (libraryRef PA3)))
9069
          )
9070
          (instance (rename DATAOUT_0 "DATAOUT[0]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
9071
          )
9072
          (instance (rename DATAOUT_1 "DATAOUT[1]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
9073
          )
9074
          (instance (rename DATAOUT_2 "DATAOUT[2]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
9075
          )
9076
          (instance (rename DATAOUT_3 "DATAOUT[3]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
9077
          )
9078
          (instance (rename DATAOUT_4 "DATAOUT[4]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
9079
          )
9080
          (instance (rename DATAOUT_5 "DATAOUT[5]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
9081
          )
9082
          (instance (rename DATAOUT_6 "DATAOUT[6]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
9083
          )
9084
          (instance (rename DATAOUT_7 "DATAOUT[7]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
9085
          )
9086
          (instance (rename HADDR_2 "HADDR[2]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
9087
          )
9088
          (instance (rename HADDR_3 "HADDR[3]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
9089
          )
9090
          (instance (rename HADDR_4 "HADDR[4]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
9091
          )
9092
          (instance (rename HADDR_24 "HADDR[24]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
9093
          )
9094
          (instance (rename HADDR_25 "HADDR[25]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
9095
          )
9096
          (instance (rename HADDR_26 "HADDR[26]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
9097
          )
9098
          (instance (rename HADDR_27 "HADDR[27]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
9099
          )
9100
          (instance (rename HADDR_28 "HADDR[28]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
9101
          )
9102
          (instance (rename HADDR_29 "HADDR[29]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
9103
          )
9104
          (instance (rename HADDR_30 "HADDR[30]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
9105
          )
9106
          (instance (rename HADDR_31 "HADDR[31]") (viewRef prim (cellRef DFN1E0C0 (libraryRef PA3)))
9107
          )
9108
          (instance VCC_i (viewRef prim (cellRef VCC (libraryRef PA3)))          )
9109
          (instance GND_i (viewRef prim (cellRef GND (libraryRef PA3)))          )
9110
          (net (rename ahb_fsm_current_state_ns_i_0_2_0 "ahb_fsm_current_state_ns_i_0_2[0]") (joined
9111
           (portRef Y (instanceRef ahb_fsm_current_state_RNO_0_6))
9112
           (portRef C (instanceRef ahb_fsm_current_state_RNO_6))
9113
          ))
9114
          (net N_125 (joined
9115
           (portRef Y (instanceRef ahb_fsm_current_state_RNO_1_6))
9116
           (portRef A (instanceRef ahb_fsm_current_state_RNO_0_6))
9117
          ))
9118
          (net un1_ahb_fsm_current_state_12_i_0 (joined
9119
           (portRef Y (instanceRef ahb_fsm_current_state_RNI591J_2))
9120
           (portRef A (instanceRef ahb_fsm_current_state_RNIJ4RV1_3))
9121
           (portRef B (instanceRef ahb_fsm_current_state_RNO_0_6))
9122
          ))
9123
          (net N_87 (joined
9124
           (portRef Y (instanceRef ahb_fsm_current_state_RNI371J_4))
9125
           (portRef B (instanceRef HADDR_RNO_1_4))
9126
           (portRef B (instanceRef HADDR_RNO_0_4))
9127
           (portRef S (instanceRef HADDR_RNO_0_30))
9128
           (portRef S (instanceRef HADDR_RNO_0_2))
9129
           (portRef S (instanceRef HADDR_RNO_0_3))
9130
           (portRef S (instanceRef HADDR_RNO_0_29))
9131
           (portRef S (instanceRef HADDR_RNO_0_27))
9132
           (portRef S (instanceRef HADDR_RNO_0_26))
9133
           (portRef S (instanceRef HADDR_RNO_0_24))
9134
           (portRef S (instanceRef HADDR_RNO_0_28))
9135
           (portRef S (instanceRef HADDR_RNO_0_25))
9136
           (portRef S (instanceRef HADDR_RNO_0_31))
9137
           (portRef C (instanceRef ahb_fsm_current_state_RNO_0_6))
9138
          ))
9139
          (net (rename ahb_fsm_current_stateZ0Z_5 "ahb_fsm_current_state[5]") (joined
9140
           (portRef Q (instanceRef ahb_fsm_current_state_5))
9141
           (portRef C (instanceRef ahb_fsm_current_state_RNIPHIFL_5))
9142
           (portRef A (instanceRef HWRITE_RNO_3))
9143
           (portRef A (instanceRef ahb_fsm_current_state_RNI591J_2))
9144
          ))
9145
          (net (rename ahb_fsm_current_stateZ0Z_2 "ahb_fsm_current_state[2]") (joined
9146
           (portRef Q (instanceRef ahb_fsm_current_state_2))
9147
           (portRef C (instanceRef ahb_fsm_current_state_RNO_1))
9148
           (portRef C (instanceRef HWRITE_RNO_3))
9149
           (portRef B (instanceRef ahb_fsm_current_state_RNI591J_2))
9150
          ))
9151
          (net (rename HADDR_7_i_0_31 "HADDR_7_i_0[31]") (joined
9152
           (portRef Y (instanceRef HADDR_RNO_0_31))
9153
           (portRef B (instanceRef HADDR_RNO_31))
9154
          ))
9155
          (net (rename ADDR_c_29 "ADDR_c[31]") (joined
9156
           (portRef ADDR_c_29)
9157
           (portRef D (instanceRef HADDR_int_31))
9158
           (portRef A (instanceRef HADDR_RNO_0_31))
9159
          ))
9160
          (net (rename HADDR_intZ0Z_31 "HADDR_int[31]") (joined
9161
           (portRef Q (instanceRef HADDR_int_31))
9162
           (portRef B (instanceRef HADDR_RNO_0_31))
9163
          ))
9164
          (net (rename HADDR_7_i_0_25 "HADDR_7_i_0[25]") (joined
9165
           (portRef Y (instanceRef HADDR_RNO_0_25))
9166
           (portRef B (instanceRef HADDR_RNO_25))
9167
          ))
9168
          (net (rename ADDR_c_23 "ADDR_c[25]") (joined
9169
           (portRef ADDR_c_23)
9170
           (portRef D (instanceRef HADDR_int_25))
9171
           (portRef A (instanceRef HADDR_RNO_0_25))
9172
          ))
9173
          (net (rename HADDR_intZ0Z_25 "HADDR_int[25]") (joined
9174
           (portRef Q (instanceRef HADDR_int_25))
9175
           (portRef B (instanceRef HADDR_RNO_0_25))
9176
          ))
9177
          (net (rename HADDR_7_i_0_28 "HADDR_7_i_0[28]") (joined
9178
           (portRef Y (instanceRef HADDR_RNO_0_28))
9179
           (portRef B (instanceRef HADDR_RNO_28))
9180
          ))
9181
          (net (rename ADDR_c_26 "ADDR_c[28]") (joined
9182
           (portRef ADDR_c_26)
9183
           (portRef D (instanceRef HADDR_int_28))
9184
           (portRef A (instanceRef HADDR_RNO_0_28))
9185
          ))
9186
          (net (rename HADDR_intZ0Z_28 "HADDR_int[28]") (joined
9187
           (portRef Q (instanceRef HADDR_int_28))
9188
           (portRef B (instanceRef HADDR_RNO_0_28))
9189
          ))
9190
          (net (rename HADDR_7_i_0_24 "HADDR_7_i_0[24]") (joined
9191
           (portRef Y (instanceRef HADDR_RNO_0_24))
9192
           (portRef B (instanceRef HADDR_RNO_24))
9193
          ))
9194
          (net (rename ADDR_c_22 "ADDR_c[24]") (joined
9195
           (portRef ADDR_c_22)
9196
           (portRef D (instanceRef HADDR_int_24))
9197
           (portRef A (instanceRef HADDR_RNO_0_24))
9198
          ))
9199
          (net (rename HADDR_intZ0Z_24 "HADDR_int[24]") (joined
9200
           (portRef Q (instanceRef HADDR_int_24))
9201
           (portRef B (instanceRef HADDR_RNO_0_24))
9202
          ))
9203
          (net (rename HADDR_7_i_0_26 "HADDR_7_i_0[26]") (joined
9204
           (portRef Y (instanceRef HADDR_RNO_0_26))
9205
           (portRef B (instanceRef HADDR_RNO_26))
9206
          ))
9207
          (net (rename ADDR_c_24 "ADDR_c[26]") (joined
9208
           (portRef ADDR_c_24)
9209
           (portRef D (instanceRef HADDR_int_26))
9210
           (portRef A (instanceRef HADDR_RNO_0_26))
9211
          ))
9212
          (net (rename HADDR_intZ0Z_26 "HADDR_int[26]") (joined
9213
           (portRef Q (instanceRef HADDR_int_26))
9214
           (portRef B (instanceRef HADDR_RNO_0_26))
9215
          ))
9216
          (net (rename HADDR_7_i_0_27 "HADDR_7_i_0[27]") (joined
9217
           (portRef Y (instanceRef HADDR_RNO_0_27))
9218
           (portRef B (instanceRef HADDR_RNO_27))
9219
          ))
9220
          (net (rename ADDR_c_25 "ADDR_c[27]") (joined
9221
           (portRef ADDR_c_25)
9222
           (portRef D (instanceRef HADDR_int_27))
9223
           (portRef A (instanceRef HADDR_RNO_0_27))
9224
          ))
9225
          (net (rename HADDR_intZ0Z_27 "HADDR_int[27]") (joined
9226
           (portRef Q (instanceRef HADDR_int_27))
9227
           (portRef B (instanceRef HADDR_RNO_0_27))
9228
          ))
9229
          (net (rename HADDR_7_i_0_29 "HADDR_7_i_0[29]") (joined
9230
           (portRef Y (instanceRef HADDR_RNO_0_29))
9231
           (portRef B (instanceRef HADDR_RNO_29))
9232
          ))
9233
          (net (rename ADDR_c_27 "ADDR_c[29]") (joined
9234
           (portRef ADDR_c_27)
9235
           (portRef D (instanceRef HADDR_int_29))
9236
           (portRef A (instanceRef HADDR_RNO_0_29))
9237
          ))
9238
          (net (rename HADDR_intZ0Z_29 "HADDR_int[29]") (joined
9239
           (portRef Q (instanceRef HADDR_int_29))
9240
           (portRef B (instanceRef HADDR_RNO_0_29))
9241
          ))
9242
          (net (rename HADDR_7_i_0_3 "HADDR_7_i_0[3]") (joined
9243
           (portRef Y (instanceRef HADDR_RNO_0_3))
9244
           (portRef B (instanceRef HADDR_RNO_3))
9245
          ))
9246
          (net (rename ADDR_c_1 "ADDR_c[3]") (joined
9247
           (portRef ADDR_c_1)
9248
           (portRef D (instanceRef HADDR_int_3))
9249
           (portRef A (instanceRef HADDR_RNO_0_3))
9250
          ))
9251
          (net (rename HADDR_intZ0Z_3 "HADDR_int[3]") (joined
9252
           (portRef Q (instanceRef HADDR_int_3))
9253
           (portRef B (instanceRef HADDR_RNO_0_3))
9254
          ))
9255
          (net (rename HADDR_7_i_0_2 "HADDR_7_i_0[2]") (joined
9256
           (portRef Y (instanceRef HADDR_RNO_0_2))
9257
           (portRef B (instanceRef HADDR_RNO_2))
9258
          ))
9259
          (net (rename ADDR_c_0 "ADDR_c[2]") (joined
9260
           (portRef ADDR_c_0)
9261
           (portRef D (instanceRef HADDR_int_2))
9262
           (portRef A (instanceRef HADDR_RNO_0_2))
9263
          ))
9264
          (net (rename HADDR_intZ0Z_2 "HADDR_int[2]") (joined
9265
           (portRef Q (instanceRef HADDR_int_2))
9266
           (portRef B (instanceRef HADDR_RNO_0_2))
9267
          ))
9268
          (net (rename HADDR_7_i_0_30 "HADDR_7_i_0[30]") (joined
9269
           (portRef Y (instanceRef HADDR_RNO_0_30))
9270
           (portRef B (instanceRef HADDR_RNO_30))
9271
          ))
9272
          (net (rename ADDR_c_28 "ADDR_c[30]") (joined
9273
           (portRef ADDR_c_28)
9274
           (portRef D (instanceRef HADDR_int_30))
9275
           (portRef A (instanceRef HADDR_RNO_0_30))
9276
          ))
9277
          (net (rename HADDR_intZ0Z_30 "HADDR_int[30]") (joined
9278
           (portRef Q (instanceRef HADDR_int_30))
9279
           (portRef B (instanceRef HADDR_RNO_0_30))
9280
          ))
9281
          (net (rename HADDR_7_i_0_4 "HADDR_7_i_0[4]") (joined
9282
           (portRef Y (instanceRef HADDR_RNO_0_4))
9283
           (portRef A (instanceRef HADDR_RNO_4))
9284
          ))
9285
          (net (rename HADDR_intZ0Z_4 "HADDR_int[4]") (joined
9286
           (portRef Q (instanceRef HADDR_int_4))
9287
           (portRef A (instanceRef HADDR_RNO_0_4))
9288
          ))
9289
          (net (rename ahb_fsm_current_stateZ0Z_0 "ahb_fsm_current_state[0]") (joined
9290
           (portRef Q (instanceRef ahb_fsm_current_state_0))
9291
           (portRef A (instanceRef ahb_fsm_current_state_RNO_0))
9292
           (portRef B (instanceRef ahb_fsm_current_state_RNI151J_3))
9293
           (portRef A (instanceRef ahb_fsm_current_state_RNIMB80M_0))
9294
           (portRef A (instanceRef ahb_fsm_current_state_RNIJ31O4_0))
9295
           (portRef C (instanceRef HADDR_RNO_0_4))
9296
          ))
9297
          (net un1_ahb_fsm_current_state_12_i_3 (joined
9298
           (portRef Y (instanceRef ahb_fsm_current_state_RNI98I87_1))
9299
           (portRef C (instanceRef ahb_fsm_current_state_RNIP1UTR_1))
9300
          ))
9301
          (net N_340 (joined
9302
           (portRef N_340)
9303
           (portRef B (instanceRef ahb_fsm_current_state_RNI0AID8_1))
9304
           (portRef B (instanceRef ahb_fsm_current_state_RNIN71O4_4))
9305
           (portRef B (instanceRef HWRITE_RNO_1))
9306
           (portRef B (instanceRef ahb_fsm_current_state_RNI298U8_1))
9307
           (portRef B (instanceRef ahb_fsm_current_state_RNIJ31O4_0))
9308
           (portRef A (instanceRef ahb_fsm_current_state_RNI98I87_1))
9309
          ))
9310
          (net un1_ahb_fsm_current_state_12_i_0_a1_0 (joined
9311
           (portRef Y (instanceRef ahb_fsm_current_state_RNI2H6Q_0_1))
9312
           (portRef B (instanceRef ahb_fsm_current_state_RNI98I87_1))
9313
          ))
9314
          (net un1_ahb_fsm_current_state_12_i_2 (joined
9315
           (portRef Y (instanceRef ahb_fsm_current_state_RNIJ4RV1_3))
9316
           (portRef C (instanceRef ahb_fsm_current_state_RNI98I87_1))
9317
          ))
9318
          (net (rename ahb_fsm_current_stateZ0Z_3 "ahb_fsm_current_state[3]") (joined
9319
           (portRef Q (instanceRef ahb_fsm_current_state_3))
9320
           (portRef A (instanceRef ahb_fsm_current_state_RNI151J_3))
9321
           (portRef A (instanceRef ahb_fsm_current_state_RNO_3))
9322
           (portRef A (instanceRef HTRANS_1_RNO_0_1))
9323
           (portRef B (instanceRef ahb_fsm_current_state_RNIJ4RV1_3))
9324
          ))
9325
          (net N_197 (joined
9326
           (portRef Y (instanceRef ahb_fsm_current_state_RNIC7931_6))
9327
           (portRef A (instanceRef ahb_busy_RNO_0))
9328
           (portRef C (instanceRef ahb_fsm_current_state_RNIJ4RV1_3))
9329
          ))
9330
          (net DATAOUT_0_sqmuxa_i_0 (joined
9331
           (portRef Y (instanceRef ahb_fsm_current_state_RNIJ31O4_0))
9332
           (portRef B (instanceRef ahb_fsm_current_state_RNIJMNML_0))
9333
          ))
9334
          (net un1_ahb_fsm_current_state_7_i_0_0 (joined
9335
           (portRef Y (instanceRef HTRANS_1_RNO_0_1))
9336
           (portRef A (instanceRef HTRANS_1_RNO_1))
9337
          ))
9338
          (net (rename ahb_fsm_current_stateZ0Z_6 "ahb_fsm_current_state[6]") (joined
9339
           (portRef Q (instanceRef ahb_fsm_current_state_6))
9340
           (portRef A (instanceRef ahb_fsm_current_state_RNITLON_6))
9341
           (portRef A (instanceRef ahb_fsm_current_state_RNIPSK31_6))
9342
           (portRef B (instanceRef ahb_fsm_current_state_RNO_5))
9343
           (portRef A (instanceRef ahb_fsm_current_state_RNIC7931_6))
9344
           (portRef B (instanceRef ahb_fsm_current_state_RNO_2))
9345
           (portRef B (instanceRef HTRANS_1_RNO_0_1))
9346
          ))
9347
          (net un1_ahb_fsm_current_state_7_i_0_a4_0_1 (joined
9348
           (portRef Y (instanceRef ahb_fsm_current_state_RNI298U8_1))
9349
           (portRef A (instanceRef ahb_fsm_current_state_RNIKNNML_1))
9350
          ))
9351
          (net (rename ahb_fsm_current_stateZ0Z_1 "ahb_fsm_current_state[1]") (joined
9352
           (portRef Q (instanceRef ahb_fsm_current_state_1))
9353
           (portRef A (instanceRef ahb_fsm_current_state_RNO_1))
9354
           (portRef A (instanceRef ahb_fsm_current_state_RNI371J_4))
9355
           (portRef A (instanceRef ahb_fsm_current_state_RNI2H6Q_0_1))
9356
           (portRef A (instanceRef ahb_fsm_current_state_RNI2H6Q_1))
9357
           (portRef A (instanceRef ahb_fsm_current_state_RNI0AID8_1))
9358
           (portRef A (instanceRef HWRITE_RNO_1))
9359
           (portRef A (instanceRef ahb_fsm_current_state_RNI298U8_1))
9360
          ))
9361
          (net N_N_3_mux (joined
9362
           (portRef Y (instanceRef N_m1_e))
9363
           (portRef C (instanceRef ahb_fsm_current_state_RNINQNML_4))
9364
           (portRef A (instanceRef ahb_fsm_current_state_RNIJMNML_0))
9365
           (portRef C (instanceRef ahb_fsm_current_state_RNI298U8_1))
9366
          ))
9367
          (net un1_ahb_fsm_current_state_8_0_2 (joined
9368
           (portRef Y (instanceRef HWRITE_RNO_1))
9369
           (portRef B (instanceRef HWRITE_RNO))
9370
          ))
9371
          (net un1_ahb_fsm_current_state_8_0_1 (joined
9372
           (portRef Y (instanceRef HWRITE_RNO_3))
9373
           (portRef C (instanceRef HWRITE_RNO_1))
9374
          ))
9375
          (net (rename ahb_fsm_current_stateZ0Z_4 "ahb_fsm_current_state[4]") (joined
9376
           (portRef Q (instanceRef ahb_fsm_current_state_4))
9377
           (portRef A (instanceRef ahb_fsm_current_state_RNIPHIFL_5))
9378
           (portRef B (instanceRef ahb_fsm_current_state_RNI371J_4))
9379
           (portRef A (instanceRef ahb_fsm_current_state_RNIN71O4_4))
9380
           (portRef B (instanceRef HWRITE_RNO_3))
9381
          ))
9382
          (net HWDATA_1_sqmuxa_0_a5_0_a4_2_0 (joined
9383
           (portRef Y (instanceRef ahb_fsm_current_state_RNIN71O4_4))
9384
           (portRef A (instanceRef ahb_fsm_current_state_RNINQNML_4))
9385
          ))
9386
          (net un1_ahb_fsm_current_state_12_i_0_a0_1 (joined
9387
           (portRef Y (instanceRef ahb_fsm_current_state_RNI0AID8_1))
9388
           (portRef B (instanceRef ahb_fsm_current_state_RNIP1UTR_1))
9389
          ))
9390
          (net PREVDATASLAVEREADY_iv_i_0_i_o4_1 (joined
9391
           (portRef PREVDATASLAVEREADY_iv_i_0_i_o4_1)
9392
           (portRef A (instanceRef N_m1_e))
9393
           (portRef B (instanceRef HWRITE_RNO_0))
9394
           (portRef C (instanceRef ahb_fsm_current_state_RNI0AID8_1))
9395
          ))
9396
          (net un1_ahb_fsm_current_state_8_0_0_a0_0 (joined
9397
           (portRef Y (instanceRef ahb_fsm_current_state_RNI2H6Q_1))
9398
           (portRef A (instanceRef HWRITE_RNO_0))
9399
           (portRef A (instanceRef HWRITE_RNO_2))
9400
          ))
9401
          (net N_398 (joined
9402
           (portRef N_398)
9403
           (portRef A (instanceRef DATAOUT_0_sqmuxa_i_0_a0))
9404
           (portRef B (instanceRef N_m1_e))
9405
           (portRef B (instanceRef ahb_fsm_current_state_RNI2H6Q_0_1))
9406
           (portRef B (instanceRef ahb_fsm_current_state_RNI2H6Q_1))
9407
          ))
9408
          (net N_34 (joined
9409
           (portRef Y (instanceRef HADDR_RNO_24))
9410
           (portRef D (instanceRef HADDR_24))
9411
          ))
9412
          (net N_N_5_mux (joined
9413
           (portRef Y (instanceRef ahb_fsm_current_state_RNIMB80M_0))
9414
           (portRef D (instanceRef HTRANS_1_1))
9415
           (portRef A (instanceRef HADDR_RNO_3))
9416
           (portRef A (instanceRef HADDR_RNO_25))
9417
           (portRef A (instanceRef HADDR_RNO_31))
9418
           (portRef A (instanceRef HADDR_RNO_30))
9419
           (portRef A (instanceRef HADDR_RNO_26))
9420
           (portRef A (instanceRef HADDR_RNO_27))
9421
           (portRef A (instanceRef HADDR_RNO_28))
9422
           (portRef A (instanceRef HADDR_RNO_29))
9423
           (portRef A (instanceRef HADDR_RNO_2))
9424
           (portRef A (instanceRef HADDR_RNO_24))
9425
          ))
9426
          (net (rename ahb_fsm_current_state_ns_4 "ahb_fsm_current_state_ns[4]") (joined
9427
           (portRef Y (instanceRef ahb_fsm_current_state_RNO_2))
9428
           (portRef D (instanceRef ahb_fsm_current_state_2))
9429
          ))
9430
          (net LREAD_c (joined
9431
           (portRef LREAD_c)
9432
           (portRef A (instanceRef ahb_fsm_current_state_ns_i_0_o3_0_0))
9433
           (portRef A (instanceRef ahb_fsm_current_state_RNO_2))
9434
          ))
9435
          (net LWRITE_c (joined
9436
           (portRef LWRITE_c)
9437
           (portRef C (instanceRef ahb_fsm_current_state_RNITLON_6))
9438
           (portRef B (instanceRef ahb_fsm_current_state_ns_i_0_o3_0_0))
9439
           (portRef A (instanceRef ahb_fsm_current_state_RNO_5))
9440
           (portRef C (instanceRef ahb_fsm_current_state_RNO_2))
9441
          ))
9442
          (net N_74 (joined
9443
           (portRef Y (instanceRef HADDR_RNO_4))
9444
           (portRef D (instanceRef HADDR_4))
9445
          ))
9446
          (net N_188 (joined
9447
           (portRef Y (instanceRef HADDR_RNO_1_4))
9448
           (portRef B (instanceRef HADDR_RNO_4))
9449
          ))
9450
          (net HWDATA_1_sqmuxa (joined
9451
           (portRef Y (instanceRef ahb_fsm_current_state_RNINQNML_4))
9452
           (portRef E (instanceRef HWDATA_7))
9453
           (portRef E (instanceRef HWDATA_6))
9454
           (portRef E (instanceRef HWDATA_5))
9455
           (portRef E (instanceRef HWDATA_4))
9456
           (portRef E (instanceRef HWDATA_3))
9457
           (portRef E (instanceRef HWDATA_2))
9458
           (portRef E (instanceRef HWDATA_1))
9459
           (portRef E (instanceRef HWDATA_0))
9460
           (portRef C (instanceRef ahb_fsm_current_state_RNO_3))
9461
           (portRef B (instanceRef ahb_fsm_current_state_RNIMB80M_0))
9462
           (portRef C (instanceRef HADDR_RNO_4))
9463
          ))
9464
          (net N_78 (joined
9465
           (portRef Y (instanceRef HADDR_RNO_2))
9466
           (portRef D (instanceRef HADDR_2))
9467
          ))
9468
          (net (rename ahb_fsm_current_state_RNOZ0Z_6 "ahb_fsm_current_state_RNO[6]") (joined
9469
           (portRef Y (instanceRef ahb_fsm_current_state_RNO_6))
9470
           (portRef D (instanceRef ahb_fsm_current_state_6))
9471
          ))
9472
          (net N_89 (joined
9473
           (portRef Y (instanceRef ahb_fsm_current_state_RNI151J_3))
9474
           (portRef A (instanceRef ahb_busy_RNO))
9475
           (portRef B (instanceRef ahb_fsm_current_state_RNO_1_6))
9476
           (portRef A (instanceRef ahb_fsm_current_state_RNO_6))
9477
          ))
9478
          (net N_163 (joined
9479
           (portRef N_163)
9480
           (portRef B (instanceRef ahb_fsm_current_state_RNIPHIFL_5))
9481
           (portRef B (instanceRef ahb_busy_RNO))
9482
           (portRef B (instanceRef ahb_fsm_current_state_RNO_0))
9483
           (portRef B (instanceRef ahb_fsm_current_state_RNO_1))
9484
           (portRef B (instanceRef ahb_fsm_current_state_RNO_3))
9485
           (portRef B (instanceRef ahb_fsm_current_state_RNO_6))
9486
          ))
9487
          (net N_582 (joined
9488
           (portRef Y (instanceRef HADDR_RNO_29))
9489
           (portRef D (instanceRef HADDR_29))
9490
          ))
9491
          (net N_26 (joined
9492
           (portRef Y (instanceRef HADDR_RNO_28))
9493
           (portRef D (instanceRef HADDR_28))
9494
          ))
9495
          (net N_583 (joined
9496
           (portRef Y (instanceRef HADDR_RNO_27))
9497
           (portRef D (instanceRef HADDR_27))
9498
          ))
9499
          (net N_30 (joined
9500
           (portRef Y (instanceRef HADDR_RNO_26))
9501
           (portRef D (instanceRef HADDR_26))
9502
          ))
9503
          (net N_581 (joined
9504
           (portRef Y (instanceRef HADDR_RNO_30))
9505
           (portRef D (instanceRef HADDR_30))
9506
          ))
9507
          (net N_580 (joined
9508
           (portRef Y (instanceRef HADDR_RNO_31))
9509
           (portRef D (instanceRef HADDR_31))
9510
          ))
9511
          (net N_369 (joined
9512
           (portRef Y (instanceRef HTRANS_1_RNO_1))
9513
           (portRef E (instanceRef HTRANS_1_1))
9514
          ))
9515
          (net N_129 (joined
9516
           (portRef Y (instanceRef ahb_fsm_current_state_RNIKNNML_1))
9517
           (portRef B (instanceRef ahb_busy_RNO_0))
9518
           (portRef C (instanceRef ahb_fsm_current_state_RNO_0))
9519
           (portRef B (instanceRef HTRANS_1_RNO_1))
9520
          ))
9521
          (net N_32 (joined
9522
           (portRef Y (instanceRef HADDR_RNO_25))
9523
           (portRef D (instanceRef HADDR_25))
9524
          ))
9525
          (net N_76 (joined
9526
           (portRef Y (instanceRef HADDR_RNO_3))
9527
           (portRef D (instanceRef HADDR_3))
9528
          ))
9529
          (net (rename ahb_fsm_current_state_RNIP1UTRZ0Z_1 "ahb_fsm_current_state_RNIP1UTR[1]") (joined
9530
           (portRef Y (instanceRef ahb_fsm_current_state_RNIP1UTR_1))
9531
           (portRef E (instanceRef HADDR_31))
9532
           (portRef E (instanceRef HADDR_30))
9533
           (portRef E (instanceRef HADDR_29))
9534
           (portRef E (instanceRef HADDR_28))
9535
           (portRef E (instanceRef HADDR_27))
9536
           (portRef E (instanceRef HADDR_26))
9537
           (portRef E (instanceRef HADDR_25))
9538
           (portRef E (instanceRef HADDR_24))
9539
           (portRef E (instanceRef HADDR_4))
9540
           (portRef E (instanceRef HADDR_3))
9541
           (portRef E (instanceRef HADDR_2))
9542
          ))
9543
          (net PREVDATASLAVEREADY_iv_i_0_i_o4_0 (joined
9544
           (portRef PREVDATASLAVEREADY_iv_i_0_i_o4_0)
9545
           (portRef B (instanceRef DATAOUT_0_sqmuxa_i_0_a0))
9546
           (portRef B (instanceRef HWRITE_RNO_2))
9547
           (portRef A (instanceRef ahb_fsm_current_state_RNIP1UTR_1))
9548
          ))
9549
          (net (rename HWRITE_RNOZ0Z_2 "HWRITE_RNO_2") (joined
9550
           (portRef Y (instanceRef HWRITE_RNO_2))
9551
           (portRef C (instanceRef HWRITE_RNO))
9552
          ))
9553
          (net (rename HWRITE_RNOZ0Z_0 "HWRITE_RNO_0") (joined
9554
           (portRef Y (instanceRef HWRITE_RNO_0))
9555
           (portRef A (instanceRef HWRITE_RNO))
9556
          ))
9557
          (net un1_ahb_fsm_current_state_8 (joined
9558
           (portRef Y (instanceRef HWRITE_RNO))
9559
           (portRef E (instanceRef HWRITE))
9560
          ))
9561
          (net N_355 (joined
9562
           (portRef Y (instanceRef ahb_fsm_current_state_RNIJMNML_0))
9563
           (portRef E (instanceRef DATAOUT_7))
9564
           (portRef E (instanceRef DATAOUT_6))
9565
           (portRef E (instanceRef DATAOUT_5))
9566
           (portRef E (instanceRef DATAOUT_4))
9567
           (portRef E (instanceRef DATAOUT_3))
9568
           (portRef E (instanceRef DATAOUT_2))
9569
           (portRef E (instanceRef DATAOUT_1))
9570
           (portRef E (instanceRef DATAOUT_0))
9571
          ))
9572
          (net (rename DATAOUT_0_sqmuxa_i_0_aZ0Z0 "DATAOUT_0_sqmuxa_i_0_a0") (joined
9573
           (portRef Y (instanceRef DATAOUT_0_sqmuxa_i_0_a0))
9574
           (portRef B (instanceRef ahb_fsm_current_state_RNINQNML_4))
9575
           (portRef B (instanceRef ahb_fsm_current_state_RNIKNNML_1))
9576
           (portRef C (instanceRef ahb_fsm_current_state_RNIJMNML_0))
9577
          ))
9578
          (net N_91 (joined
9579
           (portRef Y (instanceRef ahb_fsm_current_state_ns_i_0_o3_0_0))
9580
           (portRef C (instanceRef ahb_fsm_current_state_RNIPSK31_6))
9581
           (portRef B (instanceRef ahb_fsm_current_state_RNIC7931_6))
9582
           (portRef A (instanceRef ahb_fsm_current_state_RNO_1_6))
9583
          ))
9584
          (net (rename ahb_fsm_current_state_ns_3 "ahb_fsm_current_state_ns[3]") (joined
9585
           (portRef Y (instanceRef ahb_fsm_current_state_RNO_3))
9586
           (portRef D (instanceRef ahb_fsm_current_state_3))
9587
          ))
9588
          (net (rename ahb_fsm_current_state_ns_5 "ahb_fsm_current_state_ns[5]") (joined
9589
           (portRef Y (instanceRef ahb_fsm_current_state_RNO_1))
9590
           (portRef D (instanceRef ahb_fsm_current_state_1))
9591
          ))
9592
          (net (rename ahb_fsm_current_state_ns_6 "ahb_fsm_current_state_ns[6]") (joined
9593
           (portRef Y (instanceRef ahb_fsm_current_state_RNO_0))
9594
           (portRef D (instanceRef ahb_fsm_current_state_0))
9595
          ))
9596
          (net ahb_busy_6 (joined
9597
           (portRef Y (instanceRef ahb_busy_RNO))
9598
           (portRef D (instanceRef ahb_busy))
9599
          ))
9600
          (net HWRITE_4 (joined
9601
           (portRef Y (instanceRef ahb_fsm_current_state_RNIPHIFL_5))
9602
           (portRef D (instanceRef ahb_fsm_current_state_4))
9603
           (portRef D (instanceRef HWRITE))
9604
          ))
9605
          (net (rename ADDR_c_2 "ADDR_c[4]") (joined
9606
           (portRef ADDR_c_2)
9607
           (portRef D (instanceRef HADDR_int_4))
9608
           (portRef A (instanceRef HADDR_RNO_1_4))
9609
          ))
9610
          (net (rename ahb_fsm_current_state_RNOZ0Z_5 "ahb_fsm_current_state_RNO[5]") (joined
9611
           (portRef Y (instanceRef ahb_fsm_current_state_RNO_5))
9612
           (portRef D (instanceRef ahb_fsm_current_state_5))
9613
          ))
9614
          (net N_379 (joined
9615
           (portRef Y (instanceRef ahb_busy_RNO_0))
9616
           (portRef E (instanceRef ahb_busy))
9617
          ))
9618
          (net N_86 (joined
9619
           (portRef Y (instanceRef ahb_fsm_current_state_RNIPSK31_6))
9620
           (portRef E (instanceRef HADDR_int_31))
9621
           (portRef E (instanceRef HADDR_int_30))
9622
           (portRef E (instanceRef HADDR_int_29))
9623
           (portRef E (instanceRef HADDR_int_28))
9624
           (portRef E (instanceRef HADDR_int_27))
9625
           (portRef E (instanceRef HADDR_int_26))
9626
           (portRef E (instanceRef HADDR_int_25))
9627
           (portRef E (instanceRef HADDR_int_24))
9628
           (portRef E (instanceRef HADDR_int_4))
9629
           (portRef E (instanceRef HADDR_int_3))
9630
           (portRef E (instanceRef HADDR_int_2))
9631
          ))
9632
          (net HRESETn_c (joined
9633
           (portRef HRESETn_c)
9634
           (portRef CLR (instanceRef HADDR_31))
9635
           (portRef CLR (instanceRef HADDR_30))
9636
           (portRef CLR (instanceRef HADDR_29))
9637
           (portRef CLR (instanceRef HADDR_28))
9638
           (portRef CLR (instanceRef HADDR_27))
9639
           (portRef CLR (instanceRef HADDR_26))
9640
           (portRef CLR (instanceRef HADDR_25))
9641
           (portRef CLR (instanceRef HADDR_24))
9642
           (portRef CLR (instanceRef HADDR_4))
9643
           (portRef CLR (instanceRef HADDR_3))
9644
           (portRef CLR (instanceRef HADDR_2))
9645
           (portRef CLR (instanceRef DATAOUT_7))
9646
           (portRef CLR (instanceRef DATAOUT_6))
9647
           (portRef CLR (instanceRef DATAOUT_5))
9648
           (portRef CLR (instanceRef DATAOUT_4))
9649
           (portRef CLR (instanceRef DATAOUT_3))
9650
           (portRef CLR (instanceRef DATAOUT_2))
9651
           (portRef CLR (instanceRef DATAOUT_1))
9652
           (portRef CLR (instanceRef DATAOUT_0))
9653
           (portRef CLR (instanceRef HWDATA_7))
9654
           (portRef CLR (instanceRef HWDATA_6))
9655
           (portRef CLR (instanceRef HWDATA_5))
9656
           (portRef CLR (instanceRef HWDATA_4))
9657
           (portRef CLR (instanceRef HWDATA_3))
9658
           (portRef CLR (instanceRef HWDATA_2))
9659
           (portRef CLR (instanceRef HWDATA_1))
9660
           (portRef CLR (instanceRef HWDATA_0))
9661
           (portRef CLR (instanceRef ahb_fsm_current_state_0))
9662
           (portRef CLR (instanceRef ahb_fsm_current_state_1))
9663
           (portRef CLR (instanceRef ahb_fsm_current_state_2))
9664
           (portRef CLR (instanceRef ahb_fsm_current_state_3))
9665
           (portRef CLR (instanceRef ahb_fsm_current_state_4))
9666
           (portRef CLR (instanceRef ahb_fsm_current_state_5))
9667
           (portRef PRE (instanceRef ahb_fsm_current_state_6))
9668
           (portRef CLR (instanceRef HTRANS_1_1))
9669
           (portRef CLR (instanceRef HWRITE))
9670
           (portRef CLR (instanceRef ahb_busy))
9671
           (portRef B (instanceRef ahb_fsm_current_state_RNITLON_6))
9672
           (portRef B (instanceRef ahb_fsm_current_state_RNIPSK31_6))
9673
          ))
9674
          (net N_84 (joined
9675
           (portRef Y (instanceRef ahb_fsm_current_state_RNITLON_6))
9676
           (portRef E (instanceRef HWDATA_int_7))
9677
           (portRef E (instanceRef HWDATA_int_6))
9678
           (portRef E (instanceRef HWDATA_int_5))
9679
           (portRef E (instanceRef HWDATA_int_4))
9680
           (portRef E (instanceRef HWDATA_int_3))
9681
           (portRef E (instanceRef HWDATA_int_2))
9682
           (portRef E (instanceRef HWDATA_int_1))
9683
           (portRef E (instanceRef HWDATA_int_0))
9684
          ))
9685
          (net ahb_busy_c (joined
9686
           (portRef Q (instanceRef ahb_busy))
9687
           (portRef ahb_busy_c)
9688
          ))
9689
          (net HCLK_c (joined
9690
           (portRef HCLK_c)
9691
           (portRef CLK (instanceRef HADDR_31))
9692
           (portRef CLK (instanceRef HADDR_30))
9693
           (portRef CLK (instanceRef HADDR_29))
9694
           (portRef CLK (instanceRef HADDR_28))
9695
           (portRef CLK (instanceRef HADDR_27))
9696
           (portRef CLK (instanceRef HADDR_26))
9697
           (portRef CLK (instanceRef HADDR_25))
9698
           (portRef CLK (instanceRef HADDR_24))
9699
           (portRef CLK (instanceRef HADDR_4))
9700
           (portRef CLK (instanceRef HADDR_3))
9701
           (portRef CLK (instanceRef HADDR_2))
9702
           (portRef CLK (instanceRef DATAOUT_7))
9703
           (portRef CLK (instanceRef DATAOUT_6))
9704
           (portRef CLK (instanceRef DATAOUT_5))
9705
           (portRef CLK (instanceRef DATAOUT_4))
9706
           (portRef CLK (instanceRef DATAOUT_3))
9707
           (portRef CLK (instanceRef DATAOUT_2))
9708
           (portRef CLK (instanceRef DATAOUT_1))
9709
           (portRef CLK (instanceRef DATAOUT_0))
9710
           (portRef CLK (instanceRef HADDR_int_31))
9711
           (portRef CLK (instanceRef HADDR_int_30))
9712
           (portRef CLK (instanceRef HADDR_int_29))
9713
           (portRef CLK (instanceRef HADDR_int_28))
9714
           (portRef CLK (instanceRef HADDR_int_27))
9715
           (portRef CLK (instanceRef HADDR_int_26))
9716
           (portRef CLK (instanceRef HADDR_int_25))
9717
           (portRef CLK (instanceRef HADDR_int_24))
9718
           (portRef CLK (instanceRef HADDR_int_4))
9719
           (portRef CLK (instanceRef HADDR_int_3))
9720
           (portRef CLK (instanceRef HADDR_int_2))
9721
           (portRef CLK (instanceRef HWDATA_int_7))
9722
           (portRef CLK (instanceRef HWDATA_int_6))
9723
           (portRef CLK (instanceRef HWDATA_int_5))
9724
           (portRef CLK (instanceRef HWDATA_int_4))
9725
           (portRef CLK (instanceRef HWDATA_int_3))
9726
           (portRef CLK (instanceRef HWDATA_int_2))
9727
           (portRef CLK (instanceRef HWDATA_int_1))
9728
           (portRef CLK (instanceRef HWDATA_int_0))
9729
           (portRef CLK (instanceRef HWDATA_7))
9730
           (portRef CLK (instanceRef HWDATA_6))
9731
           (portRef CLK (instanceRef HWDATA_5))
9732
           (portRef CLK (instanceRef HWDATA_4))
9733
           (portRef CLK (instanceRef HWDATA_3))
9734
           (portRef CLK (instanceRef HWDATA_2))
9735
           (portRef CLK (instanceRef HWDATA_1))
9736
           (portRef CLK (instanceRef HWDATA_0))
9737
           (portRef CLK (instanceRef ahb_fsm_current_state_0))
9738
           (portRef CLK (instanceRef ahb_fsm_current_state_1))
9739
           (portRef CLK (instanceRef ahb_fsm_current_state_2))
9740
           (portRef CLK (instanceRef ahb_fsm_current_state_3))
9741
           (portRef CLK (instanceRef ahb_fsm_current_state_4))
9742
           (portRef CLK (instanceRef ahb_fsm_current_state_5))
9743
           (portRef CLK (instanceRef ahb_fsm_current_state_6))
9744
           (portRef CLK (instanceRef HTRANS_1_1))
9745
           (portRef CLK (instanceRef HWRITE))
9746
           (portRef CLK (instanceRef ahb_busy))
9747
          ))
9748
          (net AHBMASTER_FIC_0_AHBmaster_HWRITE (joined
9749
           (portRef Q (instanceRef HWRITE))
9750
           (portRef AHBMASTER_FIC_0_AHBmaster_HWRITE)
9751
          ))
9752
          (net (rename AHBMASTER_FIC_0_AHBmaster_HTRANS_0 "AHBMASTER_FIC_0_AHBmaster_HTRANS[1]") (joined
9753
           (portRef Q (instanceRef HTRANS_1_1))
9754
           (portRef AHBMASTER_FIC_0_AHBmaster_HTRANS_0)
9755
          ))
9756
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_0 "AHBMASTER_FIC_0_AHBmaster_HWDATA[0]") (joined
9757
           (portRef Q (instanceRef HWDATA_0))
9758
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 7))
9759
          ))
9760
          (net (rename HWDATA_intZ0Z_0 "HWDATA_int[0]") (joined
9761
           (portRef Q (instanceRef HWDATA_int_0))
9762
           (portRef D (instanceRef HWDATA_0))
9763
          ))
9764
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_1 "AHBMASTER_FIC_0_AHBmaster_HWDATA[1]") (joined
9765
           (portRef Q (instanceRef HWDATA_1))
9766
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 6))
9767
          ))
9768
          (net (rename HWDATA_intZ0Z_1 "HWDATA_int[1]") (joined
9769
           (portRef Q (instanceRef HWDATA_int_1))
9770
           (portRef D (instanceRef HWDATA_1))
9771
          ))
9772
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_2 "AHBMASTER_FIC_0_AHBmaster_HWDATA[2]") (joined
9773
           (portRef Q (instanceRef HWDATA_2))
9774
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 5))
9775
          ))
9776
          (net (rename HWDATA_intZ0Z_2 "HWDATA_int[2]") (joined
9777
           (portRef Q (instanceRef HWDATA_int_2))
9778
           (portRef D (instanceRef HWDATA_2))
9779
          ))
9780
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_3 "AHBMASTER_FIC_0_AHBmaster_HWDATA[3]") (joined
9781
           (portRef Q (instanceRef HWDATA_3))
9782
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 4))
9783
          ))
9784
          (net (rename HWDATA_intZ0Z_3 "HWDATA_int[3]") (joined
9785
           (portRef Q (instanceRef HWDATA_int_3))
9786
           (portRef D (instanceRef HWDATA_3))
9787
          ))
9788
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_4 "AHBMASTER_FIC_0_AHBmaster_HWDATA[4]") (joined
9789
           (portRef Q (instanceRef HWDATA_4))
9790
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 3))
9791
          ))
9792
          (net (rename HWDATA_intZ0Z_4 "HWDATA_int[4]") (joined
9793
           (portRef Q (instanceRef HWDATA_int_4))
9794
           (portRef D (instanceRef HWDATA_4))
9795
          ))
9796
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_5 "AHBMASTER_FIC_0_AHBmaster_HWDATA[5]") (joined
9797
           (portRef Q (instanceRef HWDATA_5))
9798
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 2))
9799
          ))
9800
          (net (rename HWDATA_intZ0Z_5 "HWDATA_int[5]") (joined
9801
           (portRef Q (instanceRef HWDATA_int_5))
9802
           (portRef D (instanceRef HWDATA_5))
9803
          ))
9804
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_6 "AHBMASTER_FIC_0_AHBmaster_HWDATA[6]") (joined
9805
           (portRef Q (instanceRef HWDATA_6))
9806
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 1))
9807
          ))
9808
          (net (rename HWDATA_intZ0Z_6 "HWDATA_int[6]") (joined
9809
           (portRef Q (instanceRef HWDATA_int_6))
9810
           (portRef D (instanceRef HWDATA_6))
9811
          ))
9812
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_7 "AHBMASTER_FIC_0_AHBmaster_HWDATA[7]") (joined
9813
           (portRef Q (instanceRef HWDATA_7))
9814
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 0))
9815
          ))
9816
          (net (rename HWDATA_intZ0Z_7 "HWDATA_int[7]") (joined
9817
           (portRef Q (instanceRef HWDATA_int_7))
9818
           (portRef D (instanceRef HWDATA_7))
9819
          ))
9820
          (net (rename DATAIN_c_0 "DATAIN_c[0]") (joined
9821
           (portRef (member datain_c 7))
9822
           (portRef D (instanceRef HWDATA_int_0))
9823
          ))
9824
          (net (rename DATAIN_c_1 "DATAIN_c[1]") (joined
9825
           (portRef (member datain_c 6))
9826
           (portRef D (instanceRef HWDATA_int_1))
9827
          ))
9828
          (net (rename DATAIN_c_2 "DATAIN_c[2]") (joined
9829
           (portRef (member datain_c 5))
9830
           (portRef D (instanceRef HWDATA_int_2))
9831
          ))
9832
          (net (rename DATAIN_c_3 "DATAIN_c[3]") (joined
9833
           (portRef (member datain_c 4))
9834
           (portRef D (instanceRef HWDATA_int_3))
9835
          ))
9836
          (net (rename DATAIN_c_4 "DATAIN_c[4]") (joined
9837
           (portRef (member datain_c 3))
9838
           (portRef D (instanceRef HWDATA_int_4))
9839
          ))
9840
          (net (rename DATAIN_c_5 "DATAIN_c[5]") (joined
9841
           (portRef (member datain_c 2))
9842
           (portRef D (instanceRef HWDATA_int_5))
9843
          ))
9844
          (net (rename DATAIN_c_6 "DATAIN_c[6]") (joined
9845
           (portRef (member datain_c 1))
9846
           (portRef D (instanceRef HWDATA_int_6))
9847
          ))
9848
          (net (rename DATAIN_c_7 "DATAIN_c[7]") (joined
9849
           (portRef (member datain_c 0))
9850
           (portRef D (instanceRef HWDATA_int_7))
9851
          ))
9852
          (net (rename DATAOUT_c_0 "DATAOUT_c[0]") (joined
9853
           (portRef Q (instanceRef DATAOUT_0))
9854
           (portRef (member dataout_c 7))
9855
          ))
9856
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_0 "AHBMASTER_FIC_0_AHBmaster_HRDATA[0]") (joined
9857
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 7))
9858
           (portRef D (instanceRef DATAOUT_0))
9859
          ))
9860
          (net (rename DATAOUT_c_1 "DATAOUT_c[1]") (joined
9861
           (portRef Q (instanceRef DATAOUT_1))
9862
           (portRef (member dataout_c 6))
9863
          ))
9864
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_1 "AHBMASTER_FIC_0_AHBmaster_HRDATA[1]") (joined
9865
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 6))
9866
           (portRef D (instanceRef DATAOUT_1))
9867
          ))
9868
          (net (rename DATAOUT_c_2 "DATAOUT_c[2]") (joined
9869
           (portRef Q (instanceRef DATAOUT_2))
9870
           (portRef (member dataout_c 5))
9871
          ))
9872
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_2 "AHBMASTER_FIC_0_AHBmaster_HRDATA[2]") (joined
9873
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 5))
9874
           (portRef D (instanceRef DATAOUT_2))
9875
          ))
9876
          (net (rename DATAOUT_c_3 "DATAOUT_c[3]") (joined
9877
           (portRef Q (instanceRef DATAOUT_3))
9878
           (portRef (member dataout_c 4))
9879
          ))
9880
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_3 "AHBMASTER_FIC_0_AHBmaster_HRDATA[3]") (joined
9881
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 4))
9882
           (portRef D (instanceRef DATAOUT_3))
9883
          ))
9884
          (net (rename DATAOUT_c_4 "DATAOUT_c[4]") (joined
9885
           (portRef Q (instanceRef DATAOUT_4))
9886
           (portRef (member dataout_c 3))
9887
          ))
9888
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_4 "AHBMASTER_FIC_0_AHBmaster_HRDATA[4]") (joined
9889
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 3))
9890
           (portRef D (instanceRef DATAOUT_4))
9891
          ))
9892
          (net (rename DATAOUT_c_5 "DATAOUT_c[5]") (joined
9893
           (portRef Q (instanceRef DATAOUT_5))
9894
           (portRef (member dataout_c 2))
9895
          ))
9896
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_5 "AHBMASTER_FIC_0_AHBmaster_HRDATA[5]") (joined
9897
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 2))
9898
           (portRef D (instanceRef DATAOUT_5))
9899
          ))
9900
          (net (rename DATAOUT_c_6 "DATAOUT_c[6]") (joined
9901
           (portRef Q (instanceRef DATAOUT_6))
9902
           (portRef (member dataout_c 1))
9903
          ))
9904
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_6 "AHBMASTER_FIC_0_AHBmaster_HRDATA[6]") (joined
9905
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 1))
9906
           (portRef D (instanceRef DATAOUT_6))
9907
          ))
9908
          (net (rename DATAOUT_c_7 "DATAOUT_c[7]") (joined
9909
           (portRef Q (instanceRef DATAOUT_7))
9910
           (portRef (member dataout_c 0))
9911
          ))
9912
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_7 "AHBMASTER_FIC_0_AHBmaster_HRDATA[7]") (joined
9913
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 0))
9914
           (portRef D (instanceRef DATAOUT_7))
9915
          ))
9916
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_0 "AHBMASTER_FIC_0_AHBmaster_HADDR[2]") (joined
9917
           (portRef Q (instanceRef HADDR_2))
9918
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_0)
9919
          ))
9920
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_1 "AHBMASTER_FIC_0_AHBmaster_HADDR[3]") (joined
9921
           (portRef Q (instanceRef HADDR_3))
9922
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_1)
9923
          ))
9924
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_2 "AHBMASTER_FIC_0_AHBmaster_HADDR[4]") (joined
9925
           (portRef Q (instanceRef HADDR_4))
9926
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_2)
9927
          ))
9928
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_22 "AHBMASTER_FIC_0_AHBmaster_HADDR[24]") (joined
9929
           (portRef Q (instanceRef HADDR_24))
9930
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_22)
9931
          ))
9932
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_23 "AHBMASTER_FIC_0_AHBmaster_HADDR[25]") (joined
9933
           (portRef Q (instanceRef HADDR_25))
9934
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_23)
9935
          ))
9936
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_24 "AHBMASTER_FIC_0_AHBmaster_HADDR[26]") (joined
9937
           (portRef Q (instanceRef HADDR_26))
9938
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_24)
9939
          ))
9940
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_25 "AHBMASTER_FIC_0_AHBmaster_HADDR[27]") (joined
9941
           (portRef Q (instanceRef HADDR_27))
9942
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_25)
9943
          ))
9944
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_26 "AHBMASTER_FIC_0_AHBmaster_HADDR[28]") (joined
9945
           (portRef Q (instanceRef HADDR_28))
9946
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_26)
9947
          ))
9948
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_27 "AHBMASTER_FIC_0_AHBmaster_HADDR[29]") (joined
9949
           (portRef Q (instanceRef HADDR_29))
9950
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_27)
9951
          ))
9952
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_28 "AHBMASTER_FIC_0_AHBmaster_HADDR[30]") (joined
9953
           (portRef Q (instanceRef HADDR_30))
9954
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_28)
9955
          ))
9956
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_29 "AHBMASTER_FIC_0_AHBmaster_HADDR[31]") (joined
9957
           (portRef Q (instanceRef HADDR_31))
9958
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_29)
9959
          ))
9960
          (net GND (joined
9961
           (portRef Y (instanceRef GND_i))
9962
          ))
9963
          (net VCC (joined
9964
           (portRef Y (instanceRef VCC_i))
9965
          ))
9966
         )
9967
        (property orig_inst_of (string "AHBMASTER_FIC"))
9968
       )
9969
    )
9970
    (cell top (cellType GENERIC)
9971
       (view rtl (viewType NETLIST)
9972
         (interface
9973
           (port (array (rename addr "ADDR[31:0]") 32) (direction INPUT))
9974
           (port (array (rename datain "DATAIN[31:0]") 32) (direction INPUT))
9975
           (port HCLK (direction INPUT))
9976
           (port HRESETn (direction INPUT))
9977
           (port LREAD (direction INPUT))
9978
           (port LWRITE (direction INPUT))
9979
           (port (array (rename dataout "DATAOUT[31:0]") 32) (direction OUTPUT))
9980
           (port (array (rename resp_err "RESP_err[1:0]") 2) (direction OUTPUT))
9981
           (port TX (direction OUTPUT))
9982
           (port ahb_busy (direction OUTPUT))
9983
         )
9984
         (contents
9985
          (instance HCLK_pad (viewRef prim (cellRef CLKBUF (libraryRef PA3)))
9986
          )
9987
          (instance HRESETn_pad (viewRef prim (cellRef CLKBUF (libraryRef PA3)))
9988
          )
9989
          (instance ahb_busy_pad (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
9990
          )
9991
          (instance TX_pad (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
9992
          )
9993
          (instance (rename RESP_err_pad_1 "RESP_err_pad[1]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
9994
          )
9995
          (instance (rename RESP_err_pad_0 "RESP_err_pad[0]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
9996
          )
9997
          (instance (rename DATAOUT_pad_31 "DATAOUT_pad[31]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
9998
          )
9999
          (instance (rename DATAOUT_pad_30 "DATAOUT_pad[30]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10000
          )
10001
          (instance (rename DATAOUT_pad_29 "DATAOUT_pad[29]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10002
          )
10003
          (instance (rename DATAOUT_pad_28 "DATAOUT_pad[28]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10004
          )
10005
          (instance (rename DATAOUT_pad_27 "DATAOUT_pad[27]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10006
          )
10007
          (instance (rename DATAOUT_pad_26 "DATAOUT_pad[26]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10008
          )
10009
          (instance (rename DATAOUT_pad_25 "DATAOUT_pad[25]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10010
          )
10011
          (instance (rename DATAOUT_pad_24 "DATAOUT_pad[24]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10012
          )
10013
          (instance (rename DATAOUT_pad_23 "DATAOUT_pad[23]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10014
          )
10015
          (instance (rename DATAOUT_pad_22 "DATAOUT_pad[22]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10016
          )
10017
          (instance (rename DATAOUT_pad_21 "DATAOUT_pad[21]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10018
          )
10019
          (instance (rename DATAOUT_pad_20 "DATAOUT_pad[20]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10020
          )
10021
          (instance (rename DATAOUT_pad_19 "DATAOUT_pad[19]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10022
          )
10023
          (instance (rename DATAOUT_pad_18 "DATAOUT_pad[18]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10024
          )
10025
          (instance (rename DATAOUT_pad_17 "DATAOUT_pad[17]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10026
          )
10027
          (instance (rename DATAOUT_pad_16 "DATAOUT_pad[16]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10028
          )
10029
          (instance (rename DATAOUT_pad_15 "DATAOUT_pad[15]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10030
          )
10031
          (instance (rename DATAOUT_pad_14 "DATAOUT_pad[14]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10032
          )
10033
          (instance (rename DATAOUT_pad_13 "DATAOUT_pad[13]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10034
          )
10035
          (instance (rename DATAOUT_pad_12 "DATAOUT_pad[12]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10036
          )
10037
          (instance (rename DATAOUT_pad_11 "DATAOUT_pad[11]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10038
          )
10039
          (instance (rename DATAOUT_pad_10 "DATAOUT_pad[10]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10040
          )
10041
          (instance (rename DATAOUT_pad_9 "DATAOUT_pad[9]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10042
          )
10043
          (instance (rename DATAOUT_pad_8 "DATAOUT_pad[8]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10044
          )
10045
          (instance (rename DATAOUT_pad_7 "DATAOUT_pad[7]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10046
          )
10047
          (instance (rename DATAOUT_pad_6 "DATAOUT_pad[6]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10048
          )
10049
          (instance (rename DATAOUT_pad_5 "DATAOUT_pad[5]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10050
          )
10051
          (instance (rename DATAOUT_pad_4 "DATAOUT_pad[4]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10052
          )
10053
          (instance (rename DATAOUT_pad_3 "DATAOUT_pad[3]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10054
          )
10055
          (instance (rename DATAOUT_pad_2 "DATAOUT_pad[2]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10056
          )
10057
          (instance (rename DATAOUT_pad_1 "DATAOUT_pad[1]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10058
          )
10059
          (instance (rename DATAOUT_pad_0 "DATAOUT_pad[0]") (viewRef prim (cellRef OUTBUF (libraryRef PA3)))
10060
          )
10061
          (instance LWRITE_pad (viewRef prim (cellRef INBUF (libraryRef PA3)))
10062
          )
10063
          (instance LREAD_pad (viewRef prim (cellRef INBUF (libraryRef PA3)))
10064
          )
10065
          (instance (rename DATAIN_pad_7 "DATAIN_pad[7]") (viewRef prim (cellRef INBUF (libraryRef PA3)))
10066
          )
10067
          (instance (rename DATAIN_pad_6 "DATAIN_pad[6]") (viewRef prim (cellRef INBUF (libraryRef PA3)))
10068
          )
10069
          (instance (rename DATAIN_pad_5 "DATAIN_pad[5]") (viewRef prim (cellRef INBUF (libraryRef PA3)))
10070
          )
10071
          (instance (rename DATAIN_pad_4 "DATAIN_pad[4]") (viewRef prim (cellRef INBUF (libraryRef PA3)))
10072
          )
10073
          (instance (rename DATAIN_pad_3 "DATAIN_pad[3]") (viewRef prim (cellRef INBUF (libraryRef PA3)))
10074
          )
10075
          (instance (rename DATAIN_pad_2 "DATAIN_pad[2]") (viewRef prim (cellRef INBUF (libraryRef PA3)))
10076
          )
10077
          (instance (rename DATAIN_pad_1 "DATAIN_pad[1]") (viewRef prim (cellRef INBUF (libraryRef PA3)))
10078
          )
10079
          (instance (rename DATAIN_pad_0 "DATAIN_pad[0]") (viewRef prim (cellRef INBUF (libraryRef PA3)))
10080
          )
10081
          (instance (rename ADDR_pad_31 "ADDR_pad[31]") (viewRef prim (cellRef INBUF (libraryRef PA3)))
10082
          )
10083
          (instance (rename ADDR_pad_30 "ADDR_pad[30]") (viewRef prim (cellRef INBUF (libraryRef PA3)))
10084
          )
10085
          (instance (rename ADDR_pad_29 "ADDR_pad[29]") (viewRef prim (cellRef INBUF (libraryRef PA3)))
10086
          )
10087
          (instance (rename ADDR_pad_28 "ADDR_pad[28]") (viewRef prim (cellRef INBUF (libraryRef PA3)))
10088
          )
10089
          (instance (rename ADDR_pad_27 "ADDR_pad[27]") (viewRef prim (cellRef INBUF (libraryRef PA3)))
10090
          )
10091
          (instance (rename ADDR_pad_26 "ADDR_pad[26]") (viewRef prim (cellRef INBUF (libraryRef PA3)))
10092
          )
10093
          (instance (rename ADDR_pad_25 "ADDR_pad[25]") (viewRef prim (cellRef INBUF (libraryRef PA3)))
10094
          )
10095
          (instance (rename ADDR_pad_24 "ADDR_pad[24]") (viewRef prim (cellRef INBUF (libraryRef PA3)))
10096
          )
10097
          (instance (rename ADDR_pad_4 "ADDR_pad[4]") (viewRef prim (cellRef INBUF (libraryRef PA3)))
10098
          )
10099
          (instance (rename ADDR_pad_3 "ADDR_pad[3]") (viewRef prim (cellRef INBUF (libraryRef PA3)))
10100
          )
10101
          (instance (rename ADDR_pad_2 "ADDR_pad[2]") (viewRef prim (cellRef INBUF (libraryRef PA3)))
10102
          )
10103
          (instance AHBMASTER_FIC_0 (viewRef netlist (cellRef AHBMASTER_FIC))
10104
          )
10105
          (instance CoreAHB2APB_0 (viewRef netlist (cellRef CoreAHB2APB))
10106
          )
10107
          (instance CoreAHBLite_0 (viewRef netlist (cellRef top_CoreAHBLite_0_CoreAHBLite (libraryRef coreahblite_lib)))
10108
           (property M3_AHBSLOT16ENABLE (integer 0))
10109
           (property M3_AHBSLOT15ENABLE (integer 0))
10110
           (property M3_AHBSLOT14ENABLE (integer 0))
10111
           (property M3_AHBSLOT13ENABLE (integer 0))
10112
           (property M3_AHBSLOT12ENABLE (integer 0))
10113
           (property M3_AHBSLOT11ENABLE (integer 0))
10114
           (property M3_AHBSLOT10ENABLE (integer 0))
10115
           (property M3_AHBSLOT9ENABLE (integer 0))
10116
           (property M3_AHBSLOT8ENABLE (integer 0))
10117
           (property M3_AHBSLOT7ENABLE (integer 0))
10118
           (property M3_AHBSLOT6ENABLE (integer 0))
10119
           (property M3_AHBSLOT5ENABLE (integer 0))
10120
           (property M3_AHBSLOT4ENABLE (integer 0))
10121
           (property M3_AHBSLOT3ENABLE (integer 0))
10122
           (property M3_AHBSLOT2ENABLE (integer 0))
10123
           (property M3_AHBSLOT1ENABLE (integer 0))
10124
           (property M3_AHBSLOT0ENABLE (integer 0))
10125
           (property M2_AHBSLOT16ENABLE (integer 0))
10126
           (property M2_AHBSLOT15ENABLE (integer 0))
10127
           (property M2_AHBSLOT14ENABLE (integer 0))
10128
           (property M2_AHBSLOT13ENABLE (integer 0))
10129
           (property M2_AHBSLOT12ENABLE (integer 0))
10130
           (property M2_AHBSLOT11ENABLE (integer 0))
10131
           (property M2_AHBSLOT10ENABLE (integer 0))
10132
           (property M2_AHBSLOT9ENABLE (integer 0))
10133
           (property M2_AHBSLOT8ENABLE (integer 0))
10134
           (property M2_AHBSLOT7ENABLE (integer 0))
10135
           (property M2_AHBSLOT6ENABLE (integer 0))
10136
           (property M2_AHBSLOT5ENABLE (integer 0))
10137
           (property M2_AHBSLOT4ENABLE (integer 0))
10138
           (property M2_AHBSLOT3ENABLE (integer 0))
10139
           (property M2_AHBSLOT2ENABLE (integer 0))
10140
           (property M2_AHBSLOT1ENABLE (integer 0))
10141
           (property M2_AHBSLOT0ENABLE (integer 0))
10142
           (property M1_AHBSLOT16ENABLE (integer 0))
10143
           (property M1_AHBSLOT15ENABLE (integer 0))
10144
           (property M1_AHBSLOT14ENABLE (integer 0))
10145
           (property M1_AHBSLOT13ENABLE (integer 0))
10146
           (property M1_AHBSLOT12ENABLE (integer 0))
10147
           (property M1_AHBSLOT11ENABLE (integer 0))
10148
           (property M1_AHBSLOT10ENABLE (integer 0))
10149
           (property M1_AHBSLOT9ENABLE (integer 0))
10150
           (property M1_AHBSLOT8ENABLE (integer 0))
10151
           (property M1_AHBSLOT7ENABLE (integer 0))
10152
           (property M1_AHBSLOT6ENABLE (integer 0))
10153
           (property M1_AHBSLOT5ENABLE (integer 0))
10154
           (property M1_AHBSLOT4ENABLE (integer 0))
10155
           (property M1_AHBSLOT3ENABLE (integer 0))
10156
           (property M1_AHBSLOT2ENABLE (integer 0))
10157
           (property M1_AHBSLOT1ENABLE (integer 0))
10158
           (property M1_AHBSLOT0ENABLE (integer 0))
10159
           (property M0_AHBSLOT16ENABLE (integer 0))
10160
           (property M0_AHBSLOT15ENABLE (integer 0))
10161
           (property M0_AHBSLOT14ENABLE (integer 0))
10162
           (property M0_AHBSLOT13ENABLE (integer 0))
10163
           (property M0_AHBSLOT12ENABLE (integer 0))
10164
           (property M0_AHBSLOT11ENABLE (integer 0))
10165
           (property M0_AHBSLOT10ENABLE (integer 0))
10166
           (property M0_AHBSLOT9ENABLE (integer 0))
10167
           (property M0_AHBSLOT8ENABLE (integer 0))
10168
           (property M0_AHBSLOT7ENABLE (integer 0))
10169
           (property M0_AHBSLOT6ENABLE (integer 0))
10170
           (property M0_AHBSLOT5ENABLE (integer 0))
10171
           (property M0_AHBSLOT4ENABLE (integer 0))
10172
           (property M0_AHBSLOT3ENABLE (integer 0))
10173
           (property M0_AHBSLOT2ENABLE (integer 0))
10174
           (property M0_AHBSLOT1ENABLE (integer 0))
10175
           (property M0_AHBSLOT0ENABLE (integer 1))
10176
           (property SC_15 (integer 0))
10177
           (property SC_14 (integer 0))
10178
           (property SC_13 (integer 0))
10179
           (property SC_12 (integer 0))
10180
           (property SC_11 (integer 0))
10181
           (property SC_10 (integer 0))
10182
           (property SC_9 (integer 0))
10183
           (property SC_8 (integer 0))
10184
           (property SC_7 (integer 0))
10185
           (property SC_6 (integer 0))
10186
           (property SC_5 (integer 0))
10187
           (property SC_4 (integer 0))
10188
           (property SC_3 (integer 0))
10189
           (property SC_2 (integer 0))
10190
           (property SC_1 (integer 0))
10191
           (property SC_0 (integer 0))
10192
           (property HADDR_SHG_CFG (integer 1))
10193
           (property MEMSPACE (integer 1))
10194
           (property FAMILY (integer 15))
10195
          )
10196
          (instance CoreAPB_0 (viewRef netlist (cellRef COREAPB))
10197
           (property ApbSlot15Enable (integer 0))
10198
           (property ApbSlot14Enable (integer 0))
10199
           (property ApbSlot13Enable (integer 0))
10200
           (property ApbSlot12Enable (integer 0))
10201
           (property ApbSlot11Enable (integer 0))
10202
           (property ApbSlot10Enable (integer 0))
10203
           (property ApbSlot9Enable (integer 0))
10204
           (property ApbSlot8Enable (integer 0))
10205
           (property ApbSlot7Enable (integer 0))
10206
           (property ApbSlot6Enable (integer 0))
10207
           (property ApbSlot5Enable (integer 0))
10208
           (property ApbSlot4Enable (integer 0))
10209
           (property ApbSlot3Enable (integer 0))
10210
           (property ApbSlot2Enable (integer 0))
10211
           (property ApbSlot1Enable (integer 0))
10212
           (property ApbSlot0Enable (integer 1))
10213
          )
10214
          (instance CoreUARTapb_0 (viewRef netlist (cellRef top_CoreUARTapb_0_CoreUARTapb (libraryRef coreuartapb_lib)))
10215
           (property BAUD_VAL_FRCTN_EN (integer 0))
10216
           (property BAUD_VAL_FRCTN (integer 0))
10217
           (property PRG_PARITY (integer 0))
10218
           (property PRG_BIT8 (integer 1))
10219
           (property FIXEDMODE (integer 1))
10220
           (property BAUD_VALUE (integer 1))
10221
           (property RX_FIFO (integer 0))
10222
           (property TX_FIFO (integer 0))
10223
           (property FAMILY (integer 15))
10224
           (property RX_LEGACY_MODE (integer 0))
10225
          )
10226
          (instance VCC_i (viewRef prim (cellRef VCC (libraryRef PA3)))          )
10227
          (instance GND_i (viewRef prim (cellRef GND (libraryRef PA3)))          )
10228
          (net (rename ADDR_0 "ADDR[0]") (joined
10229
           (portRef (member addr 31))
10230
          ))
10231
          (net (rename ADDR_1 "ADDR[1]") (joined
10232
           (portRef (member addr 30))
10233
          ))
10234
          (net (rename ADDR_5 "ADDR[5]") (joined
10235
           (portRef (member addr 26))
10236
          ))
10237
          (net (rename ADDR_6 "ADDR[6]") (joined
10238
           (portRef (member addr 25))
10239
          ))
10240
          (net (rename ADDR_7 "ADDR[7]") (joined
10241
           (portRef (member addr 24))
10242
          ))
10243
          (net (rename ADDR_8 "ADDR[8]") (joined
10244
           (portRef (member addr 23))
10245
          ))
10246
          (net (rename ADDR_9 "ADDR[9]") (joined
10247
           (portRef (member addr 22))
10248
          ))
10249
          (net (rename ADDR_10 "ADDR[10]") (joined
10250
           (portRef (member addr 21))
10251
          ))
10252
          (net (rename ADDR_11 "ADDR[11]") (joined
10253
           (portRef (member addr 20))
10254
          ))
10255
          (net (rename ADDR_12 "ADDR[12]") (joined
10256
           (portRef (member addr 19))
10257
          ))
10258
          (net (rename ADDR_13 "ADDR[13]") (joined
10259
           (portRef (member addr 18))
10260
          ))
10261
          (net (rename ADDR_14 "ADDR[14]") (joined
10262
           (portRef (member addr 17))
10263
          ))
10264
          (net (rename ADDR_15 "ADDR[15]") (joined
10265
           (portRef (member addr 16))
10266
          ))
10267
          (net (rename ADDR_16 "ADDR[16]") (joined
10268
           (portRef (member addr 15))
10269
          ))
10270
          (net (rename ADDR_17 "ADDR[17]") (joined
10271
           (portRef (member addr 14))
10272
          ))
10273
          (net (rename ADDR_18 "ADDR[18]") (joined
10274
           (portRef (member addr 13))
10275
          ))
10276
          (net (rename ADDR_19 "ADDR[19]") (joined
10277
           (portRef (member addr 12))
10278
          ))
10279
          (net (rename ADDR_20 "ADDR[20]") (joined
10280
           (portRef (member addr 11))
10281
          ))
10282
          (net (rename ADDR_21 "ADDR[21]") (joined
10283
           (portRef (member addr 10))
10284
          ))
10285
          (net (rename ADDR_22 "ADDR[22]") (joined
10286
           (portRef (member addr 9))
10287
          ))
10288
          (net (rename ADDR_23 "ADDR[23]") (joined
10289
           (portRef (member addr 8))
10290
          ))
10291
          (net (rename DATAIN_8 "DATAIN[8]") (joined
10292
           (portRef (member datain 23))
10293
          ))
10294
          (net (rename DATAIN_9 "DATAIN[9]") (joined
10295
           (portRef (member datain 22))
10296
          ))
10297
          (net (rename DATAIN_10 "DATAIN[10]") (joined
10298
           (portRef (member datain 21))
10299
          ))
10300
          (net (rename DATAIN_11 "DATAIN[11]") (joined
10301
           (portRef (member datain 20))
10302
          ))
10303
          (net (rename DATAIN_12 "DATAIN[12]") (joined
10304
           (portRef (member datain 19))
10305
          ))
10306
          (net (rename DATAIN_13 "DATAIN[13]") (joined
10307
           (portRef (member datain 18))
10308
          ))
10309
          (net (rename DATAIN_14 "DATAIN[14]") (joined
10310
           (portRef (member datain 17))
10311
          ))
10312
          (net (rename DATAIN_15 "DATAIN[15]") (joined
10313
           (portRef (member datain 16))
10314
          ))
10315
          (net (rename DATAIN_16 "DATAIN[16]") (joined
10316
           (portRef (member datain 15))
10317
          ))
10318
          (net (rename DATAIN_17 "DATAIN[17]") (joined
10319
           (portRef (member datain 14))
10320
          ))
10321
          (net (rename DATAIN_18 "DATAIN[18]") (joined
10322
           (portRef (member datain 13))
10323
          ))
10324
          (net (rename DATAIN_19 "DATAIN[19]") (joined
10325
           (portRef (member datain 12))
10326
          ))
10327
          (net (rename DATAIN_20 "DATAIN[20]") (joined
10328
           (portRef (member datain 11))
10329
          ))
10330
          (net (rename DATAIN_21 "DATAIN[21]") (joined
10331
           (portRef (member datain 10))
10332
          ))
10333
          (net (rename DATAIN_22 "DATAIN[22]") (joined
10334
           (portRef (member datain 9))
10335
          ))
10336
          (net (rename DATAIN_23 "DATAIN[23]") (joined
10337
           (portRef (member datain 8))
10338
          ))
10339
          (net (rename DATAIN_24 "DATAIN[24]") (joined
10340
           (portRef (member datain 7))
10341
          ))
10342
          (net (rename DATAIN_25 "DATAIN[25]") (joined
10343
           (portRef (member datain 6))
10344
          ))
10345
          (net (rename DATAIN_26 "DATAIN[26]") (joined
10346
           (portRef (member datain 5))
10347
          ))
10348
          (net (rename DATAIN_27 "DATAIN[27]") (joined
10349
           (portRef (member datain 4))
10350
          ))
10351
          (net (rename DATAIN_28 "DATAIN[28]") (joined
10352
           (portRef (member datain 3))
10353
          ))
10354
          (net (rename DATAIN_29 "DATAIN[29]") (joined
10355
           (portRef (member datain 2))
10356
          ))
10357
          (net (rename DATAIN_30 "DATAIN[30]") (joined
10358
           (portRef (member datain 1))
10359
          ))
10360
          (net (rename DATAIN_31 "DATAIN[31]") (joined
10361
           (portRef (member datain 0))
10362
          ))
10363
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_2 "AHBMASTER_FIC_0_AHBmaster_HADDR[2]") (joined
10364
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_0 (instanceRef AHBMASTER_FIC_0))
10365
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_0 (instanceRef CoreAHBLite_0))
10366
          ))
10367
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_3 "AHBMASTER_FIC_0_AHBmaster_HADDR[3]") (joined
10368
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_1 (instanceRef AHBMASTER_FIC_0))
10369
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_1 (instanceRef CoreAHBLite_0))
10370
          ))
10371
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_4 "AHBMASTER_FIC_0_AHBmaster_HADDR[4]") (joined
10372
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_2 (instanceRef AHBMASTER_FIC_0))
10373
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_2 (instanceRef CoreAHBLite_0))
10374
          ))
10375
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_24 "AHBMASTER_FIC_0_AHBmaster_HADDR[24]") (joined
10376
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_22 (instanceRef AHBMASTER_FIC_0))
10377
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_22 (instanceRef CoreAHBLite_0))
10378
          ))
10379
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_25 "AHBMASTER_FIC_0_AHBmaster_HADDR[25]") (joined
10380
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_23 (instanceRef AHBMASTER_FIC_0))
10381
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_23 (instanceRef CoreAHBLite_0))
10382
          ))
10383
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_26 "AHBMASTER_FIC_0_AHBmaster_HADDR[26]") (joined
10384
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_24 (instanceRef AHBMASTER_FIC_0))
10385
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_24 (instanceRef CoreAHBLite_0))
10386
          ))
10387
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_27 "AHBMASTER_FIC_0_AHBmaster_HADDR[27]") (joined
10388
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_25 (instanceRef AHBMASTER_FIC_0))
10389
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_25 (instanceRef CoreAHBLite_0))
10390
          ))
10391
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_28 "AHBMASTER_FIC_0_AHBmaster_HADDR[28]") (joined
10392
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_26 (instanceRef AHBMASTER_FIC_0))
10393
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_26 (instanceRef CoreAHBLite_0))
10394
          ))
10395
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_29 "AHBMASTER_FIC_0_AHBmaster_HADDR[29]") (joined
10396
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_27 (instanceRef AHBMASTER_FIC_0))
10397
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_27 (instanceRef CoreAHBLite_0))
10398
          ))
10399
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_30 "AHBMASTER_FIC_0_AHBmaster_HADDR[30]") (joined
10400
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_28 (instanceRef AHBMASTER_FIC_0))
10401
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_28 (instanceRef CoreAHBLite_0))
10402
          ))
10403
          (net (rename AHBMASTER_FIC_0_AHBmaster_HADDR_31 "AHBMASTER_FIC_0_AHBmaster_HADDR[31]") (joined
10404
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_29 (instanceRef AHBMASTER_FIC_0))
10405
           (portRef AHBMASTER_FIC_0_AHBmaster_HADDR_29 (instanceRef CoreAHBLite_0))
10406
          ))
10407
          (net (rename AHBMASTER_FIC_0_AHBmaster_HTRANS_1 "AHBMASTER_FIC_0_AHBmaster_HTRANS[1]") (joined
10408
           (portRef AHBMASTER_FIC_0_AHBmaster_HTRANS_0 (instanceRef AHBMASTER_FIC_0))
10409
           (portRef AHBMASTER_FIC_0_AHBmaster_HTRANS_0 (instanceRef CoreAHBLite_0))
10410
          ))
10411
          (net AHBMASTER_FIC_0_AHBmaster_HWRITE (joined
10412
           (portRef AHBMASTER_FIC_0_AHBmaster_HWRITE (instanceRef AHBMASTER_FIC_0))
10413
           (portRef AHBMASTER_FIC_0_AHBmaster_HWRITE (instanceRef CoreAHBLite_0))
10414
          ))
10415
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_0 "AHBMASTER_FIC_0_AHBmaster_HWDATA[0]") (joined
10416
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 7) (instanceRef AHBMASTER_FIC_0))
10417
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 7) (instanceRef CoreAHBLite_0))
10418
          ))
10419
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_1 "AHBMASTER_FIC_0_AHBmaster_HWDATA[1]") (joined
10420
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 6) (instanceRef AHBMASTER_FIC_0))
10421
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 6) (instanceRef CoreAHBLite_0))
10422
          ))
10423
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_2 "AHBMASTER_FIC_0_AHBmaster_HWDATA[2]") (joined
10424
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 5) (instanceRef AHBMASTER_FIC_0))
10425
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 5) (instanceRef CoreAHBLite_0))
10426
          ))
10427
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_3 "AHBMASTER_FIC_0_AHBmaster_HWDATA[3]") (joined
10428
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 4) (instanceRef AHBMASTER_FIC_0))
10429
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 4) (instanceRef CoreAHBLite_0))
10430
          ))
10431
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_4 "AHBMASTER_FIC_0_AHBmaster_HWDATA[4]") (joined
10432
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 3) (instanceRef AHBMASTER_FIC_0))
10433
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 3) (instanceRef CoreAHBLite_0))
10434
          ))
10435
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_5 "AHBMASTER_FIC_0_AHBmaster_HWDATA[5]") (joined
10436
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 2) (instanceRef AHBMASTER_FIC_0))
10437
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 2) (instanceRef CoreAHBLite_0))
10438
          ))
10439
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_6 "AHBMASTER_FIC_0_AHBmaster_HWDATA[6]") (joined
10440
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 1) (instanceRef AHBMASTER_FIC_0))
10441
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 1) (instanceRef CoreAHBLite_0))
10442
          ))
10443
          (net (rename AHBMASTER_FIC_0_AHBmaster_HWDATA_7 "AHBMASTER_FIC_0_AHBmaster_HWDATA[7]") (joined
10444
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 0) (instanceRef AHBMASTER_FIC_0))
10445
           (portRef (member ahbmaster_fic_0_ahbmaster_hwdata 0) (instanceRef CoreAHBLite_0))
10446
          ))
10447
          (net CoreAHBLite_0_AHBmslave0_HREADY (joined
10448
           (portRef CoreAHBLite_0_AHBmslave0_HREADY (instanceRef CoreAHB2APB_0))
10449
           (portRef CoreAHBLite_0_AHBmslave0_HREADY (instanceRef CoreAHBLite_0))
10450
          ))
10451
          (net (rename CoreAPB_0_APBmslave0_PWDATA_0 "CoreAPB_0_APBmslave0_PWDATA[0]") (joined
10452
           (portRef (member coreapb_0_apbmslave0_pwdata 7) (instanceRef CoreAHB2APB_0))
10453
           (portRef (member coreapb_0_apbmslave0_pwdata 7) (instanceRef CoreUARTapb_0))
10454
          ))
10455
          (net (rename CoreAPB_0_APBmslave0_PWDATA_1 "CoreAPB_0_APBmslave0_PWDATA[1]") (joined
10456
           (portRef (member coreapb_0_apbmslave0_pwdata 6) (instanceRef CoreAHB2APB_0))
10457
           (portRef (member coreapb_0_apbmslave0_pwdata 6) (instanceRef CoreUARTapb_0))
10458
          ))
10459
          (net (rename CoreAPB_0_APBmslave0_PWDATA_2 "CoreAPB_0_APBmslave0_PWDATA[2]") (joined
10460
           (portRef (member coreapb_0_apbmslave0_pwdata 5) (instanceRef CoreAHB2APB_0))
10461
           (portRef (member coreapb_0_apbmslave0_pwdata 5) (instanceRef CoreUARTapb_0))
10462
          ))
10463
          (net (rename CoreAPB_0_APBmslave0_PWDATA_3 "CoreAPB_0_APBmslave0_PWDATA[3]") (joined
10464
           (portRef (member coreapb_0_apbmslave0_pwdata 4) (instanceRef CoreAHB2APB_0))
10465
           (portRef (member coreapb_0_apbmslave0_pwdata 4) (instanceRef CoreUARTapb_0))
10466
          ))
10467
          (net (rename CoreAPB_0_APBmslave0_PWDATA_4 "CoreAPB_0_APBmslave0_PWDATA[4]") (joined
10468
           (portRef (member coreapb_0_apbmslave0_pwdata 3) (instanceRef CoreAHB2APB_0))
10469
           (portRef (member coreapb_0_apbmslave0_pwdata 3) (instanceRef CoreUARTapb_0))
10470
          ))
10471
          (net (rename CoreAPB_0_APBmslave0_PWDATA_5 "CoreAPB_0_APBmslave0_PWDATA[5]") (joined
10472
           (portRef (member coreapb_0_apbmslave0_pwdata 2) (instanceRef CoreAHB2APB_0))
10473
           (portRef (member coreapb_0_apbmslave0_pwdata 2) (instanceRef CoreUARTapb_0))
10474
          ))
10475
          (net (rename CoreAPB_0_APBmslave0_PWDATA_6 "CoreAPB_0_APBmslave0_PWDATA[6]") (joined
10476
           (portRef (member coreapb_0_apbmslave0_pwdata 1) (instanceRef CoreAHB2APB_0))
10477
           (portRef (member coreapb_0_apbmslave0_pwdata 1) (instanceRef CoreUARTapb_0))
10478
          ))
10479
          (net (rename CoreAPB_0_APBmslave0_PWDATA_7 "CoreAPB_0_APBmslave0_PWDATA[7]") (joined
10480
           (portRef (member coreapb_0_apbmslave0_pwdata 0) (instanceRef CoreAHB2APB_0))
10481
           (portRef (member coreapb_0_apbmslave0_pwdata 0) (instanceRef CoreUARTapb_0))
10482
          ))
10483
          (net CoreAPB_0_APBmslave0_PENABLE (joined
10484
           (portRef CoreAPB_0_APBmslave0_PENABLE (instanceRef CoreAHB2APB_0))
10485
           (portRef CoreAPB_0_APBmslave0_PENABLE (instanceRef CoreUARTapb_0))
10486
          ))
10487
          (net CoreAPB_0_APBmslave0_PSELx (joined
10488
           (portRef CoreAPB_0_APBmslave0_PSELx (instanceRef CoreAHB2APB_0))
10489
           (portRef CoreAPB_0_APBmslave0_PSELx (instanceRef CoreUARTapb_0))
10490
           (portRef CoreAPB_0_APBmslave0_PSELx (instanceRef CoreAPB_0))
10491
          ))
10492
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_1 "CoreAHB2APB_0_APBmaster_PSELx[1]") (joined
10493
           (portRef (member coreahb2apb_0_apbmaster_pselx 14) (instanceRef CoreAHB2APB_0))
10494
           (portRef (member coreahb2apb_0_apbmaster_pselx 14) (instanceRef CoreAPB_0))
10495
          ))
10496
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_2 "CoreAHB2APB_0_APBmaster_PSELx[2]") (joined
10497
           (portRef (member coreahb2apb_0_apbmaster_pselx 13) (instanceRef CoreAHB2APB_0))
10498
           (portRef (member coreahb2apb_0_apbmaster_pselx 13) (instanceRef CoreAPB_0))
10499
          ))
10500
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_3 "CoreAHB2APB_0_APBmaster_PSELx[3]") (joined
10501
           (portRef (member coreahb2apb_0_apbmaster_pselx 12) (instanceRef CoreAHB2APB_0))
10502
           (portRef (member coreahb2apb_0_apbmaster_pselx 12) (instanceRef CoreAPB_0))
10503
          ))
10504
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_4 "CoreAHB2APB_0_APBmaster_PSELx[4]") (joined
10505
           (portRef (member coreahb2apb_0_apbmaster_pselx 11) (instanceRef CoreAHB2APB_0))
10506
           (portRef (member coreahb2apb_0_apbmaster_pselx 11) (instanceRef CoreAPB_0))
10507
          ))
10508
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_5 "CoreAHB2APB_0_APBmaster_PSELx[5]") (joined
10509
           (portRef (member coreahb2apb_0_apbmaster_pselx 10) (instanceRef CoreAHB2APB_0))
10510
           (portRef (member coreahb2apb_0_apbmaster_pselx 10) (instanceRef CoreAPB_0))
10511
          ))
10512
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_6 "CoreAHB2APB_0_APBmaster_PSELx[6]") (joined
10513
           (portRef (member coreahb2apb_0_apbmaster_pselx 9) (instanceRef CoreAHB2APB_0))
10514
           (portRef (member coreahb2apb_0_apbmaster_pselx 9) (instanceRef CoreAPB_0))
10515
          ))
10516
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_7 "CoreAHB2APB_0_APBmaster_PSELx[7]") (joined
10517
           (portRef (member coreahb2apb_0_apbmaster_pselx 8) (instanceRef CoreAHB2APB_0))
10518
           (portRef (member coreahb2apb_0_apbmaster_pselx 8) (instanceRef CoreAPB_0))
10519
          ))
10520
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_8 "CoreAHB2APB_0_APBmaster_PSELx[8]") (joined
10521
           (portRef (member coreahb2apb_0_apbmaster_pselx 7) (instanceRef CoreAHB2APB_0))
10522
           (portRef (member coreahb2apb_0_apbmaster_pselx 7) (instanceRef CoreAPB_0))
10523
          ))
10524
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_9 "CoreAHB2APB_0_APBmaster_PSELx[9]") (joined
10525
           (portRef (member coreahb2apb_0_apbmaster_pselx 6) (instanceRef CoreAHB2APB_0))
10526
           (portRef (member coreahb2apb_0_apbmaster_pselx 6) (instanceRef CoreAPB_0))
10527
          ))
10528
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_10 "CoreAHB2APB_0_APBmaster_PSELx[10]") (joined
10529
           (portRef (member coreahb2apb_0_apbmaster_pselx 5) (instanceRef CoreAHB2APB_0))
10530
           (portRef (member coreahb2apb_0_apbmaster_pselx 5) (instanceRef CoreAPB_0))
10531
          ))
10532
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_11 "CoreAHB2APB_0_APBmaster_PSELx[11]") (joined
10533
           (portRef (member coreahb2apb_0_apbmaster_pselx 4) (instanceRef CoreAHB2APB_0))
10534
           (portRef (member coreahb2apb_0_apbmaster_pselx 4) (instanceRef CoreAPB_0))
10535
          ))
10536
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_12 "CoreAHB2APB_0_APBmaster_PSELx[12]") (joined
10537
           (portRef (member coreahb2apb_0_apbmaster_pselx 3) (instanceRef CoreAHB2APB_0))
10538
           (portRef (member coreahb2apb_0_apbmaster_pselx 3) (instanceRef CoreAPB_0))
10539
          ))
10540
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_13 "CoreAHB2APB_0_APBmaster_PSELx[13]") (joined
10541
           (portRef (member coreahb2apb_0_apbmaster_pselx 2) (instanceRef CoreAHB2APB_0))
10542
           (portRef (member coreahb2apb_0_apbmaster_pselx 2) (instanceRef CoreAPB_0))
10543
          ))
10544
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_14 "CoreAHB2APB_0_APBmaster_PSELx[14]") (joined
10545
           (portRef (member coreahb2apb_0_apbmaster_pselx 1) (instanceRef CoreAHB2APB_0))
10546
           (portRef (member coreahb2apb_0_apbmaster_pselx 1) (instanceRef CoreAPB_0))
10547
          ))
10548
          (net (rename CoreAHB2APB_0_APBmaster_PSELx_15 "CoreAHB2APB_0_APBmaster_PSELx[15]") (joined
10549
           (portRef (member coreahb2apb_0_apbmaster_pselx 0) (instanceRef CoreAHB2APB_0))
10550
           (portRef (member coreahb2apb_0_apbmaster_pselx 0) (instanceRef CoreAPB_0))
10551
          ))
10552
          (net (rename CoreAPB_0_APBmslave0_PADDR_2 "CoreAPB_0_APBmslave0_PADDR[2]") (joined
10553
           (portRef (member coreapb_0_apbmslave0_paddr 2) (instanceRef CoreAHB2APB_0))
10554
           (portRef (member coreapb_0_apbmslave0_paddr 2) (instanceRef CoreUARTapb_0))
10555
          ))
10556
          (net (rename CoreAPB_0_APBmslave0_PADDR_3 "CoreAPB_0_APBmslave0_PADDR[3]") (joined
10557
           (portRef (member coreapb_0_apbmslave0_paddr 1) (instanceRef CoreAHB2APB_0))
10558
           (portRef (member coreapb_0_apbmslave0_paddr 1) (instanceRef CoreUARTapb_0))
10559
          ))
10560
          (net (rename CoreAPB_0_APBmslave0_PADDR_4 "CoreAPB_0_APBmslave0_PADDR[4]") (joined
10561
           (portRef (member coreapb_0_apbmslave0_paddr 0) (instanceRef CoreAHB2APB_0))
10562
           (portRef (member coreapb_0_apbmslave0_paddr 0) (instanceRef CoreUARTapb_0))
10563
          ))
10564
          (net CoreAPB_0_APBmslave0_PWRITE (joined
10565
           (portRef CoreAPB_0_APBmslave0_PWRITE (instanceRef CoreAHB2APB_0))
10566
           (portRef CoreAPB_0_APBmslave0_PWRITE (instanceRef CoreUARTapb_0))
10567
          ))
10568
          (net VCC (joined
10569
           (portRef Y (instanceRef VCC_i))
10570
          ))
10571
          (net (rename CoreAPB_0_APBmslave0_PRDATA_0 "CoreAPB_0_APBmslave0_PRDATA[0]") (joined
10572
           (portRef (member coreapb_0_apbmslave0_prdata 7) (instanceRef CoreUARTapb_0))
10573
           (portRef (member coreapb_0_apbmslave0_prdata 7) (instanceRef CoreAHBLite_0))
10574
          ))
10575
          (net (rename CoreAPB_0_APBmslave0_PRDATA_1 "CoreAPB_0_APBmslave0_PRDATA[1]") (joined
10576
           (portRef (member coreapb_0_apbmslave0_prdata 6) (instanceRef CoreUARTapb_0))
10577
           (portRef (member coreapb_0_apbmslave0_prdata 6) (instanceRef CoreAHBLite_0))
10578
          ))
10579
          (net (rename CoreAPB_0_APBmslave0_PRDATA_2 "CoreAPB_0_APBmslave0_PRDATA[2]") (joined
10580
           (portRef (member coreapb_0_apbmslave0_prdata 5) (instanceRef CoreUARTapb_0))
10581
           (portRef (member coreapb_0_apbmslave0_prdata 5) (instanceRef CoreAHBLite_0))
10582
          ))
10583
          (net (rename CoreAPB_0_APBmslave0_PRDATA_3 "CoreAPB_0_APBmslave0_PRDATA[3]") (joined
10584
           (portRef (member coreapb_0_apbmslave0_prdata 4) (instanceRef CoreUARTapb_0))
10585
           (portRef (member coreapb_0_apbmslave0_prdata 4) (instanceRef CoreAHBLite_0))
10586
          ))
10587
          (net (rename CoreAPB_0_APBmslave0_PRDATA_4 "CoreAPB_0_APBmslave0_PRDATA[4]") (joined
10588
           (portRef (member coreapb_0_apbmslave0_prdata 3) (instanceRef CoreUARTapb_0))
10589
           (portRef (member coreapb_0_apbmslave0_prdata 3) (instanceRef CoreAHBLite_0))
10590
          ))
10591
          (net (rename CoreAPB_0_APBmslave0_PRDATA_5 "CoreAPB_0_APBmslave0_PRDATA[5]") (joined
10592
           (portRef (member coreapb_0_apbmslave0_prdata 2) (instanceRef CoreUARTapb_0))
10593
           (portRef (member coreapb_0_apbmslave0_prdata 2) (instanceRef CoreAHBLite_0))
10594
          ))
10595
          (net (rename CoreAPB_0_APBmslave0_PRDATA_6 "CoreAPB_0_APBmslave0_PRDATA[6]") (joined
10596
           (portRef (member coreapb_0_apbmslave0_prdata 1) (instanceRef CoreUARTapb_0))
10597
           (portRef (member coreapb_0_apbmslave0_prdata 1) (instanceRef CoreAHBLite_0))
10598
          ))
10599
          (net (rename CoreAPB_0_APBmslave0_PRDATA_7 "CoreAPB_0_APBmslave0_PRDATA[7]") (joined
10600
           (portRef (member coreapb_0_apbmslave0_prdata 0) (instanceRef CoreUARTapb_0))
10601
           (portRef (member coreapb_0_apbmslave0_prdata 0) (instanceRef CoreAHBLite_0))
10602
          ))
10603
          (net (rename CoreAHBLite_0_matrix4x16_xhdl1222_0 "CoreAHBLite_0.matrix4x16.xhdl1222[0]") (joined
10604
           (portRef xhdl1222_0 (instanceRef CoreAHBLite_0))
10605
           (portRef xhdl1222_0 (instanceRef CoreAHB2APB_0))
10606
          ))
10607
          (net (rename CoreAHBLite_0_matrix4x16_masterstage_0_default_slave_sm_defSlaveSMCurrentState "CoreAHBLite_0.matrix4x16.masterstage_0.default_slave_sm.defSlaveSMCurrentState") (joined
10608
           (portRef defSlaveSMCurrentState (instanceRef CoreAHBLite_0))
10609
           (portRef defSlaveSMCurrentState (instanceRef CoreAHB2APB_0))
10610
          ))
10611
          (net N_120 (joined
10612
           (portRef N_120 (instanceRef CoreAHBLite_0))
10613
           (portRef N_120 (instanceRef CoreAHB2APB_0))
10614
          ))
10615
          (net N_124 (joined
10616
           (portRef N_124 (instanceRef CoreAHBLite_0))
10617
           (portRef N_124_0 (instanceRef CoreAHB2APB_0))
10618
          ))
10619
          (net N_128 (joined
10620
           (portRef N_128 (instanceRef CoreAHBLite_0))
10621
           (portRef N_128_0 (instanceRef CoreAHB2APB_0))
10622
          ))
10623
          (net N_135 (joined
10624
           (portRef N_135 (instanceRef CoreAHBLite_0))
10625
           (portRef N_135 (instanceRef CoreAHB2APB_0))
10626
          ))
10627
          (net N_163 (joined
10628
           (portRef N_163 (instanceRef CoreAHBLite_0))
10629
           (portRef N_163 (instanceRef AHBMASTER_FIC_0))
10630
          ))
10631
          (net N_254 (joined
10632
           (portRef N_254 (instanceRef CoreAHBLite_0))
10633
           (portRef N_254 (instanceRef CoreAHB2APB_0))
10634
          ))
10635
          (net N_263 (joined
10636
           (portRef N_263 (instanceRef CoreAHBLite_0))
10637
           (portRef N_263 (instanceRef CoreAHB2APB_0))
10638
          ))
10639
          (net N_265 (joined
10640
           (portRef N_265 (instanceRef CoreAHBLite_0))
10641
           (portRef N_265 (instanceRef CoreAHB2APB_0))
10642
          ))
10643
          (net N_340 (joined
10644
           (portRef N_340 (instanceRef CoreAHBLite_0))
10645
           (portRef N_340 (instanceRef AHBMASTER_FIC_0))
10646
          ))
10647
          (net N_363 (joined
10648
           (portRef N_363 (instanceRef CoreAHBLite_0))
10649
           (portRef N_363 (instanceRef CoreAHB2APB_0))
10650
          ))
10651
          (net N_364 (joined
10652
           (portRef N_364 (instanceRef CoreAHBLite_0))
10653
           (portRef N_364 (instanceRef CoreAHB2APB_0))
10654
          ))
10655
          (net N_365 (joined
10656
           (portRef N_365 (instanceRef CoreAHBLite_0))
10657
           (portRef N_365 (instanceRef CoreAHB2APB_0))
10658
          ))
10659
          (net N_367 (joined
10660
           (portRef N_367 (instanceRef CoreAHBLite_0))
10661
           (portRef N_367 (instanceRef CoreAHB2APB_0))
10662
          ))
10663
          (net N_397 (joined
10664
           (portRef N_397 (instanceRef CoreAHBLite_0))
10665
           (portRef N_397 (instanceRef CoreAHB2APB_0))
10666
          ))
10667
          (net (rename ADDR_c_2 "ADDR_c[2]") (joined
10668
           (portRef Y (instanceRef ADDR_pad_2))
10669
           (portRef ADDR_c_0 (instanceRef AHBMASTER_FIC_0))
10670
          ))
10671
          (net (rename ADDR_2 "ADDR[2]") (joined
10672
           (portRef (member addr 29))
10673
           (portRef PAD (instanceRef ADDR_pad_2))
10674
          ))
10675
          (net (rename ADDR_c_3 "ADDR_c[3]") (joined
10676
           (portRef Y (instanceRef ADDR_pad_3))
10677
           (portRef ADDR_c_1 (instanceRef AHBMASTER_FIC_0))
10678
          ))
10679
          (net (rename ADDR_3 "ADDR[3]") (joined
10680
           (portRef (member addr 28))
10681
           (portRef PAD (instanceRef ADDR_pad_3))
10682
          ))
10683
          (net (rename ADDR_c_4 "ADDR_c[4]") (joined
10684
           (portRef Y (instanceRef ADDR_pad_4))
10685
           (portRef ADDR_c_2 (instanceRef AHBMASTER_FIC_0))
10686
          ))
10687
          (net (rename ADDR_4 "ADDR[4]") (joined
10688
           (portRef (member addr 27))
10689
           (portRef PAD (instanceRef ADDR_pad_4))
10690
          ))
10691
          (net (rename ADDR_c_24 "ADDR_c[24]") (joined
10692
           (portRef Y (instanceRef ADDR_pad_24))
10693
           (portRef ADDR_c_22 (instanceRef AHBMASTER_FIC_0))
10694
          ))
10695
          (net (rename ADDR_24 "ADDR[24]") (joined
10696
           (portRef (member addr 7))
10697
           (portRef PAD (instanceRef ADDR_pad_24))
10698
          ))
10699
          (net (rename ADDR_c_25 "ADDR_c[25]") (joined
10700
           (portRef Y (instanceRef ADDR_pad_25))
10701
           (portRef ADDR_c_23 (instanceRef AHBMASTER_FIC_0))
10702
          ))
10703
          (net (rename ADDR_25 "ADDR[25]") (joined
10704
           (portRef (member addr 6))
10705
           (portRef PAD (instanceRef ADDR_pad_25))
10706
          ))
10707
          (net (rename ADDR_c_26 "ADDR_c[26]") (joined
10708
           (portRef Y (instanceRef ADDR_pad_26))
10709
           (portRef ADDR_c_24 (instanceRef AHBMASTER_FIC_0))
10710
          ))
10711
          (net (rename ADDR_26 "ADDR[26]") (joined
10712
           (portRef (member addr 5))
10713
           (portRef PAD (instanceRef ADDR_pad_26))
10714
          ))
10715
          (net (rename ADDR_c_27 "ADDR_c[27]") (joined
10716
           (portRef Y (instanceRef ADDR_pad_27))
10717
           (portRef ADDR_c_25 (instanceRef AHBMASTER_FIC_0))
10718
          ))
10719
          (net (rename ADDR_27 "ADDR[27]") (joined
10720
           (portRef (member addr 4))
10721
           (portRef PAD (instanceRef ADDR_pad_27))
10722
          ))
10723
          (net (rename ADDR_c_28 "ADDR_c[28]") (joined
10724
           (portRef Y (instanceRef ADDR_pad_28))
10725
           (portRef ADDR_c_26 (instanceRef AHBMASTER_FIC_0))
10726
          ))
10727
          (net (rename ADDR_28 "ADDR[28]") (joined
10728
           (portRef (member addr 3))
10729
           (portRef PAD (instanceRef ADDR_pad_28))
10730
          ))
10731
          (net (rename ADDR_c_29 "ADDR_c[29]") (joined
10732
           (portRef Y (instanceRef ADDR_pad_29))
10733
           (portRef ADDR_c_27 (instanceRef AHBMASTER_FIC_0))
10734
          ))
10735
          (net (rename ADDR_29 "ADDR[29]") (joined
10736
           (portRef (member addr 2))
10737
           (portRef PAD (instanceRef ADDR_pad_29))
10738
          ))
10739
          (net (rename ADDR_c_30 "ADDR_c[30]") (joined
10740
           (portRef Y (instanceRef ADDR_pad_30))
10741
           (portRef ADDR_c_28 (instanceRef AHBMASTER_FIC_0))
10742
          ))
10743
          (net (rename ADDR_30 "ADDR[30]") (joined
10744
           (portRef (member addr 1))
10745
           (portRef PAD (instanceRef ADDR_pad_30))
10746
          ))
10747
          (net (rename ADDR_c_31 "ADDR_c[31]") (joined
10748
           (portRef Y (instanceRef ADDR_pad_31))
10749
           (portRef ADDR_c_29 (instanceRef AHBMASTER_FIC_0))
10750
          ))
10751
          (net (rename ADDR_31 "ADDR[31]") (joined
10752
           (portRef (member addr 0))
10753
           (portRef PAD (instanceRef ADDR_pad_31))
10754
          ))
10755
          (net (rename DATAIN_c_0 "DATAIN_c[0]") (joined
10756
           (portRef Y (instanceRef DATAIN_pad_0))
10757
           (portRef (member datain_c 7) (instanceRef AHBMASTER_FIC_0))
10758
          ))
10759
          (net (rename DATAIN_0 "DATAIN[0]") (joined
10760
           (portRef (member datain 31))
10761
           (portRef PAD (instanceRef DATAIN_pad_0))
10762
          ))
10763
          (net (rename DATAIN_c_1 "DATAIN_c[1]") (joined
10764
           (portRef Y (instanceRef DATAIN_pad_1))
10765
           (portRef (member datain_c 6) (instanceRef AHBMASTER_FIC_0))
10766
          ))
10767
          (net (rename DATAIN_1 "DATAIN[1]") (joined
10768
           (portRef (member datain 30))
10769
           (portRef PAD (instanceRef DATAIN_pad_1))
10770
          ))
10771
          (net (rename DATAIN_c_2 "DATAIN_c[2]") (joined
10772
           (portRef Y (instanceRef DATAIN_pad_2))
10773
           (portRef (member datain_c 5) (instanceRef AHBMASTER_FIC_0))
10774
          ))
10775
          (net (rename DATAIN_2 "DATAIN[2]") (joined
10776
           (portRef (member datain 29))
10777
           (portRef PAD (instanceRef DATAIN_pad_2))
10778
          ))
10779
          (net (rename DATAIN_c_3 "DATAIN_c[3]") (joined
10780
           (portRef Y (instanceRef DATAIN_pad_3))
10781
           (portRef (member datain_c 4) (instanceRef AHBMASTER_FIC_0))
10782
          ))
10783
          (net (rename DATAIN_3 "DATAIN[3]") (joined
10784
           (portRef (member datain 28))
10785
           (portRef PAD (instanceRef DATAIN_pad_3))
10786
          ))
10787
          (net (rename DATAIN_c_4 "DATAIN_c[4]") (joined
10788
           (portRef Y (instanceRef DATAIN_pad_4))
10789
           (portRef (member datain_c 3) (instanceRef AHBMASTER_FIC_0))
10790
          ))
10791
          (net (rename DATAIN_4 "DATAIN[4]") (joined
10792
           (portRef (member datain 27))
10793
           (portRef PAD (instanceRef DATAIN_pad_4))
10794
          ))
10795
          (net (rename DATAIN_c_5 "DATAIN_c[5]") (joined
10796
           (portRef Y (instanceRef DATAIN_pad_5))
10797
           (portRef (member datain_c 2) (instanceRef AHBMASTER_FIC_0))
10798
          ))
10799
          (net (rename DATAIN_5 "DATAIN[5]") (joined
10800
           (portRef (member datain 26))
10801
           (portRef PAD (instanceRef DATAIN_pad_5))
10802
          ))
10803
          (net (rename DATAIN_c_6 "DATAIN_c[6]") (joined
10804
           (portRef Y (instanceRef DATAIN_pad_6))
10805
           (portRef (member datain_c 1) (instanceRef AHBMASTER_FIC_0))
10806
          ))
10807
          (net (rename DATAIN_6 "DATAIN[6]") (joined
10808
           (portRef (member datain 25))
10809
           (portRef PAD (instanceRef DATAIN_pad_6))
10810
          ))
10811
          (net (rename DATAIN_c_7 "DATAIN_c[7]") (joined
10812
           (portRef Y (instanceRef DATAIN_pad_7))
10813
           (portRef (member datain_c 0) (instanceRef AHBMASTER_FIC_0))
10814
          ))
10815
          (net (rename DATAIN_7 "DATAIN[7]") (joined
10816
           (portRef (member datain 24))
10817
           (portRef PAD (instanceRef DATAIN_pad_7))
10818
          ))
10819
          (net HCLK_c (joined
10820
           (portRef Y (instanceRef HCLK_pad))
10821
           (portRef HCLK_c (instanceRef CoreUARTapb_0))
10822
           (portRef HCLK_c (instanceRef CoreAHBLite_0))
10823
           (portRef HCLK_c (instanceRef CoreAHB2APB_0))
10824
           (portRef HCLK_c (instanceRef AHBMASTER_FIC_0))
10825
          ))
10826
          (net HCLK (joined
10827
           (portRef HCLK)
10828
           (portRef PAD (instanceRef HCLK_pad))
10829
          ))
10830
          (net HRESETn_c (joined
10831
           (portRef Y (instanceRef HRESETn_pad))
10832
           (portRef HRESETn_c (instanceRef CoreUARTapb_0))
10833
           (portRef HRESETn_c (instanceRef CoreAHBLite_0))
10834
           (portRef HRESETn_c (instanceRef CoreAHB2APB_0))
10835
           (portRef HRESETn_c (instanceRef AHBMASTER_FIC_0))
10836
          ))
10837
          (net HRESETn (joined
10838
           (portRef HRESETn)
10839
           (portRef PAD (instanceRef HRESETn_pad))
10840
          ))
10841
          (net LREAD_c (joined
10842
           (portRef Y (instanceRef LREAD_pad))
10843
           (portRef LREAD_c (instanceRef AHBMASTER_FIC_0))
10844
          ))
10845
          (net LREAD (joined
10846
           (portRef LREAD)
10847
           (portRef PAD (instanceRef LREAD_pad))
10848
          ))
10849
          (net LWRITE_c (joined
10850
           (portRef Y (instanceRef LWRITE_pad))
10851
           (portRef LWRITE_c (instanceRef AHBMASTER_FIC_0))
10852
          ))
10853
          (net LWRITE (joined
10854
           (portRef LWRITE)
10855
           (portRef PAD (instanceRef LWRITE_pad))
10856
          ))
10857
          (net (rename DATAOUT_c_0 "DATAOUT_c[0]") (joined
10858
           (portRef (member dataout_c 7) (instanceRef AHBMASTER_FIC_0))
10859
           (portRef D (instanceRef DATAOUT_pad_0))
10860
          ))
10861
          (net (rename DATAOUT_0 "DATAOUT[0]") (joined
10862
           (portRef PAD (instanceRef DATAOUT_pad_0))
10863
           (portRef (member dataout 31))
10864
          ))
10865
          (net (rename DATAOUT_c_1 "DATAOUT_c[1]") (joined
10866
           (portRef (member dataout_c 6) (instanceRef AHBMASTER_FIC_0))
10867
           (portRef D (instanceRef DATAOUT_pad_1))
10868
          ))
10869
          (net (rename DATAOUT_1 "DATAOUT[1]") (joined
10870
           (portRef PAD (instanceRef DATAOUT_pad_1))
10871
           (portRef (member dataout 30))
10872
          ))
10873
          (net (rename DATAOUT_c_2 "DATAOUT_c[2]") (joined
10874
           (portRef (member dataout_c 5) (instanceRef AHBMASTER_FIC_0))
10875
           (portRef D (instanceRef DATAOUT_pad_2))
10876
          ))
10877
          (net (rename DATAOUT_2 "DATAOUT[2]") (joined
10878
           (portRef PAD (instanceRef DATAOUT_pad_2))
10879
           (portRef (member dataout 29))
10880
          ))
10881
          (net (rename DATAOUT_c_3 "DATAOUT_c[3]") (joined
10882
           (portRef (member dataout_c 4) (instanceRef AHBMASTER_FIC_0))
10883
           (portRef D (instanceRef DATAOUT_pad_3))
10884
          ))
10885
          (net (rename DATAOUT_3 "DATAOUT[3]") (joined
10886
           (portRef PAD (instanceRef DATAOUT_pad_3))
10887
           (portRef (member dataout 28))
10888
          ))
10889
          (net (rename DATAOUT_c_4 "DATAOUT_c[4]") (joined
10890
           (portRef (member dataout_c 3) (instanceRef AHBMASTER_FIC_0))
10891
           (portRef D (instanceRef DATAOUT_pad_4))
10892
          ))
10893
          (net (rename DATAOUT_4 "DATAOUT[4]") (joined
10894
           (portRef PAD (instanceRef DATAOUT_pad_4))
10895
           (portRef (member dataout 27))
10896
          ))
10897
          (net (rename DATAOUT_c_5 "DATAOUT_c[5]") (joined
10898
           (portRef (member dataout_c 2) (instanceRef AHBMASTER_FIC_0))
10899
           (portRef D (instanceRef DATAOUT_pad_5))
10900
          ))
10901
          (net (rename DATAOUT_5 "DATAOUT[5]") (joined
10902
           (portRef PAD (instanceRef DATAOUT_pad_5))
10903
           (portRef (member dataout 26))
10904
          ))
10905
          (net (rename DATAOUT_c_6 "DATAOUT_c[6]") (joined
10906
           (portRef (member dataout_c 1) (instanceRef AHBMASTER_FIC_0))
10907
           (portRef D (instanceRef DATAOUT_pad_6))
10908
          ))
10909
          (net (rename DATAOUT_6 "DATAOUT[6]") (joined
10910
           (portRef PAD (instanceRef DATAOUT_pad_6))
10911
           (portRef (member dataout 25))
10912
          ))
10913
          (net (rename DATAOUT_c_7 "DATAOUT_c[7]") (joined
10914
           (portRef (member dataout_c 0) (instanceRef AHBMASTER_FIC_0))
10915
           (portRef D (instanceRef DATAOUT_pad_7))
10916
          ))
10917
          (net (rename DATAOUT_7 "DATAOUT[7]") (joined
10918
           (portRef PAD (instanceRef DATAOUT_pad_7))
10919
           (portRef (member dataout 24))
10920
          ))
10921
          (net (rename DATAOUT_8 "DATAOUT[8]") (joined
10922
           (portRef PAD (instanceRef DATAOUT_pad_8))
10923
           (portRef (member dataout 23))
10924
          ))
10925
          (net (rename DATAOUT_9 "DATAOUT[9]") (joined
10926
           (portRef PAD (instanceRef DATAOUT_pad_9))
10927
           (portRef (member dataout 22))
10928
          ))
10929
          (net (rename DATAOUT_10 "DATAOUT[10]") (joined
10930
           (portRef PAD (instanceRef DATAOUT_pad_10))
10931
           (portRef (member dataout 21))
10932
          ))
10933
          (net (rename DATAOUT_11 "DATAOUT[11]") (joined
10934
           (portRef PAD (instanceRef DATAOUT_pad_11))
10935
           (portRef (member dataout 20))
10936
          ))
10937
          (net (rename DATAOUT_12 "DATAOUT[12]") (joined
10938
           (portRef PAD (instanceRef DATAOUT_pad_12))
10939
           (portRef (member dataout 19))
10940
          ))
10941
          (net (rename DATAOUT_13 "DATAOUT[13]") (joined
10942
           (portRef PAD (instanceRef DATAOUT_pad_13))
10943
           (portRef (member dataout 18))
10944
          ))
10945
          (net (rename DATAOUT_14 "DATAOUT[14]") (joined
10946
           (portRef PAD (instanceRef DATAOUT_pad_14))
10947
           (portRef (member dataout 17))
10948
          ))
10949
          (net (rename DATAOUT_15 "DATAOUT[15]") (joined
10950
           (portRef PAD (instanceRef DATAOUT_pad_15))
10951
           (portRef (member dataout 16))
10952
          ))
10953
          (net (rename DATAOUT_16 "DATAOUT[16]") (joined
10954
           (portRef PAD (instanceRef DATAOUT_pad_16))
10955
           (portRef (member dataout 15))
10956
          ))
10957
          (net (rename DATAOUT_17 "DATAOUT[17]") (joined
10958
           (portRef PAD (instanceRef DATAOUT_pad_17))
10959
           (portRef (member dataout 14))
10960
          ))
10961
          (net (rename DATAOUT_18 "DATAOUT[18]") (joined
10962
           (portRef PAD (instanceRef DATAOUT_pad_18))
10963
           (portRef (member dataout 13))
10964
          ))
10965
          (net (rename DATAOUT_19 "DATAOUT[19]") (joined
10966
           (portRef PAD (instanceRef DATAOUT_pad_19))
10967
           (portRef (member dataout 12))
10968
          ))
10969
          (net (rename DATAOUT_20 "DATAOUT[20]") (joined
10970
           (portRef PAD (instanceRef DATAOUT_pad_20))
10971
           (portRef (member dataout 11))
10972
          ))
10973
          (net (rename DATAOUT_21 "DATAOUT[21]") (joined
10974
           (portRef PAD (instanceRef DATAOUT_pad_21))
10975
           (portRef (member dataout 10))
10976
          ))
10977
          (net (rename DATAOUT_22 "DATAOUT[22]") (joined
10978
           (portRef PAD (instanceRef DATAOUT_pad_22))
10979
           (portRef (member dataout 9))
10980
          ))
10981
          (net (rename DATAOUT_23 "DATAOUT[23]") (joined
10982
           (portRef PAD (instanceRef DATAOUT_pad_23))
10983
           (portRef (member dataout 8))
10984
          ))
10985
          (net (rename DATAOUT_24 "DATAOUT[24]") (joined
10986
           (portRef PAD (instanceRef DATAOUT_pad_24))
10987
           (portRef (member dataout 7))
10988
          ))
10989
          (net (rename DATAOUT_25 "DATAOUT[25]") (joined
10990
           (portRef PAD (instanceRef DATAOUT_pad_25))
10991
           (portRef (member dataout 6))
10992
          ))
10993
          (net (rename DATAOUT_26 "DATAOUT[26]") (joined
10994
           (portRef PAD (instanceRef DATAOUT_pad_26))
10995
           (portRef (member dataout 5))
10996
          ))
10997
          (net (rename DATAOUT_27 "DATAOUT[27]") (joined
10998
           (portRef PAD (instanceRef DATAOUT_pad_27))
10999
           (portRef (member dataout 4))
11000
          ))
11001
          (net (rename DATAOUT_28 "DATAOUT[28]") (joined
11002
           (portRef PAD (instanceRef DATAOUT_pad_28))
11003
           (portRef (member dataout 3))
11004
          ))
11005
          (net (rename DATAOUT_29 "DATAOUT[29]") (joined
11006
           (portRef PAD (instanceRef DATAOUT_pad_29))
11007
           (portRef (member dataout 2))
11008
          ))
11009
          (net (rename DATAOUT_30 "DATAOUT[30]") (joined
11010
           (portRef PAD (instanceRef DATAOUT_pad_30))
11011
           (portRef (member dataout 1))
11012
          ))
11013
          (net (rename DATAOUT_31 "DATAOUT[31]") (joined
11014
           (portRef PAD (instanceRef DATAOUT_pad_31))
11015
           (portRef (member dataout 0))
11016
          ))
11017
          (net N_339_c (joined
11018
           (portRef N_339_c (instanceRef CoreAHBLite_0))
11019
           (portRef D (instanceRef RESP_err_pad_0))
11020
          ))
11021
          (net (rename RESP_err_0 "RESP_err[0]") (joined
11022
           (portRef PAD (instanceRef RESP_err_pad_0))
11023
           (portRef (member resp_err 1))
11024
          ))
11025
          (net GND (joined
11026
           (portRef Y (instanceRef GND_i))
11027
           (portRef D (instanceRef DATAOUT_pad_8))
11028
           (portRef D (instanceRef DATAOUT_pad_9))
11029
           (portRef D (instanceRef DATAOUT_pad_10))
11030
           (portRef D (instanceRef DATAOUT_pad_11))
11031
           (portRef D (instanceRef DATAOUT_pad_12))
11032
           (portRef D (instanceRef DATAOUT_pad_13))
11033
           (portRef D (instanceRef DATAOUT_pad_14))
11034
           (portRef D (instanceRef DATAOUT_pad_15))
11035
           (portRef D (instanceRef DATAOUT_pad_16))
11036
           (portRef D (instanceRef DATAOUT_pad_17))
11037
           (portRef D (instanceRef DATAOUT_pad_18))
11038
           (portRef D (instanceRef DATAOUT_pad_19))
11039
           (portRef D (instanceRef DATAOUT_pad_20))
11040
           (portRef D (instanceRef DATAOUT_pad_21))
11041
           (portRef D (instanceRef DATAOUT_pad_22))
11042
           (portRef D (instanceRef DATAOUT_pad_23))
11043
           (portRef D (instanceRef DATAOUT_pad_24))
11044
           (portRef D (instanceRef DATAOUT_pad_25))
11045
           (portRef D (instanceRef DATAOUT_pad_26))
11046
           (portRef D (instanceRef DATAOUT_pad_27))
11047
           (portRef D (instanceRef DATAOUT_pad_28))
11048
           (portRef D (instanceRef DATAOUT_pad_29))
11049
           (portRef D (instanceRef DATAOUT_pad_30))
11050
           (portRef D (instanceRef DATAOUT_pad_31))
11051
           (portRef D (instanceRef RESP_err_pad_1))
11052
          ))
11053
          (net (rename RESP_err_1 "RESP_err[1]") (joined
11054
           (portRef PAD (instanceRef RESP_err_pad_1))
11055
           (portRef (member resp_err 0))
11056
          ))
11057
          (net TX_c (joined
11058
           (portRef TX_c (instanceRef CoreUARTapb_0))
11059
           (portRef D (instanceRef TX_pad))
11060
          ))
11061
          (net TX (joined
11062
           (portRef PAD (instanceRef TX_pad))
11063
           (portRef TX)
11064
          ))
11065
          (net ahb_busy_c (joined
11066
           (portRef ahb_busy_c (instanceRef AHBMASTER_FIC_0))
11067
           (portRef D (instanceRef ahb_busy_pad))
11068
          ))
11069
          (net ahb_busy (joined
11070
           (portRef PAD (instanceRef ahb_busy_pad))
11071
           (portRef ahb_busy)
11072
          ))
11073
          (net N_22 (joined
11074
           (portRef N_22 (instanceRef CoreAHBLite_0))
11075
           (portRef N_22 (instanceRef CoreAHB2APB_0))
11076
          ))
11077
          (net N_20 (joined
11078
           (portRef N_20 (instanceRef CoreAHBLite_0))
11079
           (portRef N_20 (instanceRef CoreAHB2APB_0))
11080
          ))
11081
          (net N_18 (joined
11082
           (portRef N_18 (instanceRef CoreAHBLite_0))
11083
           (portRef N_18 (instanceRef CoreAHB2APB_0))
11084
          ))
11085
          (net (rename CoreAHBLite_0_matrix4x16_slavestage_0_masterAddrInProg_i_1_0 "CoreAHBLite_0.matrix4x16.slavestage_0.masterAddrInProg_i_1[0]") (joined
11086
           (portRef masterAddrInProg_i_1_0 (instanceRef CoreAHBLite_0))
11087
           (portRef masterAddrInProg_i_1_0 (instanceRef CoreAHB2APB_0))
11088
          ))
11089
          (net CoreAHBLite_0_AHBmslave0_HSELx (joined
11090
           (portRef CoreAHBLite_0_AHBmslave0_HSELx (instanceRef CoreAHBLite_0))
11091
           (portRef CoreAHBLite_0_AHBmslave0_HSELx (instanceRef CoreAHB2APB_0))
11092
          ))
11093
          (net N_391 (joined
11094
           (portRef N_391 (instanceRef CoreAHBLite_0))
11095
           (portRef N_391 (instanceRef CoreAHB2APB_0))
11096
          ))
11097
          (net N_326 (joined
11098
           (portRef N_326 (instanceRef CoreAHBLite_0))
11099
           (portRef N_326 (instanceRef CoreAHB2APB_0))
11100
          ))
11101
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_7 "CoreAHBLite_0_AHBmslave0_HWDATA[7]") (joined
11102
           (portRef (member coreahblite_0_ahbmslave0_hwdata 0) (instanceRef CoreAHBLite_0))
11103
           (portRef (member coreahblite_0_ahbmslave0_hwdata 0) (instanceRef CoreAHB2APB_0))
11104
          ))
11105
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_6 "CoreAHBLite_0_AHBmslave0_HWDATA[6]") (joined
11106
           (portRef (member coreahblite_0_ahbmslave0_hwdata 1) (instanceRef CoreAHBLite_0))
11107
           (portRef (member coreahblite_0_ahbmslave0_hwdata 1) (instanceRef CoreAHB2APB_0))
11108
          ))
11109
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_5 "CoreAHBLite_0_AHBmslave0_HWDATA[5]") (joined
11110
           (portRef (member coreahblite_0_ahbmslave0_hwdata 2) (instanceRef CoreAHBLite_0))
11111
           (portRef (member coreahblite_0_ahbmslave0_hwdata 2) (instanceRef CoreAHB2APB_0))
11112
          ))
11113
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_4 "CoreAHBLite_0_AHBmslave0_HWDATA[4]") (joined
11114
           (portRef (member coreahblite_0_ahbmslave0_hwdata 3) (instanceRef CoreAHBLite_0))
11115
           (portRef (member coreahblite_0_ahbmslave0_hwdata 3) (instanceRef CoreAHB2APB_0))
11116
          ))
11117
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_3 "CoreAHBLite_0_AHBmslave0_HWDATA[3]") (joined
11118
           (portRef (member coreahblite_0_ahbmslave0_hwdata 4) (instanceRef CoreAHBLite_0))
11119
           (portRef (member coreahblite_0_ahbmslave0_hwdata 4) (instanceRef CoreAHB2APB_0))
11120
          ))
11121
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_2 "CoreAHBLite_0_AHBmslave0_HWDATA[2]") (joined
11122
           (portRef (member coreahblite_0_ahbmslave0_hwdata 5) (instanceRef CoreAHBLite_0))
11123
           (portRef (member coreahblite_0_ahbmslave0_hwdata 5) (instanceRef CoreAHB2APB_0))
11124
          ))
11125
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_1 "CoreAHBLite_0_AHBmslave0_HWDATA[1]") (joined
11126
           (portRef (member coreahblite_0_ahbmslave0_hwdata 6) (instanceRef CoreAHBLite_0))
11127
           (portRef (member coreahblite_0_ahbmslave0_hwdata 6) (instanceRef CoreAHB2APB_0))
11128
          ))
11129
          (net (rename CoreAHBLite_0_AHBmslave0_HWDATA_0 "CoreAHBLite_0_AHBmslave0_HWDATA[0]") (joined
11130
           (portRef (member coreahblite_0_ahbmslave0_hwdata 7) (instanceRef CoreAHBLite_0))
11131
           (portRef (member coreahblite_0_ahbmslave0_hwdata 7) (instanceRef CoreAHB2APB_0))
11132
          ))
11133
          (net N_327 (joined
11134
           (portRef N_327 (instanceRef CoreAHBLite_0))
11135
           (portRef N_327 (instanceRef CoreAHB2APB_0))
11136
          ))
11137
          (net N_330 (joined
11138
           (portRef N_330 (instanceRef CoreAHBLite_0))
11139
           (portRef N_330 (instanceRef CoreAHB2APB_0))
11140
          ))
11141
          (net N_323 (joined
11142
           (portRef N_323 (instanceRef CoreAHBLite_0))
11143
           (portRef N_323 (instanceRef CoreAHB2APB_0))
11144
          ))
11145
          (net N_395 (joined
11146
           (portRef N_395 (instanceRef CoreAHBLite_0))
11147
           (portRef N_395 (instanceRef CoreAHB2APB_0))
11148
          ))
11149
          (net N_392 (joined
11150
           (portRef N_392 (instanceRef CoreAHBLite_0))
11151
           (portRef N_392 (instanceRef CoreAHB2APB_0))
11152
          ))
11153
          (net (rename CoreAHBLite_0_matrix4x16_slavestage_0_slave_arbiter_N_171 "CoreAHBLite_0.matrix4x16.slavestage_0.slave_arbiter.N_171") (joined
11154
           (portRef N_171 (instanceRef CoreAHBLite_0))
11155
           (portRef N_171 (instanceRef CoreAHB2APB_0))
11156
          ))
11157
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_7 "AHBMASTER_FIC_0_AHBmaster_HRDATA[7]") (joined
11158
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 0) (instanceRef CoreAHBLite_0))
11159
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 0) (instanceRef AHBMASTER_FIC_0))
11160
          ))
11161
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_6 "AHBMASTER_FIC_0_AHBmaster_HRDATA[6]") (joined
11162
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 1) (instanceRef CoreAHBLite_0))
11163
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 1) (instanceRef AHBMASTER_FIC_0))
11164
          ))
11165
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_5 "AHBMASTER_FIC_0_AHBmaster_HRDATA[5]") (joined
11166
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 2) (instanceRef CoreAHBLite_0))
11167
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 2) (instanceRef AHBMASTER_FIC_0))
11168
          ))
11169
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_4 "AHBMASTER_FIC_0_AHBmaster_HRDATA[4]") (joined
11170
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 3) (instanceRef CoreAHBLite_0))
11171
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 3) (instanceRef AHBMASTER_FIC_0))
11172
          ))
11173
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_3 "AHBMASTER_FIC_0_AHBmaster_HRDATA[3]") (joined
11174
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 4) (instanceRef CoreAHBLite_0))
11175
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 4) (instanceRef AHBMASTER_FIC_0))
11176
          ))
11177
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_2 "AHBMASTER_FIC_0_AHBmaster_HRDATA[2]") (joined
11178
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 5) (instanceRef CoreAHBLite_0))
11179
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 5) (instanceRef AHBMASTER_FIC_0))
11180
          ))
11181
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_1 "AHBMASTER_FIC_0_AHBmaster_HRDATA[1]") (joined
11182
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 6) (instanceRef CoreAHBLite_0))
11183
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 6) (instanceRef AHBMASTER_FIC_0))
11184
          ))
11185
          (net (rename AHBMASTER_FIC_0_AHBmaster_HRDATA_0 "AHBMASTER_FIC_0_AHBmaster_HRDATA[0]") (joined
11186
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 7) (instanceRef CoreAHBLite_0))
11187
           (portRef (member ahbmaster_fic_0_ahbmaster_hrdata 7) (instanceRef AHBMASTER_FIC_0))
11188
          ))
11189
          (net (rename CoreAHBLite_0_matrix4x16_slavestage_0_HTRANS_0_a3_i_a2_3_0 "CoreAHBLite_0.matrix4x16.slavestage_0.HTRANS_0_a3_i_a2_3_0") (joined
11190
           (portRef HTRANS_0_a3_i_a2_3_0 (instanceRef CoreAHBLite_0))
11191
           (portRef HTRANS_0_a3_i_a2_3_0 (instanceRef CoreAHB2APB_0))
11192
          ))
11193
          (net (rename CoreAHBLite_0_matrix4x16_slavestage_0_HTRANS_0_a3_i_a2_4_0 "CoreAHBLite_0.matrix4x16.slavestage_0.HTRANS_0_a3_i_a2_4_0") (joined
11194
           (portRef HTRANS_0_a3_i_a2_4_0 (instanceRef CoreAHBLite_0))
11195
           (portRef HTRANS_0_a3_i_a2_4_0 (instanceRef CoreAHB2APB_0))
11196
          ))
11197
          (net (rename CoreAHBLite_0_matrix4x16_masterstage_0_PREVDATASLAVEREADY_iv_i_0_i_o4_0 "CoreAHBLite_0.matrix4x16.masterstage_0.PREVDATASLAVEREADY_iv_i_0_i_o4_0") (joined
11198
           (portRef PREVDATASLAVEREADY_iv_i_0_i_o4_0 (instanceRef CoreAHBLite_0))
11199
           (portRef PREVDATASLAVEREADY_iv_i_0_i_o4_0 (instanceRef AHBMASTER_FIC_0))
11200
          ))
11201
          (net (rename CoreAHBLite_0_matrix4x16_masterstage_0_PREVDATASLAVEREADY_iv_i_0_i_o4_1 "CoreAHBLite_0.matrix4x16.masterstage_0.PREVDATASLAVEREADY_iv_i_0_i_o4_1") (joined
11202
           (portRef PREVDATASLAVEREADY_iv_i_0_i_o4_1 (instanceRef CoreAHBLite_0))
11203
           (portRef PREVDATASLAVEREADY_iv_i_0_i_o4_1 (instanceRef AHBMASTER_FIC_0))
11204
          ))
11205
          (net (rename CoreAHB2APB_0_un1_m1_e_0_0 "CoreAHB2APB_0.un1_m1_e_0_0") (joined
11206
           (portRef un1_m1_e_0_0 (instanceRef CoreAHB2APB_0))
11207
           (portRef un1_m1_e_0_0 (instanceRef CoreAHBLite_0))
11208
          ))
11209
          (net (rename CoreAHBLite_0_matrix4x16_slavestage_0_HADDR_24_0_a3_i_out "CoreAHBLite_0.matrix4x16.slavestage_0.HADDR_24_0_a3_i_out") (joined
11210
           (portRef HADDR_24_0_a3_i_out (instanceRef CoreAHBLite_0))
11211
           (portRef HADDR_24_0_a3_i_out (instanceRef CoreAHB2APB_0))
11212
          ))
11213
          (net (rename arbRegSMCurrentState_RNICAHF7_0 "arbRegSMCurrentState_RNICAHF7[0]") (joined
11214
           (portRef arbRegSMCurrentState_RNICAHF7_0 (instanceRef CoreAHBLite_0))
11215
           (portRef arbRegSMCurrentState_RNICAHF7_0 (instanceRef CoreAHB2APB_0))
11216
          ))
11217
          (net (rename CoreAPB_0_COREAPB_oi0_PRDATA_0_sqmuxa_0_a2_12 "CoreAPB_0.COREAPB_oi0.PRDATA_0_sqmuxa_0_a2_12") (joined
11218
           (portRef PRDATA_0_sqmuxa_0_a2_12 (instanceRef CoreAPB_0))
11219
           (portRef PRDATA_0_sqmuxa_0_a2_12 (instanceRef CoreAHBLite_0))
11220
          ))
11221
          (net (rename CoreAPB_0_COREAPB_oi0_PRDATA_0_sqmuxa_0_a2_13 "CoreAPB_0.COREAPB_oi0.PRDATA_0_sqmuxa_0_a2_13") (joined
11222
           (portRef PRDATA_0_sqmuxa_0_a2_13 (instanceRef CoreAPB_0))
11223
           (portRef PRDATA_0_sqmuxa_0_a2_13 (instanceRef CoreAHBLite_0))
11224
          ))
11225
          (net N_398 (joined
11226
           (portRef N_398 (instanceRef CoreAHB2APB_0))
11227
           (portRef N_398 (instanceRef CoreAHBLite_0))
11228
           (portRef N_398 (instanceRef AHBMASTER_FIC_0))
11229
          ))
11230
          (net (rename CoreAHB2APB_0_un1_N_11_mux_i_5_a1_1 "CoreAHB2APB_0.un1_N_11_mux_i_5_a1_1") (joined
11231
           (portRef un1_N_11_mux_i_5_a1_1 (instanceRef CoreAHB2APB_0))
11232
           (portRef un1_N_11_mux_i_5_a1_1 (instanceRef CoreAHBLite_0))
11233
          ))
11234
          (net (rename CoreAHB2APB_0_un4_m5_0_a3_1 "CoreAHB2APB_0.un4_m5_0_a3_1") (joined
11235
           (portRef un4_m5_0_a3_1 (instanceRef CoreAHB2APB_0))
11236
           (portRef un4_m5_0_a3_1 (instanceRef CoreAHBLite_0))
11237
          ))
11238
          (net (rename CoreAHB2APB_0_un4_m5_0_a3_2 "CoreAHB2APB_0.un4_m5_0_a3_2") (joined
11239
           (portRef un4_m5_0_a3_2 (instanceRef CoreAHB2APB_0))
11240
           (portRef un4_m5_0_a3_2 (instanceRef CoreAHBLite_0))
11241
          ))
11242
          (net (rename CoreAHBLite_0_matrix4x16_slavestage_0_slave_arbiter_arbRegSMCurrentState_i_0_12 "CoreAHBLite_0.matrix4x16.slavestage_0.slave_arbiter.arbRegSMCurrentState_i_0[12]") (joined
11243
           (portRef arbRegSMCurrentState_i_0_0 (instanceRef CoreAHBLite_0))
11244
           (portRef arbRegSMCurrentState_i_0_0 (instanceRef CoreAHB2APB_0))
11245
          ))
11246
          (net (rename CoreAHBLite_0_matrix4x16_slavestage_0_slave_arbiter_arbRegSMCurrentState_i_0_15 "CoreAHBLite_0.matrix4x16.slavestage_0.slave_arbiter.arbRegSMCurrentState_i_0[15]") (joined
11247
           (portRef arbRegSMCurrentState_i_0_3 (instanceRef CoreAHBLite_0))
11248
           (portRef arbRegSMCurrentState_i_0_3 (instanceRef CoreAHB2APB_0))
11249
          ))
11250
         )
11251
        (property orig_inst_of (string "top"))
11252
       )
11253
    )
11254
  )
11255
  (design top (cellRef top (libraryRef work)))
11256
)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.