-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_output
executable file
·858 lines (858 loc) · 44.8 KB
/
test_output
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
#! /opt/homebrew/Cellar/icarus-verilog/12.0/bin/vvp
:ivl_version "12.0 (stable)";
:ivl_delay_selection "TYPICAL";
:vpi_time_precision - 12;
:vpi_module "/opt/homebrew/Cellar/icarus-verilog/12.0/lib/ivl/system.vpi";
:vpi_module "/opt/homebrew/Cellar/icarus-verilog/12.0/lib/ivl/vhdl_sys.vpi";
:vpi_module "/opt/homebrew/Cellar/icarus-verilog/12.0/lib/ivl/vhdl_textio.vpi";
:vpi_module "/opt/homebrew/Cellar/icarus-verilog/12.0/lib/ivl/v2005_math.vpi";
:vpi_module "/opt/homebrew/Cellar/icarus-verilog/12.0/lib/ivl/va_math.vpi";
S_0x13c60b1c0 .scope module, "and3" "and3" 2 35;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /INPUT 1 "i2";
.port_info 3 /OUTPUT 1 "o";
o0x130030010 .functor BUFZ 1, C4<z>; HiZ drive
v0x600002792910_0 .net "i0", 0 0, o0x130030010; 0 drivers
o0x130030040 .functor BUFZ 1, C4<z>; HiZ drive
v0x6000027929a0_0 .net "i1", 0 0, o0x130030040; 0 drivers
o0x130030130 .functor BUFZ 1, C4<z>; HiZ drive
v0x600002792a30_0 .net "i2", 0 0, o0x130030130; 0 drivers
v0x600002792ac0_0 .net "o", 0 0, L_0x600003e94700; 1 drivers
v0x600002792b50_0 .net "t", 0 0, L_0x600003e94690; 1 drivers
S_0x13c60b930 .scope module, "and2_0" "and2" 2 37, 2 5 0, S_0x13c60b1c0;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /OUTPUT 1 "o";
L_0x600003e94690 .functor AND 1, o0x130030010, o0x130030040, C4<1>, C4<1>;
v0x6000027925b0_0 .net "i0", 0 0, o0x130030010; alias, 0 drivers
v0x600002792640_0 .net "i1", 0 0, o0x130030040; alias, 0 drivers
v0x6000027926d0_0 .net "o", 0 0, L_0x600003e94690; alias, 1 drivers
S_0x13c60baa0 .scope module, "and2_1" "and2" 2 38, 2 5 0, S_0x13c60b1c0;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /OUTPUT 1 "o";
L_0x600003e94700 .functor AND 1, o0x130030130, L_0x600003e94690, C4<1>, C4<1>;
v0x600002792760_0 .net "i0", 0 0, o0x130030130; alias, 0 drivers
v0x6000027927f0_0 .net "i1", 0 0, L_0x600003e94690; alias, 1 drivers
v0x600002792880_0 .net "o", 0 0, L_0x600003e94700; alias, 1 drivers
S_0x13c609950 .scope module, "demux8" "demux8" 2 106;
.timescale 0 0;
.port_info 0 /INPUT 1 "i";
.port_info 1 /INPUT 1 "j2";
.port_info 2 /INPUT 1 "j1";
.port_info 3 /INPUT 1 "j0";
.port_info 4 /OUTPUT 8 "o";
o0x1300304c0 .functor BUFZ 1, C4<z>; HiZ drive
v0x60000279ea30_0 .net "i", 0 0, o0x1300304c0; 0 drivers
o0x130030b50 .functor BUFZ 1, C4<z>; HiZ drive
v0x60000279eac0_0 .net "j0", 0 0, o0x130030b50; 0 drivers
o0x130030820 .functor BUFZ 1, C4<z>; HiZ drive
v0x60000279eb50_0 .net "j1", 0 0, o0x130030820; 0 drivers
o0x1300304f0 .functor BUFZ 1, C4<z>; HiZ drive
v0x60000279ebe0_0 .net "j2", 0 0, o0x1300304f0; 0 drivers
v0x60000279ec70_0 .net "o", 0 7, L_0x600002495c20; 1 drivers
v0x60000279ed00_0 .net "t0", 0 0, L_0x6000024941e0; 1 drivers
v0x60000279ed90_0 .net "t1", 0 0, L_0x6000024943c0; 1 drivers
L_0x600002495c20 .concat8 [ 4 4 0 0], L_0x600002495b80, L_0x600002494fa0;
S_0x13c60bc10 .scope module, "demux2_0" "demux2" 2 112, 2 83 0, S_0x13c609950;
.timescale 0 0;
.port_info 0 /INPUT 1 "i";
.port_info 1 /INPUT 1 "j";
.port_info 2 /OUTPUT 1 "o0";
.port_info 3 /OUTPUT 1 "o1";
v0x600002792be0_0 .net *"_ivl_0", 31 0, L_0x6000024940a0; 1 drivers
v0x600002792c70_0 .net *"_ivl_12", 31 0, L_0x600002494280; 1 drivers
L_0x1300680e8 .functor BUFT 1, C4<0000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x600002792d00_0 .net *"_ivl_15", 30 0, L_0x1300680e8; 1 drivers
L_0x130068130 .functor BUFT 1, C4<00000000000000000000000000000001>, C4<0>, C4<0>, C4<0>;
v0x600002792d90_0 .net/2u *"_ivl_16", 31 0, L_0x130068130; 1 drivers
v0x600002792e20_0 .net *"_ivl_18", 0 0, L_0x600002494320; 1 drivers
L_0x130068178 .functor BUFT 1, C4<0>, C4<0>, C4<0>, C4<0>;
v0x600002792eb0_0 .net/2u *"_ivl_20", 0 0, L_0x130068178; 1 drivers
L_0x130068010 .functor BUFT 1, C4<0000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x600002792f40_0 .net *"_ivl_3", 30 0, L_0x130068010; 1 drivers
L_0x130068058 .functor BUFT 1, C4<00000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x600002792fd0_0 .net/2u *"_ivl_4", 31 0, L_0x130068058; 1 drivers
v0x600002793060_0 .net *"_ivl_6", 0 0, L_0x600002494140; 1 drivers
L_0x1300680a0 .functor BUFT 1, C4<0>, C4<0>, C4<0>, C4<0>;
v0x6000027930f0_0 .net/2u *"_ivl_8", 0 0, L_0x1300680a0; 1 drivers
v0x600002793180_0 .net "i", 0 0, o0x1300304c0; alias, 0 drivers
v0x600002793210_0 .net "j", 0 0, o0x1300304f0; alias, 0 drivers
v0x6000027932a0_0 .net "o0", 0 0, L_0x6000024941e0; alias, 1 drivers
v0x600002793330_0 .net "o1", 0 0, L_0x6000024943c0; alias, 1 drivers
L_0x6000024940a0 .concat [ 1 31 0 0], o0x1300304f0, L_0x130068010;
L_0x600002494140 .cmp/eq 32, L_0x6000024940a0, L_0x130068058;
L_0x6000024941e0 .functor MUXZ 1, L_0x1300680a0, o0x1300304c0, L_0x600002494140, C4<>;
L_0x600002494280 .concat [ 1 31 0 0], o0x1300304f0, L_0x1300680e8;
L_0x600002494320 .cmp/eq 32, L_0x600002494280, L_0x130068130;
L_0x6000024943c0 .functor MUXZ 1, L_0x130068178, o0x1300304c0, L_0x600002494320, C4<>;
S_0x13c60bd80 .scope module, "demux4_0" "demux4" 2 113, 2 88 0, S_0x13c609950;
.timescale 0 0;
.port_info 0 /INPUT 1 "i";
.port_info 1 /INPUT 1 "j1";
.port_info 2 /INPUT 1 "j0";
.port_info 3 /OUTPUT 4 "o";
v0x60000279cbd0_0 .net "i", 0 0, L_0x6000024941e0; alias, 1 drivers
v0x60000279cc60_0 .net "j0", 0 0, o0x130030b50; alias, 0 drivers
v0x60000279ccf0_0 .net "j1", 0 0, o0x130030820; alias, 0 drivers
v0x60000279cd80_0 .net "o", 0 3, L_0x600002494fa0; 1 drivers
v0x60000279ce10_0 .net "t0", 0 0, L_0x6000024945a0; 1 drivers
v0x60000279cea0_0 .net "t1", 0 0, L_0x600002494780; 1 drivers
L_0x600002494fa0 .concat8 [ 1 1 1 1], L_0x600002494f00, L_0x600002494d20, L_0x600002494b40, L_0x600002494960;
S_0x13c60bef0 .scope module, "demux2_0" "demux2" 2 90, 2 83 0, S_0x13c60bd80;
.timescale 0 0;
.port_info 0 /INPUT 1 "i";
.port_info 1 /INPUT 1 "j";
.port_info 2 /OUTPUT 1 "o0";
.port_info 3 /OUTPUT 1 "o1";
v0x6000027933c0_0 .net *"_ivl_0", 31 0, L_0x600002494460; 1 drivers
v0x600002793450_0 .net *"_ivl_12", 31 0, L_0x600002494640; 1 drivers
L_0x130068298 .functor BUFT 1, C4<0000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x6000027934e0_0 .net *"_ivl_15", 30 0, L_0x130068298; 1 drivers
L_0x1300682e0 .functor BUFT 1, C4<00000000000000000000000000000001>, C4<0>, C4<0>, C4<0>;
v0x600002793570_0 .net/2u *"_ivl_16", 31 0, L_0x1300682e0; 1 drivers
v0x600002793600_0 .net *"_ivl_18", 0 0, L_0x6000024946e0; 1 drivers
L_0x130068328 .functor BUFT 1, C4<0>, C4<0>, C4<0>, C4<0>;
v0x600002793690_0 .net/2u *"_ivl_20", 0 0, L_0x130068328; 1 drivers
L_0x1300681c0 .functor BUFT 1, C4<0000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x600002793720_0 .net *"_ivl_3", 30 0, L_0x1300681c0; 1 drivers
L_0x130068208 .functor BUFT 1, C4<00000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x6000027937b0_0 .net/2u *"_ivl_4", 31 0, L_0x130068208; 1 drivers
v0x600002793840_0 .net *"_ivl_6", 0 0, L_0x600002494500; 1 drivers
L_0x130068250 .functor BUFT 1, C4<0>, C4<0>, C4<0>, C4<0>;
v0x6000027938d0_0 .net/2u *"_ivl_8", 0 0, L_0x130068250; 1 drivers
v0x600002793960_0 .net "i", 0 0, L_0x6000024941e0; alias, 1 drivers
v0x6000027939f0_0 .net "j", 0 0, o0x130030820; alias, 0 drivers
v0x600002793a80_0 .net "o0", 0 0, L_0x6000024945a0; alias, 1 drivers
v0x600002793b10_0 .net "o1", 0 0, L_0x600002494780; alias, 1 drivers
L_0x600002494460 .concat [ 1 31 0 0], o0x130030820, L_0x1300681c0;
L_0x600002494500 .cmp/eq 32, L_0x600002494460, L_0x130068208;
L_0x6000024945a0 .functor MUXZ 1, L_0x130068250, L_0x6000024941e0, L_0x600002494500, C4<>;
L_0x600002494640 .concat [ 1 31 0 0], o0x130030820, L_0x130068298;
L_0x6000024946e0 .cmp/eq 32, L_0x600002494640, L_0x1300682e0;
L_0x600002494780 .functor MUXZ 1, L_0x130068328, L_0x6000024941e0, L_0x6000024946e0, C4<>;
S_0x13c60c060 .scope module, "demux2_1" "demux2" 2 91, 2 83 0, S_0x13c60bd80;
.timescale 0 0;
.port_info 0 /INPUT 1 "i";
.port_info 1 /INPUT 1 "j";
.port_info 2 /OUTPUT 1 "o0";
.port_info 3 /OUTPUT 1 "o1";
v0x600002793ba0_0 .net *"_ivl_0", 31 0, L_0x600002494820; 1 drivers
v0x600002793c30_0 .net *"_ivl_12", 31 0, L_0x600002494a00; 1 drivers
L_0x130068448 .functor BUFT 1, C4<0000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x600002793cc0_0 .net *"_ivl_15", 30 0, L_0x130068448; 1 drivers
L_0x130068490 .functor BUFT 1, C4<00000000000000000000000000000001>, C4<0>, C4<0>, C4<0>;
v0x600002793d50_0 .net/2u *"_ivl_16", 31 0, L_0x130068490; 1 drivers
v0x600002793de0_0 .net *"_ivl_18", 0 0, L_0x600002494aa0; 1 drivers
L_0x1300684d8 .functor BUFT 1, C4<0>, C4<0>, C4<0>, C4<0>;
v0x600002793e70_0 .net/2u *"_ivl_20", 0 0, L_0x1300684d8; 1 drivers
L_0x130068370 .functor BUFT 1, C4<0000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x600002793f00_0 .net *"_ivl_3", 30 0, L_0x130068370; 1 drivers
L_0x1300683b8 .functor BUFT 1, C4<00000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x60000279c000_0 .net/2u *"_ivl_4", 31 0, L_0x1300683b8; 1 drivers
v0x60000279c090_0 .net *"_ivl_6", 0 0, L_0x6000024948c0; 1 drivers
L_0x130068400 .functor BUFT 1, C4<0>, C4<0>, C4<0>, C4<0>;
v0x60000279c120_0 .net/2u *"_ivl_8", 0 0, L_0x130068400; 1 drivers
v0x60000279c1b0_0 .net "i", 0 0, L_0x6000024945a0; alias, 1 drivers
v0x60000279c240_0 .net "j", 0 0, o0x130030b50; alias, 0 drivers
v0x60000279c2d0_0 .net "o0", 0 0, L_0x600002494960; 1 drivers
v0x60000279c360_0 .net "o1", 0 0, L_0x600002494b40; 1 drivers
L_0x600002494820 .concat [ 1 31 0 0], o0x130030b50, L_0x130068370;
L_0x6000024948c0 .cmp/eq 32, L_0x600002494820, L_0x1300683b8;
L_0x600002494960 .functor MUXZ 1, L_0x130068400, L_0x6000024945a0, L_0x6000024948c0, C4<>;
L_0x600002494a00 .concat [ 1 31 0 0], o0x130030b50, L_0x130068448;
L_0x600002494aa0 .cmp/eq 32, L_0x600002494a00, L_0x130068490;
L_0x600002494b40 .functor MUXZ 1, L_0x1300684d8, L_0x6000024945a0, L_0x600002494aa0, C4<>;
S_0x13c6049e0 .scope module, "demux2_2" "demux2" 2 92, 2 83 0, S_0x13c60bd80;
.timescale 0 0;
.port_info 0 /INPUT 1 "i";
.port_info 1 /INPUT 1 "j";
.port_info 2 /OUTPUT 1 "o0";
.port_info 3 /OUTPUT 1 "o1";
v0x60000279c3f0_0 .net *"_ivl_0", 31 0, L_0x600002494be0; 1 drivers
v0x60000279c480_0 .net *"_ivl_12", 31 0, L_0x600002494dc0; 1 drivers
L_0x1300685f8 .functor BUFT 1, C4<0000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x60000279c510_0 .net *"_ivl_15", 30 0, L_0x1300685f8; 1 drivers
L_0x130068640 .functor BUFT 1, C4<00000000000000000000000000000001>, C4<0>, C4<0>, C4<0>;
v0x60000279c5a0_0 .net/2u *"_ivl_16", 31 0, L_0x130068640; 1 drivers
v0x60000279c630_0 .net *"_ivl_18", 0 0, L_0x600002494e60; 1 drivers
L_0x130068688 .functor BUFT 1, C4<0>, C4<0>, C4<0>, C4<0>;
v0x60000279c6c0_0 .net/2u *"_ivl_20", 0 0, L_0x130068688; 1 drivers
L_0x130068520 .functor BUFT 1, C4<0000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x60000279c750_0 .net *"_ivl_3", 30 0, L_0x130068520; 1 drivers
L_0x130068568 .functor BUFT 1, C4<00000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x60000279c7e0_0 .net/2u *"_ivl_4", 31 0, L_0x130068568; 1 drivers
v0x60000279c870_0 .net *"_ivl_6", 0 0, L_0x600002494c80; 1 drivers
L_0x1300685b0 .functor BUFT 1, C4<0>, C4<0>, C4<0>, C4<0>;
v0x60000279c900_0 .net/2u *"_ivl_8", 0 0, L_0x1300685b0; 1 drivers
v0x60000279c990_0 .net "i", 0 0, L_0x600002494780; alias, 1 drivers
v0x60000279ca20_0 .net "j", 0 0, o0x130030b50; alias, 0 drivers
v0x60000279cab0_0 .net "o0", 0 0, L_0x600002494d20; 1 drivers
v0x60000279cb40_0 .net "o1", 0 0, L_0x600002494f00; 1 drivers
L_0x600002494be0 .concat [ 1 31 0 0], o0x130030b50, L_0x130068520;
L_0x600002494c80 .cmp/eq 32, L_0x600002494be0, L_0x130068568;
L_0x600002494d20 .functor MUXZ 1, L_0x1300685b0, L_0x600002494780, L_0x600002494c80, C4<>;
L_0x600002494dc0 .concat [ 1 31 0 0], o0x130030b50, L_0x1300685f8;
L_0x600002494e60 .cmp/eq 32, L_0x600002494dc0, L_0x130068640;
L_0x600002494f00 .functor MUXZ 1, L_0x130068688, L_0x600002494780, L_0x600002494e60, C4<>;
S_0x13c604b50 .scope module, "demux4_1" "demux4" 2 114, 2 88 0, S_0x13c609950;
.timescale 0 0;
.port_info 0 /INPUT 1 "i";
.port_info 1 /INPUT 1 "j1";
.port_info 2 /INPUT 1 "j0";
.port_info 3 /OUTPUT 4 "o";
v0x60000279e6d0_0 .net "i", 0 0, L_0x6000024943c0; alias, 1 drivers
v0x60000279e760_0 .net "j0", 0 0, o0x130030b50; alias, 0 drivers
v0x60000279e7f0_0 .net "j1", 0 0, o0x130030820; alias, 0 drivers
v0x60000279e880_0 .net "o", 0 3, L_0x600002495b80; 1 drivers
v0x60000279e910_0 .net "t0", 0 0, L_0x600002495180; 1 drivers
v0x60000279e9a0_0 .net "t1", 0 0, L_0x600002495360; 1 drivers
L_0x600002495b80 .concat8 [ 1 1 1 1], L_0x600002495ae0, L_0x600002495900, L_0x600002495720, L_0x600002495540;
S_0x13c604cc0 .scope module, "demux2_0" "demux2" 2 90, 2 83 0, S_0x13c604b50;
.timescale 0 0;
.port_info 0 /INPUT 1 "i";
.port_info 1 /INPUT 1 "j";
.port_info 2 /OUTPUT 1 "o0";
.port_info 3 /OUTPUT 1 "o1";
v0x60000279cf30_0 .net *"_ivl_0", 31 0, L_0x600002495040; 1 drivers
v0x60000279cfc0_0 .net *"_ivl_12", 31 0, L_0x600002495220; 1 drivers
L_0x1300687a8 .functor BUFT 1, C4<0000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x60000279d050_0 .net *"_ivl_15", 30 0, L_0x1300687a8; 1 drivers
L_0x1300687f0 .functor BUFT 1, C4<00000000000000000000000000000001>, C4<0>, C4<0>, C4<0>;
v0x60000279d0e0_0 .net/2u *"_ivl_16", 31 0, L_0x1300687f0; 1 drivers
v0x60000279d170_0 .net *"_ivl_18", 0 0, L_0x6000024952c0; 1 drivers
L_0x130068838 .functor BUFT 1, C4<0>, C4<0>, C4<0>, C4<0>;
v0x60000279d200_0 .net/2u *"_ivl_20", 0 0, L_0x130068838; 1 drivers
L_0x1300686d0 .functor BUFT 1, C4<0000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x60000279d290_0 .net *"_ivl_3", 30 0, L_0x1300686d0; 1 drivers
L_0x130068718 .functor BUFT 1, C4<00000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x60000279d320_0 .net/2u *"_ivl_4", 31 0, L_0x130068718; 1 drivers
v0x60000279d3b0_0 .net *"_ivl_6", 0 0, L_0x6000024950e0; 1 drivers
L_0x130068760 .functor BUFT 1, C4<0>, C4<0>, C4<0>, C4<0>;
v0x60000279d440_0 .net/2u *"_ivl_8", 0 0, L_0x130068760; 1 drivers
v0x60000279d4d0_0 .net "i", 0 0, L_0x6000024943c0; alias, 1 drivers
v0x60000279d560_0 .net "j", 0 0, o0x130030820; alias, 0 drivers
v0x60000279d5f0_0 .net "o0", 0 0, L_0x600002495180; alias, 1 drivers
v0x60000279d680_0 .net "o1", 0 0, L_0x600002495360; alias, 1 drivers
L_0x600002495040 .concat [ 1 31 0 0], o0x130030820, L_0x1300686d0;
L_0x6000024950e0 .cmp/eq 32, L_0x600002495040, L_0x130068718;
L_0x600002495180 .functor MUXZ 1, L_0x130068760, L_0x6000024943c0, L_0x6000024950e0, C4<>;
L_0x600002495220 .concat [ 1 31 0 0], o0x130030820, L_0x1300687a8;
L_0x6000024952c0 .cmp/eq 32, L_0x600002495220, L_0x1300687f0;
L_0x600002495360 .functor MUXZ 1, L_0x130068838, L_0x6000024943c0, L_0x6000024952c0, C4<>;
S_0x13c604e30 .scope module, "demux2_1" "demux2" 2 91, 2 83 0, S_0x13c604b50;
.timescale 0 0;
.port_info 0 /INPUT 1 "i";
.port_info 1 /INPUT 1 "j";
.port_info 2 /OUTPUT 1 "o0";
.port_info 3 /OUTPUT 1 "o1";
v0x60000279d710_0 .net *"_ivl_0", 31 0, L_0x600002495400; 1 drivers
v0x60000279d7a0_0 .net *"_ivl_12", 31 0, L_0x6000024955e0; 1 drivers
L_0x130068958 .functor BUFT 1, C4<0000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x60000279d830_0 .net *"_ivl_15", 30 0, L_0x130068958; 1 drivers
L_0x1300689a0 .functor BUFT 1, C4<00000000000000000000000000000001>, C4<0>, C4<0>, C4<0>;
v0x60000279d8c0_0 .net/2u *"_ivl_16", 31 0, L_0x1300689a0; 1 drivers
v0x60000279d950_0 .net *"_ivl_18", 0 0, L_0x600002495680; 1 drivers
L_0x1300689e8 .functor BUFT 1, C4<0>, C4<0>, C4<0>, C4<0>;
v0x60000279d9e0_0 .net/2u *"_ivl_20", 0 0, L_0x1300689e8; 1 drivers
L_0x130068880 .functor BUFT 1, C4<0000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x60000279da70_0 .net *"_ivl_3", 30 0, L_0x130068880; 1 drivers
L_0x1300688c8 .functor BUFT 1, C4<00000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x60000279db00_0 .net/2u *"_ivl_4", 31 0, L_0x1300688c8; 1 drivers
v0x60000279db90_0 .net *"_ivl_6", 0 0, L_0x6000024954a0; 1 drivers
L_0x130068910 .functor BUFT 1, C4<0>, C4<0>, C4<0>, C4<0>;
v0x60000279dc20_0 .net/2u *"_ivl_8", 0 0, L_0x130068910; 1 drivers
v0x60000279dcb0_0 .net "i", 0 0, L_0x600002495180; alias, 1 drivers
v0x60000279dd40_0 .net "j", 0 0, o0x130030b50; alias, 0 drivers
v0x60000279ddd0_0 .net "o0", 0 0, L_0x600002495540; 1 drivers
v0x60000279de60_0 .net "o1", 0 0, L_0x600002495720; 1 drivers
L_0x600002495400 .concat [ 1 31 0 0], o0x130030b50, L_0x130068880;
L_0x6000024954a0 .cmp/eq 32, L_0x600002495400, L_0x1300688c8;
L_0x600002495540 .functor MUXZ 1, L_0x130068910, L_0x600002495180, L_0x6000024954a0, C4<>;
L_0x6000024955e0 .concat [ 1 31 0 0], o0x130030b50, L_0x130068958;
L_0x600002495680 .cmp/eq 32, L_0x6000024955e0, L_0x1300689a0;
L_0x600002495720 .functor MUXZ 1, L_0x1300689e8, L_0x600002495180, L_0x600002495680, C4<>;
S_0x13c604fa0 .scope module, "demux2_2" "demux2" 2 92, 2 83 0, S_0x13c604b50;
.timescale 0 0;
.port_info 0 /INPUT 1 "i";
.port_info 1 /INPUT 1 "j";
.port_info 2 /OUTPUT 1 "o0";
.port_info 3 /OUTPUT 1 "o1";
v0x60000279def0_0 .net *"_ivl_0", 31 0, L_0x6000024957c0; 1 drivers
v0x60000279df80_0 .net *"_ivl_12", 31 0, L_0x6000024959a0; 1 drivers
L_0x130068b08 .functor BUFT 1, C4<0000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x60000279e010_0 .net *"_ivl_15", 30 0, L_0x130068b08; 1 drivers
L_0x130068b50 .functor BUFT 1, C4<00000000000000000000000000000001>, C4<0>, C4<0>, C4<0>;
v0x60000279e0a0_0 .net/2u *"_ivl_16", 31 0, L_0x130068b50; 1 drivers
v0x60000279e130_0 .net *"_ivl_18", 0 0, L_0x600002495a40; 1 drivers
L_0x130068b98 .functor BUFT 1, C4<0>, C4<0>, C4<0>, C4<0>;
v0x60000279e1c0_0 .net/2u *"_ivl_20", 0 0, L_0x130068b98; 1 drivers
L_0x130068a30 .functor BUFT 1, C4<0000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x60000279e250_0 .net *"_ivl_3", 30 0, L_0x130068a30; 1 drivers
L_0x130068a78 .functor BUFT 1, C4<00000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x60000279e2e0_0 .net/2u *"_ivl_4", 31 0, L_0x130068a78; 1 drivers
v0x60000279e370_0 .net *"_ivl_6", 0 0, L_0x600002495860; 1 drivers
L_0x130068ac0 .functor BUFT 1, C4<0>, C4<0>, C4<0>, C4<0>;
v0x60000279e400_0 .net/2u *"_ivl_8", 0 0, L_0x130068ac0; 1 drivers
v0x60000279e490_0 .net "i", 0 0, L_0x600002495360; alias, 1 drivers
v0x60000279e520_0 .net "j", 0 0, o0x130030b50; alias, 0 drivers
v0x60000279e5b0_0 .net "o0", 0 0, L_0x600002495900; 1 drivers
v0x60000279e640_0 .net "o1", 0 0, L_0x600002495ae0; 1 drivers
L_0x6000024957c0 .concat [ 1 31 0 0], o0x130030b50, L_0x130068a30;
L_0x600002495860 .cmp/eq 32, L_0x6000024957c0, L_0x130068a78;
L_0x600002495900 .functor MUXZ 1, L_0x130068ac0, L_0x600002495360, L_0x600002495860, C4<>;
L_0x6000024959a0 .concat [ 1 31 0 0], o0x130030b50, L_0x130068b08;
L_0x600002495a40 .cmp/eq 32, L_0x6000024959a0, L_0x130068b50;
L_0x600002495ae0 .functor MUXZ 1, L_0x130068b98, L_0x600002495360, L_0x600002495a40, C4<>;
S_0x13c60a940 .scope module, "dfrl" "dfrl" 2 131;
.timescale 0 0;
.port_info 0 /INPUT 1 "clk";
.port_info 1 /INPUT 1 "reset";
.port_info 2 /INPUT 1 "load";
.port_info 3 /INPUT 1 "in";
.port_info 4 /OUTPUT 1 "out";
v0x60000279f840_0 .net "_in", 0 0, L_0x600002495e00; 1 drivers
o0x130031ba0 .functor BUFZ 1, C4<z>; HiZ drive
v0x60000279f8d0_0 .net "clk", 0 0, o0x130031ba0; 0 drivers
o0x130031f00 .functor BUFZ 1, C4<z>; HiZ drive
v0x60000279f960_0 .net "in", 0 0, o0x130031f00; 0 drivers
o0x130031f30 .functor BUFZ 1, C4<z>; HiZ drive
v0x60000279f9f0_0 .net "load", 0 0, o0x130031f30; 0 drivers
v0x60000279fa80_0 .net "out", 0 0, v0x60000279eeb0_0; 1 drivers
o0x130031d20 .functor BUFZ 1, C4<z>; HiZ drive
v0x60000279fb10_0 .net "reset", 0 0, o0x130031d20; 0 drivers
S_0x13c605110 .scope module, "dfr_1" "dfr" 2 134, 2 124 0, S_0x13c60a940;
.timescale 0 0;
.port_info 0 /INPUT 1 "clk";
.port_info 1 /INPUT 1 "reset";
.port_info 2 /INPUT 1 "in";
.port_info 3 /OUTPUT 1 "out";
L_0x600003e94770 .functor NOT 1, o0x130031d20, C4<0>, C4<0>, C4<0>;
L_0x600003e947e0 .functor AND 1, L_0x600002495e00, L_0x600003e94770, C4<1>, C4<1>;
v0x60000279f060_0 .net "clk", 0 0, o0x130031ba0; alias, 0 drivers
v0x60000279f0f0_0 .net "df_in", 0 0, L_0x600003e947e0; 1 drivers
v0x60000279f180_0 .net "in", 0 0, L_0x600002495e00; alias, 1 drivers
v0x60000279f210_0 .net "out", 0 0, v0x60000279eeb0_0; alias, 1 drivers
v0x60000279f2a0_0 .net "reset", 0 0, o0x130031d20; alias, 0 drivers
v0x60000279f330_0 .net "reset_", 0 0, L_0x600003e94770; 1 drivers
S_0x13c605280 .scope module, "df_0" "df" 2 128, 2 118 0, S_0x13c605110;
.timescale 0 0;
.port_info 0 /INPUT 1 "clk";
.port_info 1 /INPUT 1 "in";
.port_info 2 /OUTPUT 1 "out";
v0x60000279ee20_0 .net "clk", 0 0, o0x130031ba0; alias, 0 drivers
v0x60000279eeb0_0 .var "df_out", 0 0;
v0x60000279ef40_0 .net "in", 0 0, L_0x600003e947e0; alias, 1 drivers
v0x60000279efd0_0 .net "out", 0 0, v0x60000279eeb0_0; alias, 1 drivers
E_0x600000091b80 .event posedge, v0x60000279ee20_0;
S_0x13c6053f0 .scope module, "mux2_0" "mux2" 2 133, 2 65 0, S_0x13c60a940;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /INPUT 1 "j";
.port_info 3 /OUTPUT 1 "o";
v0x60000279f3c0_0 .net *"_ivl_0", 31 0, L_0x600002495cc0; 1 drivers
L_0x130068be0 .functor BUFT 1, C4<0000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x60000279f450_0 .net *"_ivl_3", 30 0, L_0x130068be0; 1 drivers
L_0x130068c28 .functor BUFT 1, C4<00000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x60000279f4e0_0 .net/2u *"_ivl_4", 31 0, L_0x130068c28; 1 drivers
v0x60000279f570_0 .net *"_ivl_6", 0 0, L_0x600002495d60; 1 drivers
v0x60000279f600_0 .net "i0", 0 0, v0x60000279eeb0_0; alias, 1 drivers
v0x60000279f690_0 .net "i1", 0 0, o0x130031f00; alias, 0 drivers
v0x60000279f720_0 .net "j", 0 0, o0x130031f30; alias, 0 drivers
v0x60000279f7b0_0 .net "o", 0 0, L_0x600002495e00; alias, 1 drivers
L_0x600002495cc0 .concat [ 1 31 0 0], o0x130031f30, L_0x130068be0;
L_0x600002495d60 .cmp/eq 32, L_0x600002495cc0, L_0x130068c28;
L_0x600002495e00 .functor MUXZ 1, o0x130031f00, v0x60000279eeb0_0, L_0x600002495d60, C4<>;
S_0x13c60aab0 .scope module, "mux8" "mux8" 2 76;
.timescale 0 0;
.port_info 0 /INPUT 8 "i";
.port_info 1 /INPUT 1 "j2";
.port_info 2 /INPUT 1 "j1";
.port_info 3 /INPUT 1 "j0";
.port_info 4 /OUTPUT 1 "o";
o0x1300330d0 .functor BUFZ 8, C4<zzzzzzzz>; HiZ drive
v0x600002782250_0 .net "i", 0 7, o0x1300330d0; 0 drivers
o0x130032230 .functor BUFZ 1, C4<z>; HiZ drive
v0x6000027822e0_0 .net "j0", 0 0, o0x130032230; 0 drivers
o0x130032860 .functor BUFZ 1, C4<z>; HiZ drive
v0x600002782370_0 .net "j1", 0 0, o0x130032860; 0 drivers
o0x130032470 .functor BUFZ 1, C4<z>; HiZ drive
v0x600002782400_0 .net "j2", 0 0, o0x130032470; 0 drivers
v0x600002782490_0 .net "o", 0 0, L_0x600002497160; 1 drivers
v0x600002782520_0 .net "t0", 0 0, L_0x600002496620; 1 drivers
v0x6000027825b0_0 .net "t1", 0 0, L_0x600002496ee0; 1 drivers
L_0x6000024966c0 .part o0x1300330d0, 4, 4;
L_0x600002496f80 .part o0x1300330d0, 0, 4;
S_0x13c605560 .scope module, "mux2_0" "mux2" 2 80, 2 65 0, S_0x13c60aab0;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /INPUT 1 "j";
.port_info 3 /OUTPUT 1 "o";
v0x60000279fba0_0 .net *"_ivl_0", 31 0, L_0x600002497020; 1 drivers
L_0x130068fd0 .functor BUFT 1, C4<0000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x60000279fc30_0 .net *"_ivl_3", 30 0, L_0x130068fd0; 1 drivers
L_0x130069018 .functor BUFT 1, C4<00000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x60000279fcc0_0 .net/2u *"_ivl_4", 31 0, L_0x130069018; 1 drivers
v0x60000279fd50_0 .net *"_ivl_6", 0 0, L_0x6000024970c0; 1 drivers
v0x60000279fde0_0 .net "i0", 0 0, L_0x600002496620; alias, 1 drivers
v0x60000279fe70_0 .net "i1", 0 0, L_0x600002496ee0; alias, 1 drivers
v0x60000279ff00_0 .net "j", 0 0, o0x130032230; alias, 0 drivers
v0x600002780000_0 .net "o", 0 0, L_0x600002497160; alias, 1 drivers
L_0x600002497020 .concat [ 1 31 0 0], o0x130032230, L_0x130068fd0;
L_0x6000024970c0 .cmp/eq 32, L_0x600002497020, L_0x130069018;
L_0x600002497160 .functor MUXZ 1, L_0x600002496ee0, L_0x600002496620, L_0x6000024970c0, C4<>;
S_0x13c6056d0 .scope module, "mux4_0" "mux4" 2 78, 2 69 0, S_0x13c60aab0;
.timescale 0 0;
.port_info 0 /INPUT 4 "i";
.port_info 1 /INPUT 1 "j1";
.port_info 2 /INPUT 1 "j2";
.port_info 3 /OUTPUT 1 "o";
v0x600002780e10_0 .net "i", 0 3, L_0x6000024966c0; 1 drivers
v0x600002780ea0_0 .net "j1", 0 0, o0x130032470; alias, 0 drivers
v0x600002780f30_0 .net "j2", 0 0, o0x130032860; alias, 0 drivers
v0x600002780fc0_0 .net "o", 0 0, L_0x600002496620; alias, 1 drivers
v0x600002781050_0 .net "t0", 0 0, L_0x600002495fe0; 1 drivers
v0x6000027810e0_0 .net "t1", 0 0, L_0x600002496300; 1 drivers
L_0x600002496080 .part L_0x6000024966c0, 3, 1;
L_0x600002496120 .part L_0x6000024966c0, 2, 1;
L_0x6000024963a0 .part L_0x6000024966c0, 1, 1;
L_0x600002496440 .part L_0x6000024966c0, 0, 1;
S_0x13c605840 .scope module, "mux2_0" "mux2" 2 71, 2 65 0, S_0x13c6056d0;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /INPUT 1 "j";
.port_info 3 /OUTPUT 1 "o";
v0x600002780090_0 .net *"_ivl_0", 31 0, L_0x600002495ea0; 1 drivers
L_0x130068c70 .functor BUFT 1, C4<0000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x600002780120_0 .net *"_ivl_3", 30 0, L_0x130068c70; 1 drivers
L_0x130068cb8 .functor BUFT 1, C4<00000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x6000027801b0_0 .net/2u *"_ivl_4", 31 0, L_0x130068cb8; 1 drivers
v0x600002780240_0 .net *"_ivl_6", 0 0, L_0x600002495f40; 1 drivers
v0x6000027802d0_0 .net "i0", 0 0, L_0x600002496080; 1 drivers
v0x600002780360_0 .net "i1", 0 0, L_0x600002496120; 1 drivers
v0x6000027803f0_0 .net "j", 0 0, o0x130032470; alias, 0 drivers
v0x600002780480_0 .net "o", 0 0, L_0x600002495fe0; alias, 1 drivers
L_0x600002495ea0 .concat [ 1 31 0 0], o0x130032470, L_0x130068c70;
L_0x600002495f40 .cmp/eq 32, L_0x600002495ea0, L_0x130068cb8;
L_0x600002495fe0 .functor MUXZ 1, L_0x600002496120, L_0x600002496080, L_0x600002495f40, C4<>;
S_0x13c6059b0 .scope module, "mux2_1" "mux2" 2 72, 2 65 0, S_0x13c6056d0;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /INPUT 1 "j";
.port_info 3 /OUTPUT 1 "o";
v0x600002780510_0 .net *"_ivl_0", 31 0, L_0x6000024961c0; 1 drivers
L_0x130068d00 .functor BUFT 1, C4<0000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x6000027805a0_0 .net *"_ivl_3", 30 0, L_0x130068d00; 1 drivers
L_0x130068d48 .functor BUFT 1, C4<00000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x600002780630_0 .net/2u *"_ivl_4", 31 0, L_0x130068d48; 1 drivers
v0x6000027806c0_0 .net *"_ivl_6", 0 0, L_0x600002496260; 1 drivers
v0x600002780750_0 .net "i0", 0 0, L_0x6000024963a0; 1 drivers
v0x6000027807e0_0 .net "i1", 0 0, L_0x600002496440; 1 drivers
v0x600002780870_0 .net "j", 0 0, o0x130032470; alias, 0 drivers
v0x600002780900_0 .net "o", 0 0, L_0x600002496300; alias, 1 drivers
L_0x6000024961c0 .concat [ 1 31 0 0], o0x130032470, L_0x130068d00;
L_0x600002496260 .cmp/eq 32, L_0x6000024961c0, L_0x130068d48;
L_0x600002496300 .functor MUXZ 1, L_0x600002496440, L_0x6000024963a0, L_0x600002496260, C4<>;
S_0x13c605b20 .scope module, "mux2_2" "mux2" 2 73, 2 65 0, S_0x13c6056d0;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /INPUT 1 "j";
.port_info 3 /OUTPUT 1 "o";
v0x600002780990_0 .net *"_ivl_0", 31 0, L_0x6000024964e0; 1 drivers
L_0x130068d90 .functor BUFT 1, C4<0000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x600002780a20_0 .net *"_ivl_3", 30 0, L_0x130068d90; 1 drivers
L_0x130068dd8 .functor BUFT 1, C4<00000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x600002780ab0_0 .net/2u *"_ivl_4", 31 0, L_0x130068dd8; 1 drivers
v0x600002780b40_0 .net *"_ivl_6", 0 0, L_0x600002496580; 1 drivers
v0x600002780bd0_0 .net "i0", 0 0, L_0x600002495fe0; alias, 1 drivers
v0x600002780c60_0 .net "i1", 0 0, L_0x600002496300; alias, 1 drivers
v0x600002780cf0_0 .net "j", 0 0, o0x130032860; alias, 0 drivers
v0x600002780d80_0 .net "o", 0 0, L_0x600002496620; alias, 1 drivers
L_0x6000024964e0 .concat [ 1 31 0 0], o0x130032860, L_0x130068d90;
L_0x600002496580 .cmp/eq 32, L_0x6000024964e0, L_0x130068dd8;
L_0x600002496620 .functor MUXZ 1, L_0x600002496300, L_0x600002495fe0, L_0x600002496580, C4<>;
S_0x13c605c90 .scope module, "mux4_1" "mux4" 2 79, 2 69 0, S_0x13c60aab0;
.timescale 0 0;
.port_info 0 /INPUT 4 "i";
.port_info 1 /INPUT 1 "j1";
.port_info 2 /INPUT 1 "j2";
.port_info 3 /OUTPUT 1 "o";
v0x600002781ef0_0 .net "i", 0 3, L_0x600002496f80; 1 drivers
v0x600002781f80_0 .net "j1", 0 0, o0x130032470; alias, 0 drivers
v0x600002782010_0 .net "j2", 0 0, o0x130032860; alias, 0 drivers
v0x6000027820a0_0 .net "o", 0 0, L_0x600002496ee0; alias, 1 drivers
v0x600002782130_0 .net "t0", 0 0, L_0x6000024968a0; 1 drivers
v0x6000027821c0_0 .net "t1", 0 0, L_0x600002496bc0; 1 drivers
L_0x600002496940 .part L_0x600002496f80, 3, 1;
L_0x6000024969e0 .part L_0x600002496f80, 2, 1;
L_0x600002496c60 .part L_0x600002496f80, 1, 1;
L_0x600002496d00 .part L_0x600002496f80, 0, 1;
S_0x13c605e00 .scope module, "mux2_0" "mux2" 2 71, 2 65 0, S_0x13c605c90;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /INPUT 1 "j";
.port_info 3 /OUTPUT 1 "o";
v0x600002781170_0 .net *"_ivl_0", 31 0, L_0x600002496760; 1 drivers
L_0x130068e20 .functor BUFT 1, C4<0000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x600002781200_0 .net *"_ivl_3", 30 0, L_0x130068e20; 1 drivers
L_0x130068e68 .functor BUFT 1, C4<00000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x600002781290_0 .net/2u *"_ivl_4", 31 0, L_0x130068e68; 1 drivers
v0x600002781320_0 .net *"_ivl_6", 0 0, L_0x600002496800; 1 drivers
v0x6000027813b0_0 .net "i0", 0 0, L_0x600002496940; 1 drivers
v0x600002781440_0 .net "i1", 0 0, L_0x6000024969e0; 1 drivers
v0x6000027814d0_0 .net "j", 0 0, o0x130032470; alias, 0 drivers
v0x600002781560_0 .net "o", 0 0, L_0x6000024968a0; alias, 1 drivers
L_0x600002496760 .concat [ 1 31 0 0], o0x130032470, L_0x130068e20;
L_0x600002496800 .cmp/eq 32, L_0x600002496760, L_0x130068e68;
L_0x6000024968a0 .functor MUXZ 1, L_0x6000024969e0, L_0x600002496940, L_0x600002496800, C4<>;
S_0x13c605f70 .scope module, "mux2_1" "mux2" 2 72, 2 65 0, S_0x13c605c90;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /INPUT 1 "j";
.port_info 3 /OUTPUT 1 "o";
v0x6000027815f0_0 .net *"_ivl_0", 31 0, L_0x600002496a80; 1 drivers
L_0x130068eb0 .functor BUFT 1, C4<0000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x600002781680_0 .net *"_ivl_3", 30 0, L_0x130068eb0; 1 drivers
L_0x130068ef8 .functor BUFT 1, C4<00000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x600002781710_0 .net/2u *"_ivl_4", 31 0, L_0x130068ef8; 1 drivers
v0x6000027817a0_0 .net *"_ivl_6", 0 0, L_0x600002496b20; 1 drivers
v0x600002781830_0 .net "i0", 0 0, L_0x600002496c60; 1 drivers
v0x6000027818c0_0 .net "i1", 0 0, L_0x600002496d00; 1 drivers
v0x600002781950_0 .net "j", 0 0, o0x130032470; alias, 0 drivers
v0x6000027819e0_0 .net "o", 0 0, L_0x600002496bc0; alias, 1 drivers
L_0x600002496a80 .concat [ 1 31 0 0], o0x130032470, L_0x130068eb0;
L_0x600002496b20 .cmp/eq 32, L_0x600002496a80, L_0x130068ef8;
L_0x600002496bc0 .functor MUXZ 1, L_0x600002496d00, L_0x600002496c60, L_0x600002496b20, C4<>;
S_0x13c6060e0 .scope module, "mux2_2" "mux2" 2 73, 2 65 0, S_0x13c605c90;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /INPUT 1 "j";
.port_info 3 /OUTPUT 1 "o";
v0x600002781a70_0 .net *"_ivl_0", 31 0, L_0x600002496da0; 1 drivers
L_0x130068f40 .functor BUFT 1, C4<0000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x600002781b00_0 .net *"_ivl_3", 30 0, L_0x130068f40; 1 drivers
L_0x130068f88 .functor BUFT 1, C4<00000000000000000000000000000000>, C4<0>, C4<0>, C4<0>;
v0x600002781b90_0 .net/2u *"_ivl_4", 31 0, L_0x130068f88; 1 drivers
v0x600002781c20_0 .net *"_ivl_6", 0 0, L_0x600002496e40; 1 drivers
v0x600002781cb0_0 .net "i0", 0 0, L_0x6000024968a0; alias, 1 drivers
v0x600002781d40_0 .net "i1", 0 0, L_0x600002496bc0; alias, 1 drivers
v0x600002781dd0_0 .net "j", 0 0, o0x130032860; alias, 0 drivers
v0x600002781e60_0 .net "o", 0 0, L_0x600002496ee0; alias, 1 drivers
L_0x600002496da0 .concat [ 1 31 0 0], o0x130032860, L_0x130068f40;
L_0x600002496e40 .cmp/eq 32, L_0x600002496da0, L_0x130068f88;
L_0x600002496ee0 .functor MUXZ 1, L_0x600002496bc0, L_0x6000024968a0, L_0x600002496e40, C4<>;
S_0x13c60a0c0 .scope module, "nand3" "nand3" 2 53;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /INPUT 1 "i2";
.port_info 3 /OUTPUT 1 "o";
o0x1300331f0 .functor BUFZ 1, C4<z>; HiZ drive
v0x600002782d00_0 .net "i0", 0 0, o0x1300331f0; 0 drivers
o0x130033220 .functor BUFZ 1, C4<z>; HiZ drive
v0x600002782d90_0 .net "i1", 0 0, o0x130033220; 0 drivers
o0x130033310 .functor BUFZ 1, C4<z>; HiZ drive
v0x600002782e20_0 .net "i2", 0 0, o0x130033310; 0 drivers
v0x600002782eb0_0 .net "o", 0 0, L_0x600002497200; 1 drivers
v0x600002782f40_0 .net "t", 0 0, L_0x600003e948c0; 1 drivers
S_0x13c606250 .scope module, "and2_0" "and2" 2 55, 2 5 0, S_0x13c60a0c0;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /OUTPUT 1 "o";
L_0x600003e948c0 .functor AND 1, o0x1300331f0, o0x130033220, C4<1>, C4<1>;
v0x600002782640_0 .net "i0", 0 0, o0x1300331f0; alias, 0 drivers
v0x6000027826d0_0 .net "i1", 0 0, o0x130033220; alias, 0 drivers
v0x600002782760_0 .net "o", 0 0, L_0x600003e948c0; alias, 1 drivers
S_0x13c6063c0 .scope module, "nand2_1" "nand2" 2 56, 2 17 0, S_0x13c60a0c0;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /OUTPUT 1 "o";
v0x600002782ac0_0 .net "i0", 0 0, o0x130033310; alias, 0 drivers
v0x600002782b50_0 .net "i1", 0 0, L_0x600003e948c0; alias, 1 drivers
v0x600002782be0_0 .net "o", 0 0, L_0x600002497200; alias, 1 drivers
v0x600002782c70_0 .net "t", 0 0, L_0x600003e94930; 1 drivers
S_0x13c606530 .scope module, "and2_0" "and2" 2 19, 2 5 0, S_0x13c6063c0;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /OUTPUT 1 "o";
L_0x600003e94930 .functor AND 1, o0x130033310, L_0x600003e948c0, C4<1>, C4<1>;
v0x6000027827f0_0 .net "i0", 0 0, o0x130033310; alias, 0 drivers
v0x600002782880_0 .net "i1", 0 0, L_0x600003e948c0; alias, 1 drivers
v0x600002782910_0 .net "o", 0 0, L_0x600003e94930; alias, 1 drivers
S_0x13c6066a0 .scope module, "invert_0" "invert" 2 20, 2 1 0, S_0x13c6063c0;
.timescale 0 0;
.port_info 0 /INPUT 1 "i";
.port_info 1 /OUTPUT 1 "o";
v0x6000027829a0_0 .net "i", 0 0, L_0x600003e94930; alias, 1 drivers
v0x600002782a30_0 .net "o", 0 0, L_0x600002497200; alias, 1 drivers
L_0x600002497200 .reduce/nor L_0x600003e94930;
S_0x13c60a230 .scope module, "nor3" "nor3" 2 47;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /INPUT 1 "i2";
.port_info 3 /OUTPUT 1 "o";
o0x130033820 .functor BUFZ 1, C4<z>; HiZ drive
v0x600002783690_0 .net "i0", 0 0, o0x130033820; 0 drivers
o0x130033850 .functor BUFZ 1, C4<z>; HiZ drive
v0x600002783720_0 .net "i1", 0 0, o0x130033850; 0 drivers
o0x1300336a0 .functor BUFZ 1, C4<z>; HiZ drive
v0x6000027837b0_0 .net "i2", 0 0, o0x1300336a0; 0 drivers
v0x600002783840_0 .net "o", 0 0, L_0x6000024972a0; 1 drivers
v0x6000027838d0_0 .net "t", 0 0, L_0x600003e949a0; 1 drivers
S_0x13c606810 .scope module, "nor2_0" "nor2" 2 50, 2 23 0, S_0x13c60a230;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /OUTPUT 1 "o";
v0x6000027832a0_0 .net "i0", 0 0, o0x1300336a0; alias, 0 drivers
v0x600002783330_0 .net "i1", 0 0, L_0x600003e949a0; alias, 1 drivers
v0x6000027833c0_0 .net "o", 0 0, L_0x6000024972a0; alias, 1 drivers
v0x600002783450_0 .net "t", 0 0, L_0x600003e94a10; 1 drivers
S_0x13c606980 .scope module, "invert_0" "invert" 2 26, 2 1 0, S_0x13c606810;
.timescale 0 0;
.port_info 0 /INPUT 1 "i";
.port_info 1 /OUTPUT 1 "o";
v0x600002782fd0_0 .net "i", 0 0, L_0x600003e94a10; alias, 1 drivers
v0x600002783060_0 .net "o", 0 0, L_0x6000024972a0; alias, 1 drivers
L_0x6000024972a0 .reduce/nor L_0x600003e94a10;
S_0x13c606af0 .scope module, "or2_0" "or2" 2 25, 2 9 0, S_0x13c606810;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /OUTPUT 1 "o";
L_0x600003e94a10 .functor OR 1, o0x1300336a0, L_0x600003e949a0, C4<0>, C4<0>;
v0x6000027830f0_0 .net "i0", 0 0, o0x1300336a0; alias, 0 drivers
v0x600002783180_0 .net "i1", 0 0, L_0x600003e949a0; alias, 1 drivers
v0x600002783210_0 .net "o", 0 0, L_0x600003e94a10; alias, 1 drivers
S_0x13c606c60 .scope module, "or2_0" "or2" 2 49, 2 9 0, S_0x13c60a230;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /OUTPUT 1 "o";
L_0x600003e949a0 .functor OR 1, o0x130033820, o0x130033850, C4<0>, C4<0>;
v0x6000027834e0_0 .net "i0", 0 0, o0x130033820; alias, 0 drivers
v0x600002783570_0 .net "i1", 0 0, o0x130033850; alias, 0 drivers
v0x600002783600_0 .net "o", 0 0, L_0x600003e949a0; alias, 1 drivers
S_0x13c6090d0 .scope module, "or3" "or3" 2 41;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /INPUT 1 "i2";
.port_info 3 /OUTPUT 1 "o";
o0x1300339d0 .functor BUFZ 1, C4<z>; HiZ drive
v0x600002783cc0_0 .net "i0", 0 0, o0x1300339d0; 0 drivers
o0x130033a00 .functor BUFZ 1, C4<z>; HiZ drive
v0x600002783d50_0 .net "i1", 0 0, o0x130033a00; 0 drivers
o0x130033af0 .functor BUFZ 1, C4<z>; HiZ drive
v0x600002783de0_0 .net "i2", 0 0, o0x130033af0; 0 drivers
v0x600002783e70_0 .net "o", 0 0, L_0x600003e94af0; 1 drivers
v0x600002783f00_0 .net "t", 0 0, L_0x600003e94a80; 1 drivers
S_0x13c606dd0 .scope module, "or2_0" "or2" 2 43, 2 9 0, S_0x13c6090d0;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /OUTPUT 1 "o";
L_0x600003e94a80 .functor OR 1, o0x1300339d0, o0x130033a00, C4<0>, C4<0>;
v0x600002783960_0 .net "i0", 0 0, o0x1300339d0; alias, 0 drivers
v0x6000027839f0_0 .net "i1", 0 0, o0x130033a00; alias, 0 drivers
v0x600002783a80_0 .net "o", 0 0, L_0x600003e94a80; alias, 1 drivers
S_0x13c606f40 .scope module, "or2_1" "or2" 2 44, 2 9 0, S_0x13c6090d0;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /OUTPUT 1 "o";
L_0x600003e94af0 .functor OR 1, o0x130033af0, L_0x600003e94a80, C4<0>, C4<0>;
v0x600002783b10_0 .net "i0", 0 0, o0x130033af0; alias, 0 drivers
v0x600002783ba0_0 .net "i1", 0 0, L_0x600003e94a80; alias, 1 drivers
v0x600002783c30_0 .net "o", 0 0, L_0x600003e94af0; alias, 1 drivers
S_0x13c609240 .scope module, "tb_ram_64kb" "tb_ram_64kb" 3 3;
.timescale -9 -12;
v0x600002784360_0 .var "address", 15 0;
v0x6000027843f0_0 .var "clk", 0 0;
v0x600002784480_0 .var "data_in", 7 0;
v0x600002784510_0 .net "data_out", 7 0, v0x6000027841b0_0; 1 drivers
v0x6000027845a0_0 .var "we", 0 0;
S_0x13c6070b0 .scope module, "ram" "ram_64kb" 3 12, 4 1 0, S_0x13c609240;
.timescale 0 0;
.port_info 0 /INPUT 1 "clk";
.port_info 1 /INPUT 16 "address";
.port_info 2 /INPUT 8 "data_in";
.port_info 3 /INPUT 1 "we";
.port_info 4 /OUTPUT 8 "data_out";
v0x600002784000_0 .net "address", 15 0, v0x600002784360_0; 1 drivers
v0x600002784090_0 .net "clk", 0 0, v0x6000027843f0_0; 1 drivers
v0x600002784120_0 .net "data_in", 7 0, v0x600002784480_0; 1 drivers
v0x6000027841b0_0 .var "data_out", 7 0;
v0x600002784240 .array "memory", 65535 0, 7 0;
v0x6000027842d0_0 .net "we", 0 0, v0x6000027845a0_0; 1 drivers
E_0x600000092440 .event posedge, v0x600002784090_0;
S_0x13c608850 .scope module, "xnor2" "xnor2" 2 29;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /OUTPUT 1 "o";
o0x130033f40 .functor BUFZ 1, C4<z>; HiZ drive
v0x600002784900_0 .net "i0", 0 0, o0x130033f40; 0 drivers
o0x130033f70 .functor BUFZ 1, C4<z>; HiZ drive
v0x600002784990_0 .net "i1", 0 0, o0x130033f70; 0 drivers
v0x600002784a20_0 .net "o", 0 0, L_0x600002497340; 1 drivers
v0x600002784ab0_0 .net "t", 0 0, L_0x600003e94b60; 1 drivers
S_0x13c607220 .scope module, "invert_0" "invert" 2 32, 2 1 0, S_0x13c608850;
.timescale 0 0;
.port_info 0 /INPUT 1 "i";
.port_info 1 /OUTPUT 1 "o";
v0x600002784630_0 .net "i", 0 0, L_0x600003e94b60; alias, 1 drivers
v0x6000027846c0_0 .net "o", 0 0, L_0x600002497340; alias, 1 drivers
L_0x600002497340 .reduce/nor L_0x600003e94b60;
S_0x13c607390 .scope module, "xor2_0" "xor2" 2 31, 2 13 0, S_0x13c608850;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /OUTPUT 1 "o";
L_0x600003e94b60 .functor XOR 1, o0x130033f40, o0x130033f70, C4<0>, C4<0>;
v0x600002784750_0 .net "i0", 0 0, o0x130033f40; alias, 0 drivers
v0x6000027847e0_0 .net "i1", 0 0, o0x130033f70; alias, 0 drivers
v0x600002784870_0 .net "o", 0 0, L_0x600003e94b60; alias, 1 drivers
S_0x13c6089c0 .scope module, "xor3" "xor3" 2 59;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /INPUT 1 "i2";
.port_info 3 /OUTPUT 1 "o";
o0x1300340c0 .functor BUFZ 1, C4<z>; HiZ drive
v0x600002784ea0_0 .net "i0", 0 0, o0x1300340c0; 0 drivers
o0x1300340f0 .functor BUFZ 1, C4<z>; HiZ drive
v0x600002784f30_0 .net "i1", 0 0, o0x1300340f0; 0 drivers
o0x1300341e0 .functor BUFZ 1, C4<z>; HiZ drive
v0x600002784fc0_0 .net "i2", 0 0, o0x1300341e0; 0 drivers
v0x600002785050_0 .net "o", 0 0, L_0x600003e94c40; 1 drivers
v0x6000027850e0_0 .net "t", 0 0, L_0x600003e94bd0; 1 drivers
S_0x13c607500 .scope module, "xor2_0" "xor2" 2 61, 2 13 0, S_0x13c6089c0;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /OUTPUT 1 "o";
L_0x600003e94bd0 .functor XOR 1, o0x1300340c0, o0x1300340f0, C4<0>, C4<0>;
v0x600002784b40_0 .net "i0", 0 0, o0x1300340c0; alias, 0 drivers
v0x600002784bd0_0 .net "i1", 0 0, o0x1300340f0; alias, 0 drivers
v0x600002784c60_0 .net "o", 0 0, L_0x600003e94bd0; alias, 1 drivers
S_0x13c607670 .scope module, "xor2_1" "xor2" 2 62, 2 13 0, S_0x13c6089c0;
.timescale 0 0;
.port_info 0 /INPUT 1 "i0";
.port_info 1 /INPUT 1 "i1";
.port_info 2 /OUTPUT 1 "o";
L_0x600003e94c40 .functor XOR 1, o0x1300341e0, L_0x600003e94bd0, C4<0>, C4<0>;
v0x600002784cf0_0 .net "i0", 0 0, o0x1300341e0; alias, 0 drivers
v0x600002784d80_0 .net "i1", 0 0, L_0x600003e94bd0; alias, 1 drivers
v0x600002784e10_0 .net "o", 0 0, L_0x600003e94c40; alias, 1 drivers
.scope S_0x13c605280;
T_0 ;
%wait E_0x600000091b80;
%load/vec4 v0x60000279ef40_0;
%assign/vec4 v0x60000279eeb0_0, 0;
%jmp T_0;
.thread T_0;
.scope S_0x13c6070b0;
T_1 ;
%wait E_0x600000092440;
%load/vec4 v0x6000027842d0_0;
%flag_set/vec4 8;
%jmp/0xz T_1.0, 8;
%load/vec4 v0x600002784120_0;
%load/vec4 v0x600002784000_0;
%pad/u 18;
%ix/vec4 3;
%ix/load 4, 0, 0; Constant delay
%assign/vec4/a/d v0x600002784240, 0, 4;
%jmp T_1.1;
T_1.0 ;
%load/vec4 v0x600002784000_0;
%pad/u 18;
%ix/vec4 4;
%load/vec4a v0x600002784240, 4;
%assign/vec4 v0x6000027841b0_0, 0;
T_1.1 ;
%jmp T_1;
.thread T_1;
.scope S_0x13c609240;
T_2 ;
%delay 5000, 0;
%load/vec4 v0x6000027843f0_0;
%inv;
%store/vec4 v0x6000027843f0_0, 0, 1;
%jmp T_2;
.thread T_2;
.scope S_0x13c609240;
T_3 ;
%vpi_call 3 25 "$monitor", "Time=%0t | clk=%b | we=%b | address=%h | data_in=%h | data_out=%h", $time, v0x6000027843f0_0, v0x6000027845a0_0, v0x600002784360_0, v0x600002784480_0, v0x600002784510_0 {0 0 0};
%end;
.thread T_3;
.scope S_0x13c609240;
T_4 ;
%vpi_call 3 31 "$dumpfile", "tb_ram_64kb.vcd" {0 0 0};
%vpi_call 3 32 "$dumpvars", 32'sb00000000000000000000000000000000, S_0x13c609240 {0 0 0};
%end;
.thread T_4;
.scope S_0x13c609240;
T_5 ;
%pushi/vec4 0, 0, 1;
%store/vec4 v0x6000027843f0_0, 0, 1;
%pushi/vec4 0, 0, 1;
%store/vec4 v0x6000027845a0_0, 0, 1;
%pushi/vec4 0, 0, 16;
%store/vec4 v0x600002784360_0, 0, 16;
%pushi/vec4 0, 0, 8;
%store/vec4 v0x600002784480_0, 0, 8;
%delay 5000, 0;
%pushi/vec4 1, 0, 1;
%store/vec4 v0x6000027845a0_0, 0, 1;
%pushi/vec4 1, 0, 16;
%store/vec4 v0x600002784360_0, 0, 16;
%pushi/vec4 171, 0, 8;
%store/vec4 v0x600002784480_0, 0, 8;
%delay 10000, 0;
%pushi/vec4 0, 0, 1;
%store/vec4 v0x6000027845a0_0, 0, 1;
%pushi/vec4 1, 0, 16;
%store/vec4 v0x600002784360_0, 0, 16;
%delay 10000, 0;
%vpi_call 3 56 "$display", "Data at address %h: %h", v0x600002784360_0, v0x600002784510_0 {0 0 0};
%pushi/vec4 1, 0, 1;
%store/vec4 v0x6000027845a0_0, 0, 1;
%pushi/vec4 2, 0, 16;
%store/vec4 v0x600002784360_0, 0, 16;
%pushi/vec4 205, 0, 8;
%store/vec4 v0x600002784480_0, 0, 8;
%delay 10000, 0;
%pushi/vec4 0, 0, 1;
%store/vec4 v0x6000027845a0_0, 0, 1;
%pushi/vec4 2, 0, 16;
%store/vec4 v0x600002784360_0, 0, 16;
%delay 10000, 0;
%vpi_call 3 72 "$display", "Data at address %h: %h", v0x600002784360_0, v0x600002784510_0 {0 0 0};
%vpi_call 3 74 "$finish" {0 0 0};
%end;
.thread T_5;
# The file index is used to find the file name in the following table.
:file_names 5;
"N/A";
"<interactive>";
"lib.v";
"ram64_test_tb.v";
"ram64_test.v";