summaryrefslogtreecommitdiffstats
path: root/planAhead_run_2/FPGA-led-lights.data/cache/led_ngc_cb841106.edif
blob: ad5dec0c308b5a9774f697e0af3c31c4a8c99d47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
(edif led
  (edifVersion 2 0 0)
  (edifLevel 0)
  (keywordMap (keywordLevel 0))
  (status
    (written
      (timestamp 2017 2 21 20 23 20)
      (program "Xilinx ngc2edif" (version "P.20131013"))
      (author "Xilinx. Inc ")
      (comment "This EDIF netlist is to be used within supported synthesis tools")
      (comment "for determining resource/timing estimates of the design component")
      (comment "represented by this netlist.")
      (comment "Command line: -mdp2sp -w -secure led.ngc led.edif ")))
  (external UNISIMS
    (edifLevel 0)
    (technology (numberDefinition))
    (cell GND
      (cellType GENERIC)
        (view view_1
          (viewType NETLIST)
          (interface
            (port G
              (direction OUTPUT)
            )
          )
      )
    )
    (cell VCC
      (cellType GENERIC)
        (view view_1
          (viewType NETLIST)
          (interface
            (port P
              (direction OUTPUT)
            )
          )
      )
    )
    (cell FDE
      (cellType GENERIC)
        (view view_1
          (viewType NETLIST)
          (interface
            (port C
              (direction INPUT)
            )
            (port CE
              (direction INPUT)
            )
            (port D
              (direction INPUT)
            )
            (port Q
              (direction OUTPUT)
            )
          )
      )
    )
    (cell FDS
      (cellType GENERIC)
        (view view_1
          (viewType NETLIST)
          (interface
            (port C
              (direction INPUT)
            )
            (port D
              (direction INPUT)
            )
            (port S
              (direction INPUT)
            )
            (port Q
              (direction OUTPUT)
            )
          )
      )
    )
    (cell FDR
      (cellType GENERIC)
        (view view_1
          (viewType NETLIST)
          (interface
            (port C
              (direction INPUT)
            )
            (port D
              (direction INPUT)
            )
            (port R
              (direction INPUT)
            )
            (port Q
              (direction OUTPUT)
            )
          )
      )
    )
    (cell MUXCY
      (cellType GENERIC)
        (view view_1
          (viewType NETLIST)
          (interface
            (port CI
              (direction INPUT)
            )
            (port DI
              (direction INPUT)
            )
            (port S
              (direction INPUT)
            )
            (port O
              (direction OUTPUT)
            )
          )
      )
    )
    (cell XORCY
      (cellType GENERIC)
        (view view_1
          (viewType NETLIST)
          (interface
            (port CI
              (direction INPUT)
            )
            (port LI
              (direction INPUT)
            )
            (port O
              (direction OUTPUT)
            )
          )
      )
    )
    (cell LUT4
      (cellType GENERIC)
        (view view_1
          (viewType NETLIST)
          (interface
            (port I0
              (direction INPUT)
            )
            (port I1
              (direction INPUT)
            )
            (port I2
              (direction INPUT)
            )
            (port I3
              (direction INPUT)
            )
            (port O
              (direction OUTPUT)
            )
          )
      )
    )
    (cell OBUF
      (cellType GENERIC)
        (view view_1
          (viewType NETLIST)
          (interface
            (port I
              (direction INPUT)
            )
            (port O
              (direction OUTPUT)
            )
          )
      )
    )
    (cell LUT1
      (cellType GENERIC)
        (view view_1
          (viewType NETLIST)
          (interface
            (port I0
              (direction INPUT)
            )
            (port O
              (direction OUTPUT)
            )
          )
      )
    )
    (cell BUFGP
      (cellType GENERIC)
        (view view_1
          (viewType NETLIST)
          (interface
            (port I
              (direction INPUT)
            )
            (port O
              (direction OUTPUT)
            )
          )
      )
    )
    (cell INV
      (cellType GENERIC)
        (view view_1
          (viewType NETLIST)
          (interface
            (port I
              (direction INPUT)
            )
            (port O
              (direction OUTPUT)
            )
          )
      )
    )
    (cell LUT4_L
      (cellType GENERIC)
        (view view_1
          (viewType NETLIST)
          (interface
            (port I0
              (direction INPUT)
            )
            (port I1
              (direction INPUT)
            )
            (port I2
              (direction INPUT)
            )
            (port I3
              (direction INPUT)
            )
            (port LO
              (direction OUTPUT)
            )
          )
      )
    )
  )

  (library led_lib
    (edifLevel 0)
    (technology (numberDefinition))
    (cell led
      (cellType GENERIC)
        (view view_1
          (viewType NETLIST)
          (interface
            (port CLK
              (direction INPUT)
            )
            (port A0
              (direction OUTPUT)
            )
            (designator "xc3s250e-4-vq100")
            (property TYPE (string "led") (owner "Xilinx"))
            (property NLW_UNIQUE_ID (integer 0) (owner "Xilinx"))
            (property NLW_MACRO_TAG (integer 0) (owner "Xilinx"))
            (property NLW_MACRO_ALIAS (string "led_led") (owner "Xilinx"))
          )
          (contents
            (instance XST_GND
              (viewRef view_1 (cellRef GND (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance XST_VCC
              (viewRef view_1 (cellRef VCC (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename A0_renamed_0 "A0")
              (viewRef view_1 (cellRef FDE (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "0") (owner "Xilinx"))
            )
            (instance count_1
              (viewRef view_1 (cellRef FDS (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "1") (owner "Xilinx"))
            )
            (instance count_0
              (viewRef view_1 (cellRef FDS (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "1") (owner "Xilinx"))
            )
            (instance count_2
              (viewRef view_1 (cellRef FDS (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "1") (owner "Xilinx"))
            )
            (instance count_3
              (viewRef view_1 (cellRef FDS (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "1") (owner "Xilinx"))
            )
            (instance count_4
              (viewRef view_1 (cellRef FDR (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "0") (owner "Xilinx"))
            )
            (instance count_5
              (viewRef view_1 (cellRef FDR (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "0") (owner "Xilinx"))
            )
            (instance count_6
              (viewRef view_1 (cellRef FDS (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "1") (owner "Xilinx"))
            )
            (instance count_7
              (viewRef view_1 (cellRef FDR (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "0") (owner "Xilinx"))
            )
            (instance count_8
              (viewRef view_1 (cellRef FDS (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "1") (owner "Xilinx"))
            )
            (instance count_9
              (viewRef view_1 (cellRef FDS (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "1") (owner "Xilinx"))
            )
            (instance count_10
              (viewRef view_1 (cellRef FDR (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "0") (owner "Xilinx"))
            )
            (instance count_11
              (viewRef view_1 (cellRef FDR (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "0") (owner "Xilinx"))
            )
            (instance count_12
              (viewRef view_1 (cellRef FDR (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "0") (owner "Xilinx"))
            )
            (instance count_13
              (viewRef view_1 (cellRef FDR (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "0") (owner "Xilinx"))
            )
            (instance count_14
              (viewRef view_1 (cellRef FDS (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "1") (owner "Xilinx"))
            )
            (instance count_15
              (viewRef view_1 (cellRef FDS (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "1") (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_0___renamed_1 "Mcount_count_cy<0>")
              (viewRef view_1 (cellRef MUXCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_xor_0__ "Mcount_count_xor<0>")
              (viewRef view_1 (cellRef XORCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_1___renamed_2 "Mcount_count_cy<1>")
              (viewRef view_1 (cellRef MUXCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_xor_1__ "Mcount_count_xor<1>")
              (viewRef view_1 (cellRef XORCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_2___renamed_3 "Mcount_count_cy<2>")
              (viewRef view_1 (cellRef MUXCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_xor_2__ "Mcount_count_xor<2>")
              (viewRef view_1 (cellRef XORCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_3___renamed_4 "Mcount_count_cy<3>")
              (viewRef view_1 (cellRef MUXCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_xor_3__ "Mcount_count_xor<3>")
              (viewRef view_1 (cellRef XORCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_4___renamed_5 "Mcount_count_cy<4>")
              (viewRef view_1 (cellRef MUXCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_xor_4__ "Mcount_count_xor<4>")
              (viewRef view_1 (cellRef XORCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_5___renamed_6 "Mcount_count_cy<5>")
              (viewRef view_1 (cellRef MUXCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_xor_5__ "Mcount_count_xor<5>")
              (viewRef view_1 (cellRef XORCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_6___renamed_7 "Mcount_count_cy<6>")
              (viewRef view_1 (cellRef MUXCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_xor_6__ "Mcount_count_xor<6>")
              (viewRef view_1 (cellRef XORCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_7___renamed_8 "Mcount_count_cy<7>")
              (viewRef view_1 (cellRef MUXCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_xor_7__ "Mcount_count_xor<7>")
              (viewRef view_1 (cellRef XORCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_8___renamed_9 "Mcount_count_cy<8>")
              (viewRef view_1 (cellRef MUXCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_xor_8__ "Mcount_count_xor<8>")
              (viewRef view_1 (cellRef XORCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_9___renamed_10 "Mcount_count_cy<9>")
              (viewRef view_1 (cellRef MUXCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_xor_9__ "Mcount_count_xor<9>")
              (viewRef view_1 (cellRef XORCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_10___renamed_11 "Mcount_count_cy<10>")
              (viewRef view_1 (cellRef MUXCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_xor_10__ "Mcount_count_xor<10>")
              (viewRef view_1 (cellRef XORCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_11___renamed_12 "Mcount_count_cy<11>")
              (viewRef view_1 (cellRef MUXCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_xor_11__ "Mcount_count_xor<11>")
              (viewRef view_1 (cellRef XORCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_12___renamed_13 "Mcount_count_cy<12>")
              (viewRef view_1 (cellRef MUXCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_xor_12__ "Mcount_count_xor<12>")
              (viewRef view_1 (cellRef XORCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_13___renamed_14 "Mcount_count_cy<13>")
              (viewRef view_1 (cellRef MUXCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_xor_13__ "Mcount_count_xor<13>")
              (viewRef view_1 (cellRef XORCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_14___renamed_15 "Mcount_count_cy<14>")
              (viewRef view_1 (cellRef MUXCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_xor_14__ "Mcount_count_xor<14>")
              (viewRef view_1 (cellRef XORCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_xor_15__ "Mcount_count_xor<15>")
              (viewRef view_1 (cellRef XORCY (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename A0_cmp_eq000025_renamed_16 "A0_cmp_eq000025")
              (viewRef view_1 (cellRef LUT4 (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "0001") (owner "Xilinx"))
            )
            (instance (rename A0_cmp_eq000049_renamed_17 "A0_cmp_eq000049")
              (viewRef view_1 (cellRef LUT4 (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "0001") (owner "Xilinx"))
            )
            (instance (rename A0_cmp_eq000062_renamed_18 "A0_cmp_eq000062")
              (viewRef view_1 (cellRef LUT4 (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "0001") (owner "Xilinx"))
            )
            (instance A0_cmp_eq000076
              (viewRef view_1 (cellRef LUT4 (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "8000") (owner "Xilinx"))
            )
            (instance (rename A0_OBUF_renamed_19 "A0_OBUF")
              (viewRef view_1 (cellRef OBUF (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_1__rt_renamed_20 "Mcount_count_cy<1>_rt")
              (viewRef view_1 (cellRef LUT1 (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "2") (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_2__rt_renamed_21 "Mcount_count_cy<2>_rt")
              (viewRef view_1 (cellRef LUT1 (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "2") (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_3__rt_renamed_22 "Mcount_count_cy<3>_rt")
              (viewRef view_1 (cellRef LUT1 (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "2") (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_4__rt_renamed_23 "Mcount_count_cy<4>_rt")
              (viewRef view_1 (cellRef LUT1 (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "2") (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_5__rt_renamed_24 "Mcount_count_cy<5>_rt")
              (viewRef view_1 (cellRef LUT1 (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "2") (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_6__rt_renamed_25 "Mcount_count_cy<6>_rt")
              (viewRef view_1 (cellRef LUT1 (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "2") (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_7__rt_renamed_26 "Mcount_count_cy<7>_rt")
              (viewRef view_1 (cellRef LUT1 (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "2") (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_8__rt_renamed_27 "Mcount_count_cy<8>_rt")
              (viewRef view_1 (cellRef LUT1 (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "2") (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_9__rt_renamed_28 "Mcount_count_cy<9>_rt")
              (viewRef view_1 (cellRef LUT1 (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "2") (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_10__rt_renamed_29 "Mcount_count_cy<10>_rt")
              (viewRef view_1 (cellRef LUT1 (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "2") (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_11__rt_renamed_30 "Mcount_count_cy<11>_rt")
              (viewRef view_1 (cellRef LUT1 (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "2") (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_12__rt_renamed_31 "Mcount_count_cy<12>_rt")
              (viewRef view_1 (cellRef LUT1 (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "2") (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_13__rt_renamed_32 "Mcount_count_cy<13>_rt")
              (viewRef view_1 (cellRef LUT1 (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "2") (owner "Xilinx"))
            )
            (instance (rename Mcount_count_cy_14__rt_renamed_33 "Mcount_count_cy<14>_rt")
              (viewRef view_1 (cellRef LUT1 (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "2") (owner "Xilinx"))
            )
            (instance (rename Mcount_count_xor_15__rt_renamed_34 "Mcount_count_xor<15>_rt")
              (viewRef view_1 (cellRef LUT1 (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "2") (owner "Xilinx"))
            )
            (instance (rename CLK_BUFGP_renamed_35 "CLK_BUFGP")
              (viewRef view_1 (cellRef BUFGP (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename Mcount_count_lut_0__INV_0 "Mcount_count_lut<0>_INV_0")
              (viewRef view_1 (cellRef INV (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance A0_not00031_INV_0
              (viewRef view_1 (cellRef INV (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
            )
            (instance (rename A0_cmp_eq000012_renamed_36 "A0_cmp_eq000012")
              (viewRef view_1 (cellRef LUT4_L (libraryRef UNISIMS)))
              (property XSTLIB (boolean (true)) (owner "Xilinx"))
              (property INIT (string "0001") (owner "Xilinx"))
            )
            (net A0
              (joined
                (portRef A0)
                (portRef O (instanceRef A0_OBUF_renamed_19))
              )
            )
            (net A0_OBUF
              (joined
                (portRef Q (instanceRef A0_renamed_0))
                (portRef I (instanceRef A0_OBUF_renamed_19))
                (portRef I (instanceRef A0_not00031_INV_0))
              )
            )
            (net A0_cmp_eq000012
              (joined
                (portRef I0 (instanceRef A0_cmp_eq000076))
                (portRef LO (instanceRef A0_cmp_eq000012_renamed_36))
              )
            )
            (net A0_cmp_eq000025
              (joined
                (portRef O (instanceRef A0_cmp_eq000025_renamed_16))
                (portRef I1 (instanceRef A0_cmp_eq000076))
              )
            )
            (net A0_cmp_eq000049
              (joined
                (portRef O (instanceRef A0_cmp_eq000049_renamed_17))
                (portRef I2 (instanceRef A0_cmp_eq000076))
              )
            )
            (net A0_cmp_eq000062
              (joined
                (portRef O (instanceRef A0_cmp_eq000062_renamed_18))
                (portRef I3 (instanceRef A0_cmp_eq000076))
              )
            )
            (net A0_not0002_inv
              (joined
                (portRef CE (instanceRef A0_renamed_0))
                (portRef S (instanceRef count_1))
                (portRef S (instanceRef count_0))
                (portRef S (instanceRef count_2))
                (portRef S (instanceRef count_3))
                (portRef R (instanceRef count_4))
                (portRef R (instanceRef count_5))
                (portRef S (instanceRef count_6))
                (portRef R (instanceRef count_7))
                (portRef S (instanceRef count_8))
                (portRef S (instanceRef count_9))
                (portRef R (instanceRef count_10))
                (portRef R (instanceRef count_11))
                (portRef R (instanceRef count_12))
                (portRef R (instanceRef count_13))
                (portRef S (instanceRef count_14))
                (portRef S (instanceRef count_15))
                (portRef O (instanceRef A0_cmp_eq000076))
              )
            )
            (net A0_not0003
              (joined
                (portRef D (instanceRef A0_renamed_0))
                (portRef O (instanceRef A0_not00031_INV_0))
              )
            )
            (net CLK
              (joined
                (portRef CLK)
                (portRef I (instanceRef CLK_BUFGP_renamed_35))
              )
            )
            (net CLK_BUFGP
              (joined
                (portRef C (instanceRef A0_renamed_0))
                (portRef C (instanceRef count_1))
                (portRef C (instanceRef count_0))
                (portRef C (instanceRef count_2))
                (portRef C (instanceRef count_3))
                (portRef C (instanceRef count_4))
                (portRef C (instanceRef count_5))
                (portRef C (instanceRef count_6))
                (portRef C (instanceRef count_7))
                (portRef C (instanceRef count_8))
                (portRef C (instanceRef count_9))
                (portRef C (instanceRef count_10))
                (portRef C (instanceRef count_11))
                (portRef C (instanceRef count_12))
                (portRef C (instanceRef count_13))
                (portRef C (instanceRef count_14))
                (portRef C (instanceRef count_15))
                (portRef O (instanceRef CLK_BUFGP_renamed_35))
              )
            )
            (net (rename Mcount_count_cy_0__ "Mcount_count_cy<0>")
              (joined
                (portRef O (instanceRef Mcount_count_cy_0___renamed_1))
                (portRef CI (instanceRef Mcount_count_cy_1___renamed_2))
                (portRef CI (instanceRef Mcount_count_xor_1__))
              )
            )
            (net (rename Mcount_count_cy_10__ "Mcount_count_cy<10>")
              (joined
                (portRef O (instanceRef Mcount_count_cy_10___renamed_11))
                (portRef CI (instanceRef Mcount_count_cy_11___renamed_12))
                (portRef CI (instanceRef Mcount_count_xor_11__))
              )
            )
            (net (rename Mcount_count_cy_10__rt "Mcount_count_cy<10>_rt")
              (joined
                (portRef O (instanceRef Mcount_count_cy_10__rt_renamed_29))
                (portRef S (instanceRef Mcount_count_cy_10___renamed_11))
                (portRef LI (instanceRef Mcount_count_xor_10__))
              )
            )
            (net (rename Mcount_count_cy_11__ "Mcount_count_cy<11>")
              (joined
                (portRef O (instanceRef Mcount_count_cy_11___renamed_12))
                (portRef CI (instanceRef Mcount_count_cy_12___renamed_13))
                (portRef CI (instanceRef Mcount_count_xor_12__))
              )
            )
            (net (rename Mcount_count_cy_11__rt "Mcount_count_cy<11>_rt")
              (joined
                (portRef O (instanceRef Mcount_count_cy_11__rt_renamed_30))
                (portRef S (instanceRef Mcount_count_cy_11___renamed_12))
                (portRef LI (instanceRef Mcount_count_xor_11__))
              )
            )
            (net (rename Mcount_count_cy_12__ "Mcount_count_cy<12>")
              (joined
                (portRef O (instanceRef Mcount_count_cy_12___renamed_13))
                (portRef CI (instanceRef Mcount_count_cy_13___renamed_14))
                (portRef CI (instanceRef Mcount_count_xor_13__))
              )
            )
            (net (rename Mcount_count_cy_12__rt "Mcount_count_cy<12>_rt")
              (joined
                (portRef O (instanceRef Mcount_count_cy_12__rt_renamed_31))
                (portRef S (instanceRef Mcount_count_cy_12___renamed_13))
                (portRef LI (instanceRef Mcount_count_xor_12__))
              )
            )
            (net (rename Mcount_count_cy_13__ "Mcount_count_cy<13>")
              (joined
                (portRef O (instanceRef Mcount_count_cy_13___renamed_14))
                (portRef CI (instanceRef Mcount_count_cy_14___renamed_15))
                (portRef CI (instanceRef Mcount_count_xor_14__))
              )
            )
            (net (rename Mcount_count_cy_13__rt "Mcount_count_cy<13>_rt")
              (joined
                (portRef O (instanceRef Mcount_count_cy_13__rt_renamed_32))
                (portRef S (instanceRef Mcount_count_cy_13___renamed_14))
                (portRef LI (instanceRef Mcount_count_xor_13__))
              )
            )
            (net (rename Mcount_count_cy_14__ "Mcount_count_cy<14>")
              (joined
                (portRef O (instanceRef Mcount_count_cy_14___renamed_15))
                (portRef CI (instanceRef Mcount_count_xor_15__))
              )
            )
            (net (rename Mcount_count_cy_14__rt "Mcount_count_cy<14>_rt")
              (joined
                (portRef O (instanceRef Mcount_count_cy_14__rt_renamed_33))
                (portRef S (instanceRef Mcount_count_cy_14___renamed_15))
                (portRef LI (instanceRef Mcount_count_xor_14__))
              )
            )
            (net (rename Mcount_count_cy_1__ "Mcount_count_cy<1>")
              (joined
                (portRef O (instanceRef Mcount_count_cy_1___renamed_2))
                (portRef CI (instanceRef Mcount_count_cy_2___renamed_3))
                (portRef CI (instanceRef Mcount_count_xor_2__))
              )
            )
            (net (rename Mcount_count_cy_1__rt "Mcount_count_cy<1>_rt")
              (joined
                (portRef O (instanceRef Mcount_count_cy_1__rt_renamed_20))
                (portRef S (instanceRef Mcount_count_cy_1___renamed_2))
                (portRef LI (instanceRef Mcount_count_xor_1__))
              )
            )
            (net (rename Mcount_count_cy_2__ "Mcount_count_cy<2>")
              (joined
                (portRef O (instanceRef Mcount_count_cy_2___renamed_3))
                (portRef CI (instanceRef Mcount_count_cy_3___renamed_4))
                (portRef CI (instanceRef Mcount_count_xor_3__))
              )
            )
            (net (rename Mcount_count_cy_2__rt "Mcount_count_cy<2>_rt")
              (joined
                (portRef O (instanceRef Mcount_count_cy_2__rt_renamed_21))
                (portRef S (instanceRef Mcount_count_cy_2___renamed_3))
                (portRef LI (instanceRef Mcount_count_xor_2__))
              )
            )
            (net (rename Mcount_count_cy_3__ "Mcount_count_cy<3>")
              (joined
                (portRef O (instanceRef Mcount_count_cy_3___renamed_4))
                (portRef CI (instanceRef Mcount_count_cy_4___renamed_5))
                (portRef CI (instanceRef Mcount_count_xor_4__))
              )
            )
            (net (rename Mcount_count_cy_3__rt "Mcount_count_cy<3>_rt")
              (joined
                (portRef O (instanceRef Mcount_count_cy_3__rt_renamed_22))
                (portRef S (instanceRef Mcount_count_cy_3___renamed_4))
                (portRef LI (instanceRef Mcount_count_xor_3__))
              )
            )
            (net (rename Mcount_count_cy_4__ "Mcount_count_cy<4>")
              (joined
                (portRef O (instanceRef Mcount_count_cy_4___renamed_5))
                (portRef CI (instanceRef Mcount_count_cy_5___renamed_6))
                (portRef CI (instanceRef Mcount_count_xor_5__))
              )
            )
            (net (rename Mcount_count_cy_4__rt "Mcount_count_cy<4>_rt")
              (joined
                (portRef O (instanceRef Mcount_count_cy_4__rt_renamed_23))
                (portRef S (instanceRef Mcount_count_cy_4___renamed_5))
                (portRef LI (instanceRef Mcount_count_xor_4__))
              )
            )
            (net (rename Mcount_count_cy_5__ "Mcount_count_cy<5>")
              (joined
                (portRef O (instanceRef Mcount_count_cy_5___renamed_6))
                (portRef CI (instanceRef Mcount_count_cy_6___renamed_7))
                (portRef CI (instanceRef Mcount_count_xor_6__))
              )
            )
            (net (rename Mcount_count_cy_5__rt "Mcount_count_cy<5>_rt")
              (joined
                (portRef O (instanceRef Mcount_count_cy_5__rt_renamed_24))
                (portRef S (instanceRef Mcount_count_cy_5___renamed_6))
                (portRef LI (instanceRef Mcount_count_xor_5__))
              )
            )
            (net (rename Mcount_count_cy_6__ "Mcount_count_cy<6>")
              (joined
                (portRef O (instanceRef Mcount_count_cy_6___renamed_7))
                (portRef CI (instanceRef Mcount_count_cy_7___renamed_8))
                (portRef CI (instanceRef Mcount_count_xor_7__))
              )
            )
            (net (rename Mcount_count_cy_6__rt "Mcount_count_cy<6>_rt")
              (joined
                (portRef O (instanceRef Mcount_count_cy_6__rt_renamed_25))
                (portRef S (instanceRef Mcount_count_cy_6___renamed_7))
                (portRef LI (instanceRef Mcount_count_xor_6__))
              )
            )
            (net (rename Mcount_count_cy_7__ "Mcount_count_cy<7>")
              (joined
                (portRef O (instanceRef Mcount_count_cy_7___renamed_8))
                (portRef CI (instanceRef Mcount_count_cy_8___renamed_9))
                (portRef CI (instanceRef Mcount_count_xor_8__))
              )
            )
            (net (rename Mcount_count_cy_7__rt "Mcount_count_cy<7>_rt")
              (joined
                (portRef O (instanceRef Mcount_count_cy_7__rt_renamed_26))
                (portRef S (instanceRef Mcount_count_cy_7___renamed_8))
                (portRef LI (instanceRef Mcount_count_xor_7__))
              )
            )
            (net (rename Mcount_count_cy_8__ "Mcount_count_cy<8>")
              (joined
                (portRef O (instanceRef Mcount_count_cy_8___renamed_9))
                (portRef CI (instanceRef Mcount_count_cy_9___renamed_10))
                (portRef CI (instanceRef Mcount_count_xor_9__))
              )
            )
            (net (rename Mcount_count_cy_8__rt "Mcount_count_cy<8>_rt")
              (joined
                (portRef O (instanceRef Mcount_count_cy_8__rt_renamed_27))
                (portRef S (instanceRef Mcount_count_cy_8___renamed_9))
                (portRef LI (instanceRef Mcount_count_xor_8__))
              )
            )
            (net (rename Mcount_count_cy_9__ "Mcount_count_cy<9>")
              (joined
                (portRef O (instanceRef Mcount_count_cy_9___renamed_10))
                (portRef CI (instanceRef Mcount_count_cy_10___renamed_11))
                (portRef CI (instanceRef Mcount_count_xor_10__))
              )
            )
            (net (rename Mcount_count_cy_9__rt "Mcount_count_cy<9>_rt")
              (joined
                (portRef O (instanceRef Mcount_count_cy_9__rt_renamed_28))
                (portRef S (instanceRef Mcount_count_cy_9___renamed_10))
                (portRef LI (instanceRef Mcount_count_xor_9__))
              )
            )
            (net (rename Mcount_count_lut_0__ "Mcount_count_lut<0>")
              (joined
                (portRef S (instanceRef Mcount_count_cy_0___renamed_1))
                (portRef LI (instanceRef Mcount_count_xor_0__))
                (portRef O (instanceRef Mcount_count_lut_0__INV_0))
              )
            )
            (net (rename Mcount_count_xor_15__rt "Mcount_count_xor<15>_rt")
              (joined
                (portRef O (instanceRef Mcount_count_xor_15__rt_renamed_34))
                (portRef LI (instanceRef Mcount_count_xor_15__))
              )
            )
            (net N0
              (joined
                (portRef G (instanceRef XST_GND))
                (portRef CI (instanceRef Mcount_count_cy_0___renamed_1))
                (portRef CI (instanceRef Mcount_count_xor_0__))
                (portRef DI (instanceRef Mcount_count_cy_1___renamed_2))
                (portRef DI (instanceRef Mcount_count_cy_2___renamed_3))
                (portRef DI (instanceRef Mcount_count_cy_3___renamed_4))
                (portRef DI (instanceRef Mcount_count_cy_4___renamed_5))
                (portRef DI (instanceRef Mcount_count_cy_5___renamed_6))
                (portRef DI (instanceRef Mcount_count_cy_6___renamed_7))
                (portRef DI (instanceRef Mcount_count_cy_7___renamed_8))
                (portRef DI (instanceRef Mcount_count_cy_8___renamed_9))
                (portRef DI (instanceRef Mcount_count_cy_9___renamed_10))
                (portRef DI (instanceRef Mcount_count_cy_10___renamed_11))
                (portRef DI (instanceRef Mcount_count_cy_11___renamed_12))
                (portRef DI (instanceRef Mcount_count_cy_12___renamed_13))
                (portRef DI (instanceRef Mcount_count_cy_13___renamed_14))
                (portRef DI (instanceRef Mcount_count_cy_14___renamed_15))
              )
            )
            (net N1
              (joined
                (portRef P (instanceRef XST_VCC))
                (portRef DI (instanceRef Mcount_count_cy_0___renamed_1))
              )
            )
            (net (rename Result_0__ "Result<0>")
              (joined
                (portRef D (instanceRef count_0))
                (portRef O (instanceRef Mcount_count_xor_0__))
              )
            )
            (net (rename Result_10__ "Result<10>")
              (joined
                (portRef D (instanceRef count_10))
                (portRef O (instanceRef Mcount_count_xor_10__))
              )
            )
            (net (rename Result_11__ "Result<11>")
              (joined
                (portRef D (instanceRef count_11))
                (portRef O (instanceRef Mcount_count_xor_11__))
              )
            )
            (net (rename Result_12__ "Result<12>")
              (joined
                (portRef D (instanceRef count_12))
                (portRef O (instanceRef Mcount_count_xor_12__))
              )
            )
            (net (rename Result_13__ "Result<13>")
              (joined
                (portRef D (instanceRef count_13))
                (portRef O (instanceRef Mcount_count_xor_13__))
              )
            )
            (net (rename Result_14__ "Result<14>")
              (joined
                (portRef D (instanceRef count_14))
                (portRef O (instanceRef Mcount_count_xor_14__))
              )
            )
            (net (rename Result_15__ "Result<15>")
              (joined
                (portRef D (instanceRef count_15))
                (portRef O (instanceRef Mcount_count_xor_15__))
              )
            )
            (net (rename Result_1__ "Result<1>")
              (joined
                (portRef D (instanceRef count_1))
                (portRef O (instanceRef Mcount_count_xor_1__))
              )
            )
            (net (rename Result_2__ "Result<2>")
              (joined
                (portRef D (instanceRef count_2))
                (portRef O (instanceRef Mcount_count_xor_2__))
              )
            )
            (net (rename Result_3__ "Result<3>")
              (joined
                (portRef D (instanceRef count_3))
                (portRef O (instanceRef Mcount_count_xor_3__))
              )
            )
            (net (rename Result_4__ "Result<4>")
              (joined
                (portRef D (instanceRef count_4))
                (portRef O (instanceRef Mcount_count_xor_4__))
              )
            )
            (net (rename Result_5__ "Result<5>")
              (joined
                (portRef D (instanceRef count_5))
                (portRef O (instanceRef Mcount_count_xor_5__))
              )
            )
            (net (rename Result_6__ "Result<6>")
              (joined
                (portRef D (instanceRef count_6))
                (portRef O (instanceRef Mcount_count_xor_6__))
              )
            )
            (net (rename Result_7__ "Result<7>")
              (joined
                (portRef D (instanceRef count_7))
                (portRef O (instanceRef Mcount_count_xor_7__))
              )
            )
            (net (rename Result_8__ "Result<8>")
              (joined
                (portRef D (instanceRef count_8))
                (portRef O (instanceRef Mcount_count_xor_8__))
              )
            )
            (net (rename Result_9__ "Result<9>")
              (joined
                (portRef D (instanceRef count_9))
                (portRef O (instanceRef Mcount_count_xor_9__))
              )
            )
            (net (rename count_0__ "count<0>")
              (joined
                (portRef Q (instanceRef count_0))
                (portRef I (instanceRef Mcount_count_lut_0__INV_0))
                (portRef I0 (instanceRef A0_cmp_eq000012_renamed_36))
              )
            )
            (net (rename count_1__ "count<1>")
              (joined
                (portRef Q (instanceRef count_1))
                (portRef I0 (instanceRef Mcount_count_cy_1__rt_renamed_20))
                (portRef I1 (instanceRef A0_cmp_eq000012_renamed_36))
              )
            )
            (net (rename count_10__ "count<10>")
              (joined
                (portRef Q (instanceRef count_10))
                (portRef I2 (instanceRef A0_cmp_eq000049_renamed_17))
                (portRef I0 (instanceRef Mcount_count_cy_10__rt_renamed_29))
              )
            )
            (net (rename count_11__ "count<11>")
              (joined
                (portRef Q (instanceRef count_11))
                (portRef I3 (instanceRef A0_cmp_eq000049_renamed_17))
                (portRef I0 (instanceRef Mcount_count_cy_11__rt_renamed_30))
              )
            )
            (net (rename count_12__ "count<12>")
              (joined
                (portRef Q (instanceRef count_12))
                (portRef I0 (instanceRef A0_cmp_eq000062_renamed_18))
                (portRef I0 (instanceRef Mcount_count_cy_12__rt_renamed_31))
              )
            )
            (net (rename count_13__ "count<13>")
              (joined
                (portRef Q (instanceRef count_13))
                (portRef I1 (instanceRef A0_cmp_eq000062_renamed_18))
                (portRef I0 (instanceRef Mcount_count_cy_13__rt_renamed_32))
              )
            )
            (net (rename count_14__ "count<14>")
              (joined
                (portRef Q (instanceRef count_14))
                (portRef I2 (instanceRef A0_cmp_eq000062_renamed_18))
                (portRef I0 (instanceRef Mcount_count_cy_14__rt_renamed_33))
              )
            )
            (net (rename count_15__ "count<15>")
              (joined
                (portRef Q (instanceRef count_15))
                (portRef I3 (instanceRef A0_cmp_eq000062_renamed_18))
                (portRef I0 (instanceRef Mcount_count_xor_15__rt_renamed_34))
              )
            )
            (net (rename count_2__ "count<2>")
              (joined
                (portRef Q (instanceRef count_2))
                (portRef I0 (instanceRef Mcount_count_cy_2__rt_renamed_21))
                (portRef I2 (instanceRef A0_cmp_eq000012_renamed_36))
              )
            )
            (net (rename count_3__ "count<3>")
              (joined
                (portRef Q (instanceRef count_3))
                (portRef I0 (instanceRef Mcount_count_cy_3__rt_renamed_22))
                (portRef I3 (instanceRef A0_cmp_eq000012_renamed_36))
              )
            )
            (net (rename count_4__ "count<4>")
              (joined
                (portRef Q (instanceRef count_4))
                (portRef I0 (instanceRef A0_cmp_eq000025_renamed_16))
                (portRef I0 (instanceRef Mcount_count_cy_4__rt_renamed_23))
              )
            )
            (net (rename count_5__ "count<5>")
              (joined
                (portRef Q (instanceRef count_5))
                (portRef I1 (instanceRef A0_cmp_eq000025_renamed_16))
                (portRef I0 (instanceRef Mcount_count_cy_5__rt_renamed_24))
              )
            )
            (net (rename count_6__ "count<6>")
              (joined
                (portRef Q (instanceRef count_6))
                (portRef I2 (instanceRef A0_cmp_eq000025_renamed_16))
                (portRef I0 (instanceRef Mcount_count_cy_6__rt_renamed_25))
              )
            )
            (net (rename count_7__ "count<7>")
              (joined
                (portRef Q (instanceRef count_7))
                (portRef I3 (instanceRef A0_cmp_eq000025_renamed_16))
                (portRef I0 (instanceRef Mcount_count_cy_7__rt_renamed_26))
              )
            )
            (net (rename count_8__ "count<8>")
              (joined
                (portRef Q (instanceRef count_8))
                (portRef I0 (instanceRef A0_cmp_eq000049_renamed_17))
                (portRef I0 (instanceRef Mcount_count_cy_8__rt_renamed_27))
              )
            )
            (net (rename count_9__ "count<9>")
              (joined
                (portRef Q (instanceRef count_9))
                (portRef I1 (instanceRef A0_cmp_eq000049_renamed_17))
                (portRef I0 (instanceRef Mcount_count_cy_9__rt_renamed_28))
              )
            )
          )
      )
    )
  )

  (design led
    (cellRef led
      (libraryRef led_lib)
    )
    (property PART (string "xc3s250e-4-vq100") (owner "Xilinx"))
  )
)