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

Subversion Repositories vtach

[/] [vtach/] [trunk/] [isim/] [vtach_test_isim_beh.exe.sim/] [xilinxcorelib_ver/] [m_04284627112054182733_2463969322.c] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 wd5gnr
/**********************************************************************/
2
/*   ____  ____                                                       */
3
/*  /   /\/   /                                                       */
4
/* /___/  \  /                                                        */
5
/* \   \   \/                                                       */
6
/*  \   \        Copyright (c) 2003-2009 Xilinx, Inc.                */
7
/*  /   /          All Right Reserved.                                 */
8
/* /---/   /\                                                         */
9
/* \   \  /  \                                                      */
10
/*  \___\/\___\                                                    */
11
/***********************************************************************/
12
 
13
/* This file is designed for use with ISim build 0xb4d1ced7 */
14
 
15
#define XSI_HIDE_SYMBOL_SPEC true
16
#include "xsi.h"
17
#include <memory.h>
18
#ifdef __GNUC__
19
#include <stdlib.h>
20
#else
21
#include <malloc.h>
22
#define alloca _alloca
23
#endif
24
static int ng0[] = {0, 0};
25
static int ng1[] = {1, 0};
26
static const char *ng2 = "%h";
27
static unsigned int ng3[] = {0U, 0U};
28
static int ng4[] = {2, 0};
29
 
30
 
31
 
32
static void Cont_1671_0(char *t0)
33
{
34
    char t4[8];
35
    char t5[8];
36
    char t20[8];
37
    char t27[8];
38
    char *t1;
39
    char *t2;
40
    char *t3;
41
    char *t6;
42
    unsigned int t7;
43
    unsigned int t8;
44
    unsigned int t9;
45
    unsigned int t10;
46
    unsigned int t11;
47
    char *t12;
48
    char *t13;
49
    unsigned int t14;
50
    unsigned int t15;
51
    unsigned int t16;
52
    unsigned int t17;
53
    char *t18;
54
    char *t19;
55
    unsigned int t21;
56
    unsigned int t22;
57
    unsigned int t23;
58
    unsigned int t24;
59
    unsigned int t25;
60
    char *t26;
61
    unsigned int t28;
62
    unsigned int t29;
63
    unsigned int t30;
64
    char *t31;
65
    char *t32;
66
    char *t33;
67
    unsigned int t34;
68
    unsigned int t35;
69
    unsigned int t36;
70
    unsigned int t37;
71
    unsigned int t38;
72
    unsigned int t39;
73
    unsigned int t40;
74
    char *t41;
75
    char *t42;
76
    unsigned int t43;
77
    unsigned int t44;
78
    unsigned int t45;
79
    int t46;
80
    unsigned int t47;
81
    unsigned int t48;
82
    unsigned int t49;
83
    int t50;
84
    unsigned int t51;
85
    unsigned int t52;
86
    unsigned int t53;
87
    unsigned int t54;
88
    char *t55;
89
    char *t56;
90
    char *t57;
91
    char *t58;
92
    char *t59;
93
    unsigned int t60;
94
    unsigned int t61;
95
    char *t62;
96
    unsigned int t63;
97
    unsigned int t64;
98
    char *t65;
99
    unsigned int t66;
100
    unsigned int t67;
101
    char *t68;
102
 
103
LAB0:    t1 = (t0 + 7712U);
104
    t2 = *((char **)t1);
105
    if (t2 == 0)
106
        goto LAB2;
107
 
108
LAB3:    goto *t2;
109
 
110
LAB2:    t2 = (t0 + 1424);
111
    t3 = *((char **)t2);
112
    t2 = ((char*)((ng0)));
113
    memset(t4, 0, 8);
114
    xsi_vlog_signed_equal(t4, 32, t3, 32, t2, 32);
115
    memset(t5, 0, 8);
116
    t6 = (t4 + 4);
117
    t7 = *((unsigned int *)t6);
118
    t8 = (~(t7));
119
    t9 = *((unsigned int *)t4);
120
    t10 = (t9 & t8);
121
    t11 = (t10 & 1U);
122
    if (t11 != 0)
123
        goto LAB4;
124
 
125
LAB5:    if (*((unsigned int *)t6) != 0)
126
        goto LAB6;
127
 
128
LAB7:    t13 = (t5 + 4);
129
    t14 = *((unsigned int *)t5);
130
    t15 = (!(t14));
131
    t16 = *((unsigned int *)t13);
132
    t17 = (t15 || t16);
133
    if (t17 > 0)
134
        goto LAB8;
135
 
136
LAB9:    memcpy(t27, t5, 8);
137
 
138
LAB10:    t55 = (t0 + 9152);
139
    t56 = (t55 + 56U);
140
    t57 = *((char **)t56);
141
    t58 = (t57 + 56U);
142
    t59 = *((char **)t58);
143
    memset(t59, 0, 8);
144
    t60 = 1U;
145
    t61 = t60;
146
    t62 = (t27 + 4);
147
    t63 = *((unsigned int *)t27);
148
    t60 = (t60 & t63);
149
    t64 = *((unsigned int *)t62);
150
    t61 = (t61 & t64);
151
    t65 = (t59 + 4);
152
    t66 = *((unsigned int *)t59);
153
    *((unsigned int *)t59) = (t66 | t60);
154
    t67 = *((unsigned int *)t65);
155
    *((unsigned int *)t65) = (t67 | t61);
156
    xsi_driver_vfirst_trans(t55, 0, 0);
157
    t68 = (t0 + 9024);
158
    *((int *)t68) = 1;
159
 
160
LAB1:    return;
161
LAB4:    *((unsigned int *)t5) = 1;
162
    goto LAB7;
163
 
164
LAB6:    t12 = (t5 + 4);
165
    *((unsigned int *)t5) = 1;
166
    *((unsigned int *)t12) = 1;
167
    goto LAB7;
168
 
169
LAB8:    t18 = (t0 + 3680U);
170
    t19 = *((char **)t18);
171
    memset(t20, 0, 8);
172
    t18 = (t19 + 4);
173
    t21 = *((unsigned int *)t18);
174
    t22 = (~(t21));
175
    t23 = *((unsigned int *)t19);
176
    t24 = (t23 & t22);
177
    t25 = (t24 & 1U);
178
    if (t25 != 0)
179
        goto LAB11;
180
 
181
LAB12:    if (*((unsigned int *)t18) != 0)
182
        goto LAB13;
183
 
184
LAB14:    t28 = *((unsigned int *)t5);
185
    t29 = *((unsigned int *)t20);
186
    t30 = (t28 | t29);
187
    *((unsigned int *)t27) = t30;
188
    t31 = (t5 + 4);
189
    t32 = (t20 + 4);
190
    t33 = (t27 + 4);
191
    t34 = *((unsigned int *)t31);
192
    t35 = *((unsigned int *)t32);
193
    t36 = (t34 | t35);
194
    *((unsigned int *)t33) = t36;
195
    t37 = *((unsigned int *)t33);
196
    t38 = (t37 != 0);
197
    if (t38 == 1)
198
        goto LAB15;
199
 
200
LAB16:
201
LAB17:    goto LAB10;
202
 
203
LAB11:    *((unsigned int *)t20) = 1;
204
    goto LAB14;
205
 
206
LAB13:    t26 = (t20 + 4);
207
    *((unsigned int *)t20) = 1;
208
    *((unsigned int *)t26) = 1;
209
    goto LAB14;
210
 
211
LAB15:    t39 = *((unsigned int *)t27);
212
    t40 = *((unsigned int *)t33);
213
    *((unsigned int *)t27) = (t39 | t40);
214
    t41 = (t5 + 4);
215
    t42 = (t20 + 4);
216
    t43 = *((unsigned int *)t41);
217
    t44 = (~(t43));
218
    t45 = *((unsigned int *)t5);
219
    t46 = (t45 & t44);
220
    t47 = *((unsigned int *)t42);
221
    t48 = (~(t47));
222
    t49 = *((unsigned int *)t20);
223
    t50 = (t49 & t48);
224
    t51 = (~(t46));
225
    t52 = (~(t50));
226
    t53 = *((unsigned int *)t33);
227
    *((unsigned int *)t33) = (t53 & t51);
228
    t54 = *((unsigned int *)t33);
229
    *((unsigned int *)t33) = (t54 & t52);
230
    goto LAB17;
231
 
232
}
233
 
234
static void Cont_1677_1(char *t0)
235
{
236
    char t4[8];
237
    char t5[8];
238
    char t19[8];
239
    char t26[8];
240
    char t58[8];
241
    char t73[8];
242
    char t74[8];
243
    char t88[8];
244
    char t89[8];
245
    char t104[8];
246
    char t111[8];
247
    char t139[8];
248
    char t147[8];
249
    char t179[8];
250
    char t187[8];
251
    char *t1;
252
    char *t2;
253
    char *t3;
254
    char *t6;
255
    unsigned int t7;
256
    unsigned int t8;
257
    unsigned int t9;
258
    unsigned int t10;
259
    unsigned int t11;
260
    char *t12;
261
    char *t13;
262
    unsigned int t14;
263
    unsigned int t15;
264
    unsigned int t16;
265
    char *t17;
266
    char *t18;
267
    unsigned int t20;
268
    unsigned int t21;
269
    unsigned int t22;
270
    unsigned int t23;
271
    unsigned int t24;
272
    char *t25;
273
    unsigned int t27;
274
    unsigned int t28;
275
    unsigned int t29;
276
    char *t30;
277
    char *t31;
278
    char *t32;
279
    unsigned int t33;
280
    unsigned int t34;
281
    unsigned int t35;
282
    unsigned int t36;
283
    unsigned int t37;
284
    unsigned int t38;
285
    unsigned int t39;
286
    char *t40;
287
    char *t41;
288
    unsigned int t42;
289
    unsigned int t43;
290
    unsigned int t44;
291
    unsigned int t45;
292
    unsigned int t46;
293
    unsigned int t47;
294
    unsigned int t48;
295
    unsigned int t49;
296
    int t50;
297
    int t51;
298
    unsigned int t52;
299
    unsigned int t53;
300
    unsigned int t54;
301
    unsigned int t55;
302
    unsigned int t56;
303
    unsigned int t57;
304
    char *t59;
305
    unsigned int t60;
306
    unsigned int t61;
307
    unsigned int t62;
308
    unsigned int t63;
309
    unsigned int t64;
310
    char *t65;
311
    char *t66;
312
    unsigned int t67;
313
    unsigned int t68;
314
    unsigned int t69;
315
    unsigned int t70;
316
    char *t71;
317
    char *t72;
318
    char *t75;
319
    unsigned int t76;
320
    unsigned int t77;
321
    unsigned int t78;
322
    unsigned int t79;
323
    unsigned int t80;
324
    char *t81;
325
    char *t82;
326
    unsigned int t83;
327
    unsigned int t84;
328
    unsigned int t85;
329
    char *t86;
330
    char *t87;
331
    char *t90;
332
    unsigned int t91;
333
    unsigned int t92;
334
    unsigned int t93;
335
    unsigned int t94;
336
    unsigned int t95;
337
    char *t96;
338
    char *t97;
339
    unsigned int t98;
340
    unsigned int t99;
341
    unsigned int t100;
342
    unsigned int t101;
343
    char *t102;
344
    char *t103;
345
    unsigned int t105;
346
    unsigned int t106;
347
    unsigned int t107;
348
    unsigned int t108;
349
    unsigned int t109;
350
    char *t110;
351
    unsigned int t112;
352
    unsigned int t113;
353
    unsigned int t114;
354
    char *t115;
355
    char *t116;
356
    char *t117;
357
    unsigned int t118;
358
    unsigned int t119;
359
    unsigned int t120;
360
    unsigned int t121;
361
    unsigned int t122;
362
    unsigned int t123;
363
    unsigned int t124;
364
    char *t125;
365
    char *t126;
366
    unsigned int t127;
367
    unsigned int t128;
368
    unsigned int t129;
369
    int t130;
370
    unsigned int t131;
371
    unsigned int t132;
372
    unsigned int t133;
373
    int t134;
374
    unsigned int t135;
375
    unsigned int t136;
376
    unsigned int t137;
377
    unsigned int t138;
378
    char *t140;
379
    unsigned int t141;
380
    unsigned int t142;
381
    unsigned int t143;
382
    unsigned int t144;
383
    unsigned int t145;
384
    char *t146;
385
    unsigned int t148;
386
    unsigned int t149;
387
    unsigned int t150;
388
    char *t151;
389
    char *t152;
390
    char *t153;
391
    unsigned int t154;
392
    unsigned int t155;
393
    unsigned int t156;
394
    unsigned int t157;
395
    unsigned int t158;
396
    unsigned int t159;
397
    unsigned int t160;
398
    char *t161;
399
    char *t162;
400
    unsigned int t163;
401
    unsigned int t164;
402
    unsigned int t165;
403
    unsigned int t166;
404
    unsigned int t167;
405
    unsigned int t168;
406
    unsigned int t169;
407
    unsigned int t170;
408
    int t171;
409
    int t172;
410
    unsigned int t173;
411
    unsigned int t174;
412
    unsigned int t175;
413
    unsigned int t176;
414
    unsigned int t177;
415
    unsigned int t178;
416
    char *t180;
417
    unsigned int t181;
418
    unsigned int t182;
419
    unsigned int t183;
420
    unsigned int t184;
421
    unsigned int t185;
422
    char *t186;
423
    unsigned int t188;
424
    unsigned int t189;
425
    unsigned int t190;
426
    char *t191;
427
    char *t192;
428
    char *t193;
429
    unsigned int t194;
430
    unsigned int t195;
431
    unsigned int t196;
432
    unsigned int t197;
433
    unsigned int t198;
434
    unsigned int t199;
435
    unsigned int t200;
436
    char *t201;
437
    char *t202;
438
    unsigned int t203;
439
    unsigned int t204;
440
    unsigned int t205;
441
    int t206;
442
    unsigned int t207;
443
    unsigned int t208;
444
    unsigned int t209;
445
    int t210;
446
    unsigned int t211;
447
    unsigned int t212;
448
    unsigned int t213;
449
    unsigned int t214;
450
    char *t215;
451
    char *t216;
452
    char *t217;
453
    char *t218;
454
    char *t219;
455
    unsigned int t220;
456
    unsigned int t221;
457
    char *t222;
458
    unsigned int t223;
459
    unsigned int t224;
460
    char *t225;
461
    unsigned int t226;
462
    unsigned int t227;
463
    char *t228;
464
 
465
LAB0:    t1 = (t0 + 7960U);
466
    t2 = *((char **)t1);
467
    if (t2 == 0)
468
        goto LAB2;
469
 
470
LAB3:    goto *t2;
471
 
472
LAB2:    t2 = (t0 + 1560);
473
    t3 = *((char **)t2);
474
    t2 = ((char*)((ng1)));
475
    memset(t4, 0, 8);
476
    xsi_vlog_signed_equal(t4, 32, t3, 32, t2, 32);
477
    memset(t5, 0, 8);
478
    t6 = (t4 + 4);
479
    t7 = *((unsigned int *)t6);
480
    t8 = (~(t7));
481
    t9 = *((unsigned int *)t4);
482
    t10 = (t9 & t8);
483
    t11 = (t10 & 1U);
484
    if (t11 != 0)
485
        goto LAB4;
486
 
487
LAB5:    if (*((unsigned int *)t6) != 0)
488
        goto LAB6;
489
 
490
LAB7:    t13 = (t5 + 4);
491
    t14 = *((unsigned int *)t5);
492
    t15 = *((unsigned int *)t13);
493
    t16 = (t14 || t15);
494
    if (t16 > 0)
495
        goto LAB8;
496
 
497
LAB9:    memcpy(t26, t5, 8);
498
 
499
LAB10:    memset(t58, 0, 8);
500
    t59 = (t26 + 4);
501
    t60 = *((unsigned int *)t59);
502
    t61 = (~(t60));
503
    t62 = *((unsigned int *)t26);
504
    t63 = (t62 & t61);
505
    t64 = (t63 & 1U);
506
    if (t64 != 0)
507
        goto LAB18;
508
 
509
LAB19:    if (*((unsigned int *)t59) != 0)
510
        goto LAB20;
511
 
512
LAB21:    t66 = (t58 + 4);
513
    t67 = *((unsigned int *)t58);
514
    t68 = (!(t67));
515
    t69 = *((unsigned int *)t66);
516
    t70 = (t68 || t69);
517
    if (t70 > 0)
518
        goto LAB22;
519
 
520
LAB23:    memcpy(t187, t58, 8);
521
 
522
LAB24:    t215 = (t0 + 9216);
523
    t216 = (t215 + 56U);
524
    t217 = *((char **)t216);
525
    t218 = (t217 + 56U);
526
    t219 = *((char **)t218);
527
    memset(t219, 0, 8);
528
    t220 = 1U;
529
    t221 = t220;
530
    t222 = (t187 + 4);
531
    t223 = *((unsigned int *)t187);
532
    t220 = (t220 & t223);
533
    t224 = *((unsigned int *)t222);
534
    t221 = (t221 & t224);
535
    t225 = (t219 + 4);
536
    t226 = *((unsigned int *)t219);
537
    *((unsigned int *)t219) = (t226 | t220);
538
    t227 = *((unsigned int *)t225);
539
    *((unsigned int *)t225) = (t227 | t221);
540
    xsi_driver_vfirst_trans(t215, 0, 0);
541
    t228 = (t0 + 9040);
542
    *((int *)t228) = 1;
543
 
544
LAB1:    return;
545
LAB4:    *((unsigned int *)t5) = 1;
546
    goto LAB7;
547
 
548
LAB6:    t12 = (t5 + 4);
549
    *((unsigned int *)t5) = 1;
550
    *((unsigned int *)t12) = 1;
551
    goto LAB7;
552
 
553
LAB8:    t17 = (t0 + 3840U);
554
    t18 = *((char **)t17);
555
    memset(t19, 0, 8);
556
    t17 = (t18 + 4);
557
    t20 = *((unsigned int *)t17);
558
    t21 = (~(t20));
559
    t22 = *((unsigned int *)t18);
560
    t23 = (t22 & t21);
561
    t24 = (t23 & 1U);
562
    if (t24 != 0)
563
        goto LAB11;
564
 
565
LAB12:    if (*((unsigned int *)t17) != 0)
566
        goto LAB13;
567
 
568
LAB14:    t27 = *((unsigned int *)t5);
569
    t28 = *((unsigned int *)t19);
570
    t29 = (t27 & t28);
571
    *((unsigned int *)t26) = t29;
572
    t30 = (t5 + 4);
573
    t31 = (t19 + 4);
574
    t32 = (t26 + 4);
575
    t33 = *((unsigned int *)t30);
576
    t34 = *((unsigned int *)t31);
577
    t35 = (t33 | t34);
578
    *((unsigned int *)t32) = t35;
579
    t36 = *((unsigned int *)t32);
580
    t37 = (t36 != 0);
581
    if (t37 == 1)
582
        goto LAB15;
583
 
584
LAB16:
585
LAB17:    goto LAB10;
586
 
587
LAB11:    *((unsigned int *)t19) = 1;
588
    goto LAB14;
589
 
590
LAB13:    t25 = (t19 + 4);
591
    *((unsigned int *)t19) = 1;
592
    *((unsigned int *)t25) = 1;
593
    goto LAB14;
594
 
595
LAB15:    t38 = *((unsigned int *)t26);
596
    t39 = *((unsigned int *)t32);
597
    *((unsigned int *)t26) = (t38 | t39);
598
    t40 = (t5 + 4);
599
    t41 = (t19 + 4);
600
    t42 = *((unsigned int *)t5);
601
    t43 = (~(t42));
602
    t44 = *((unsigned int *)t40);
603
    t45 = (~(t44));
604
    t46 = *((unsigned int *)t19);
605
    t47 = (~(t46));
606
    t48 = *((unsigned int *)t41);
607
    t49 = (~(t48));
608
    t50 = (t43 & t45);
609
    t51 = (t47 & t49);
610
    t52 = (~(t50));
611
    t53 = (~(t51));
612
    t54 = *((unsigned int *)t32);
613
    *((unsigned int *)t32) = (t54 & t52);
614
    t55 = *((unsigned int *)t32);
615
    *((unsigned int *)t32) = (t55 & t53);
616
    t56 = *((unsigned int *)t26);
617
    *((unsigned int *)t26) = (t56 & t52);
618
    t57 = *((unsigned int *)t26);
619
    *((unsigned int *)t26) = (t57 & t53);
620
    goto LAB17;
621
 
622
LAB18:    *((unsigned int *)t58) = 1;
623
    goto LAB21;
624
 
625
LAB20:    t65 = (t58 + 4);
626
    *((unsigned int *)t58) = 1;
627
    *((unsigned int *)t65) = 1;
628
    goto LAB21;
629
 
630
LAB22:    t71 = (t0 + 1560);
631
    t72 = *((char **)t71);
632
    t71 = ((char*)((ng0)));
633
    memset(t73, 0, 8);
634
    xsi_vlog_signed_equal(t73, 32, t72, 32, t71, 32);
635
    memset(t74, 0, 8);
636
    t75 = (t73 + 4);
637
    t76 = *((unsigned int *)t75);
638
    t77 = (~(t76));
639
    t78 = *((unsigned int *)t73);
640
    t79 = (t78 & t77);
641
    t80 = (t79 & 1U);
642
    if (t80 != 0)
643
        goto LAB25;
644
 
645
LAB26:    if (*((unsigned int *)t75) != 0)
646
        goto LAB27;
647
 
648
LAB28:    t82 = (t74 + 4);
649
    t83 = *((unsigned int *)t74);
650
    t84 = *((unsigned int *)t82);
651
    t85 = (t83 || t84);
652
    if (t85 > 0)
653
        goto LAB29;
654
 
655
LAB30:    memcpy(t147, t74, 8);
656
 
657
LAB31:    memset(t179, 0, 8);
658
    t180 = (t147 + 4);
659
    t181 = *((unsigned int *)t180);
660
    t182 = (~(t181));
661
    t183 = *((unsigned int *)t147);
662
    t184 = (t183 & t182);
663
    t185 = (t184 & 1U);
664
    if (t185 != 0)
665
        goto LAB53;
666
 
667
LAB54:    if (*((unsigned int *)t180) != 0)
668
        goto LAB55;
669
 
670
LAB56:    t188 = *((unsigned int *)t58);
671
    t189 = *((unsigned int *)t179);
672
    t190 = (t188 | t189);
673
    *((unsigned int *)t187) = t190;
674
    t191 = (t58 + 4);
675
    t192 = (t179 + 4);
676
    t193 = (t187 + 4);
677
    t194 = *((unsigned int *)t191);
678
    t195 = *((unsigned int *)t192);
679
    t196 = (t194 | t195);
680
    *((unsigned int *)t193) = t196;
681
    t197 = *((unsigned int *)t193);
682
    t198 = (t197 != 0);
683
    if (t198 == 1)
684
        goto LAB57;
685
 
686
LAB58:
687
LAB59:    goto LAB24;
688
 
689
LAB25:    *((unsigned int *)t74) = 1;
690
    goto LAB28;
691
 
692
LAB27:    t81 = (t74 + 4);
693
    *((unsigned int *)t74) = 1;
694
    *((unsigned int *)t81) = 1;
695
    goto LAB28;
696
 
697
LAB29:    t86 = (t0 + 1424);
698
    t87 = *((char **)t86);
699
    t86 = ((char*)((ng0)));
700
    memset(t88, 0, 8);
701
    xsi_vlog_signed_equal(t88, 32, t87, 32, t86, 32);
702
    memset(t89, 0, 8);
703
    t90 = (t88 + 4);
704
    t91 = *((unsigned int *)t90);
705
    t92 = (~(t91));
706
    t93 = *((unsigned int *)t88);
707
    t94 = (t93 & t92);
708
    t95 = (t94 & 1U);
709
    if (t95 != 0)
710
        goto LAB32;
711
 
712
LAB33:    if (*((unsigned int *)t90) != 0)
713
        goto LAB34;
714
 
715
LAB35:    t97 = (t89 + 4);
716
    t98 = *((unsigned int *)t89);
717
    t99 = (!(t98));
718
    t100 = *((unsigned int *)t97);
719
    t101 = (t99 || t100);
720
    if (t101 > 0)
721
        goto LAB36;
722
 
723
LAB37:    memcpy(t111, t89, 8);
724
 
725
LAB38:    memset(t139, 0, 8);
726
    t140 = (t111 + 4);
727
    t141 = *((unsigned int *)t140);
728
    t142 = (~(t141));
729
    t143 = *((unsigned int *)t111);
730
    t144 = (t143 & t142);
731
    t145 = (t144 & 1U);
732
    if (t145 != 0)
733
        goto LAB46;
734
 
735
LAB47:    if (*((unsigned int *)t140) != 0)
736
        goto LAB48;
737
 
738
LAB49:    t148 = *((unsigned int *)t74);
739
    t149 = *((unsigned int *)t139);
740
    t150 = (t148 & t149);
741
    *((unsigned int *)t147) = t150;
742
    t151 = (t74 + 4);
743
    t152 = (t139 + 4);
744
    t153 = (t147 + 4);
745
    t154 = *((unsigned int *)t151);
746
    t155 = *((unsigned int *)t152);
747
    t156 = (t154 | t155);
748
    *((unsigned int *)t153) = t156;
749
    t157 = *((unsigned int *)t153);
750
    t158 = (t157 != 0);
751
    if (t158 == 1)
752
        goto LAB50;
753
 
754
LAB51:
755
LAB52:    goto LAB31;
756
 
757
LAB32:    *((unsigned int *)t89) = 1;
758
    goto LAB35;
759
 
760
LAB34:    t96 = (t89 + 4);
761
    *((unsigned int *)t89) = 1;
762
    *((unsigned int *)t96) = 1;
763
    goto LAB35;
764
 
765
LAB36:    t102 = (t0 + 3680U);
766
    t103 = *((char **)t102);
767
    memset(t104, 0, 8);
768
    t102 = (t103 + 4);
769
    t105 = *((unsigned int *)t102);
770
    t106 = (~(t105));
771
    t107 = *((unsigned int *)t103);
772
    t108 = (t107 & t106);
773
    t109 = (t108 & 1U);
774
    if (t109 != 0)
775
        goto LAB39;
776
 
777
LAB40:    if (*((unsigned int *)t102) != 0)
778
        goto LAB41;
779
 
780
LAB42:    t112 = *((unsigned int *)t89);
781
    t113 = *((unsigned int *)t104);
782
    t114 = (t112 | t113);
783
    *((unsigned int *)t111) = t114;
784
    t115 = (t89 + 4);
785
    t116 = (t104 + 4);
786
    t117 = (t111 + 4);
787
    t118 = *((unsigned int *)t115);
788
    t119 = *((unsigned int *)t116);
789
    t120 = (t118 | t119);
790
    *((unsigned int *)t117) = t120;
791
    t121 = *((unsigned int *)t117);
792
    t122 = (t121 != 0);
793
    if (t122 == 1)
794
        goto LAB43;
795
 
796
LAB44:
797
LAB45:    goto LAB38;
798
 
799
LAB39:    *((unsigned int *)t104) = 1;
800
    goto LAB42;
801
 
802
LAB41:    t110 = (t104 + 4);
803
    *((unsigned int *)t104) = 1;
804
    *((unsigned int *)t110) = 1;
805
    goto LAB42;
806
 
807
LAB43:    t123 = *((unsigned int *)t111);
808
    t124 = *((unsigned int *)t117);
809
    *((unsigned int *)t111) = (t123 | t124);
810
    t125 = (t89 + 4);
811
    t126 = (t104 + 4);
812
    t127 = *((unsigned int *)t125);
813
    t128 = (~(t127));
814
    t129 = *((unsigned int *)t89);
815
    t130 = (t129 & t128);
816
    t131 = *((unsigned int *)t126);
817
    t132 = (~(t131));
818
    t133 = *((unsigned int *)t104);
819
    t134 = (t133 & t132);
820
    t135 = (~(t130));
821
    t136 = (~(t134));
822
    t137 = *((unsigned int *)t117);
823
    *((unsigned int *)t117) = (t137 & t135);
824
    t138 = *((unsigned int *)t117);
825
    *((unsigned int *)t117) = (t138 & t136);
826
    goto LAB45;
827
 
828
LAB46:    *((unsigned int *)t139) = 1;
829
    goto LAB49;
830
 
831
LAB48:    t146 = (t139 + 4);
832
    *((unsigned int *)t139) = 1;
833
    *((unsigned int *)t146) = 1;
834
    goto LAB49;
835
 
836
LAB50:    t159 = *((unsigned int *)t147);
837
    t160 = *((unsigned int *)t153);
838
    *((unsigned int *)t147) = (t159 | t160);
839
    t161 = (t74 + 4);
840
    t162 = (t139 + 4);
841
    t163 = *((unsigned int *)t74);
842
    t164 = (~(t163));
843
    t165 = *((unsigned int *)t161);
844
    t166 = (~(t165));
845
    t167 = *((unsigned int *)t139);
846
    t168 = (~(t167));
847
    t169 = *((unsigned int *)t162);
848
    t170 = (~(t169));
849
    t171 = (t164 & t166);
850
    t172 = (t168 & t170);
851
    t173 = (~(t171));
852
    t174 = (~(t172));
853
    t175 = *((unsigned int *)t153);
854
    *((unsigned int *)t153) = (t175 & t173);
855
    t176 = *((unsigned int *)t153);
856
    *((unsigned int *)t153) = (t176 & t174);
857
    t177 = *((unsigned int *)t147);
858
    *((unsigned int *)t147) = (t177 & t173);
859
    t178 = *((unsigned int *)t147);
860
    *((unsigned int *)t147) = (t178 & t174);
861
    goto LAB52;
862
 
863
LAB53:    *((unsigned int *)t179) = 1;
864
    goto LAB56;
865
 
866
LAB55:    t186 = (t179 + 4);
867
    *((unsigned int *)t179) = 1;
868
    *((unsigned int *)t186) = 1;
869
    goto LAB56;
870
 
871
LAB57:    t199 = *((unsigned int *)t187);
872
    t200 = *((unsigned int *)t193);
873
    *((unsigned int *)t187) = (t199 | t200);
874
    t201 = (t58 + 4);
875
    t202 = (t179 + 4);
876
    t203 = *((unsigned int *)t201);
877
    t204 = (~(t203));
878
    t205 = *((unsigned int *)t58);
879
    t206 = (t205 & t204);
880
    t207 = *((unsigned int *)t202);
881
    t208 = (~(t207));
882
    t209 = *((unsigned int *)t179);
883
    t210 = (t209 & t208);
884
    t211 = (~(t206));
885
    t212 = (~(t210));
886
    t213 = *((unsigned int *)t193);
887
    *((unsigned int *)t193) = (t213 & t211);
888
    t214 = *((unsigned int *)t193);
889
    *((unsigned int *)t193) = (t214 & t212);
890
    goto LAB59;
891
 
892
}
893
 
894
static void Cont_1681_2(char *t0)
895
{
896
    char t4[8];
897
    char t5[8];
898
    char t19[8];
899
    char t26[8];
900
    char *t1;
901
    char *t2;
902
    char *t3;
903
    char *t6;
904
    unsigned int t7;
905
    unsigned int t8;
906
    unsigned int t9;
907
    unsigned int t10;
908
    unsigned int t11;
909
    char *t12;
910
    char *t13;
911
    unsigned int t14;
912
    unsigned int t15;
913
    unsigned int t16;
914
    char *t17;
915
    char *t18;
916
    unsigned int t20;
917
    unsigned int t21;
918
    unsigned int t22;
919
    unsigned int t23;
920
    unsigned int t24;
921
    char *t25;
922
    unsigned int t27;
923
    unsigned int t28;
924
    unsigned int t29;
925
    char *t30;
926
    char *t31;
927
    char *t32;
928
    unsigned int t33;
929
    unsigned int t34;
930
    unsigned int t35;
931
    unsigned int t36;
932
    unsigned int t37;
933
    unsigned int t38;
934
    unsigned int t39;
935
    char *t40;
936
    char *t41;
937
    unsigned int t42;
938
    unsigned int t43;
939
    unsigned int t44;
940
    unsigned int t45;
941
    unsigned int t46;
942
    unsigned int t47;
943
    unsigned int t48;
944
    unsigned int t49;
945
    int t50;
946
    int t51;
947
    unsigned int t52;
948
    unsigned int t53;
949
    unsigned int t54;
950
    unsigned int t55;
951
    unsigned int t56;
952
    unsigned int t57;
953
    char *t58;
954
    char *t59;
955
    char *t60;
956
    char *t61;
957
    char *t62;
958
    unsigned int t63;
959
    unsigned int t64;
960
    char *t65;
961
    unsigned int t66;
962
    unsigned int t67;
963
    char *t68;
964
    unsigned int t69;
965
    unsigned int t70;
966
    char *t71;
967
 
968
LAB0:    t1 = (t0 + 8208U);
969
    t2 = *((char **)t1);
970
    if (t2 == 0)
971
        goto LAB2;
972
 
973
LAB3:    goto *t2;
974
 
975
LAB2:    t2 = (t0 + 880);
976
    t3 = *((char **)t2);
977
    t2 = ((char*)((ng1)));
978
    memset(t4, 0, 8);
979
    xsi_vlog_signed_equal(t4, 32, t3, 32, t2, 32);
980
    memset(t5, 0, 8);
981
    t6 = (t4 + 4);
982
    t7 = *((unsigned int *)t6);
983
    t8 = (~(t7));
984
    t9 = *((unsigned int *)t4);
985
    t10 = (t9 & t8);
986
    t11 = (t10 & 1U);
987
    if (t11 != 0)
988
        goto LAB4;
989
 
990
LAB5:    if (*((unsigned int *)t6) != 0)
991
        goto LAB6;
992
 
993
LAB7:    t13 = (t5 + 4);
994
    t14 = *((unsigned int *)t5);
995
    t15 = *((unsigned int *)t13);
996
    t16 = (t14 || t15);
997
    if (t16 > 0)
998
        goto LAB8;
999
 
1000
LAB9:    memcpy(t26, t5, 8);
1001
 
1002
LAB10:    t58 = (t0 + 9280);
1003
    t59 = (t58 + 56U);
1004
    t60 = *((char **)t59);
1005
    t61 = (t60 + 56U);
1006
    t62 = *((char **)t61);
1007
    memset(t62, 0, 8);
1008
    t63 = 1U;
1009
    t64 = t63;
1010
    t65 = (t26 + 4);
1011
    t66 = *((unsigned int *)t26);
1012
    t63 = (t63 & t66);
1013
    t67 = *((unsigned int *)t65);
1014
    t64 = (t64 & t67);
1015
    t68 = (t62 + 4);
1016
    t69 = *((unsigned int *)t62);
1017
    *((unsigned int *)t62) = (t69 | t63);
1018
    t70 = *((unsigned int *)t68);
1019
    *((unsigned int *)t68) = (t70 | t64);
1020
    xsi_driver_vfirst_trans(t58, 0, 0);
1021
    t71 = (t0 + 9056);
1022
    *((int *)t71) = 1;
1023
 
1024
LAB1:    return;
1025
LAB4:    *((unsigned int *)t5) = 1;
1026
    goto LAB7;
1027
 
1028
LAB6:    t12 = (t5 + 4);
1029
    *((unsigned int *)t5) = 1;
1030
    *((unsigned int *)t12) = 1;
1031
    goto LAB7;
1032
 
1033
LAB8:    t17 = (t0 + 3520U);
1034
    t18 = *((char **)t17);
1035
    memset(t19, 0, 8);
1036
    t17 = (t18 + 4);
1037
    t20 = *((unsigned int *)t17);
1038
    t21 = (~(t20));
1039
    t22 = *((unsigned int *)t18);
1040
    t23 = (t22 & t21);
1041
    t24 = (t23 & 1U);
1042
    if (t24 != 0)
1043
        goto LAB11;
1044
 
1045
LAB12:    if (*((unsigned int *)t17) != 0)
1046
        goto LAB13;
1047
 
1048
LAB14:    t27 = *((unsigned int *)t5);
1049
    t28 = *((unsigned int *)t19);
1050
    t29 = (t27 & t28);
1051
    *((unsigned int *)t26) = t29;
1052
    t30 = (t5 + 4);
1053
    t31 = (t19 + 4);
1054
    t32 = (t26 + 4);
1055
    t33 = *((unsigned int *)t30);
1056
    t34 = *((unsigned int *)t31);
1057
    t35 = (t33 | t34);
1058
    *((unsigned int *)t32) = t35;
1059
    t36 = *((unsigned int *)t32);
1060
    t37 = (t36 != 0);
1061
    if (t37 == 1)
1062
        goto LAB15;
1063
 
1064
LAB16:
1065
LAB17:    goto LAB10;
1066
 
1067
LAB11:    *((unsigned int *)t19) = 1;
1068
    goto LAB14;
1069
 
1070
LAB13:    t25 = (t19 + 4);
1071
    *((unsigned int *)t19) = 1;
1072
    *((unsigned int *)t25) = 1;
1073
    goto LAB14;
1074
 
1075
LAB15:    t38 = *((unsigned int *)t26);
1076
    t39 = *((unsigned int *)t32);
1077
    *((unsigned int *)t26) = (t38 | t39);
1078
    t40 = (t5 + 4);
1079
    t41 = (t19 + 4);
1080
    t42 = *((unsigned int *)t5);
1081
    t43 = (~(t42));
1082
    t44 = *((unsigned int *)t40);
1083
    t45 = (~(t44));
1084
    t46 = *((unsigned int *)t19);
1085
    t47 = (~(t46));
1086
    t48 = *((unsigned int *)t41);
1087
    t49 = (~(t48));
1088
    t50 = (t43 & t45);
1089
    t51 = (t47 & t49);
1090
    t52 = (~(t50));
1091
    t53 = (~(t51));
1092
    t54 = *((unsigned int *)t32);
1093
    *((unsigned int *)t32) = (t54 & t52);
1094
    t55 = *((unsigned int *)t32);
1095
    *((unsigned int *)t32) = (t55 & t53);
1096
    t56 = *((unsigned int *)t26);
1097
    *((unsigned int *)t26) = (t56 & t52);
1098
    t57 = *((unsigned int *)t26);
1099
    *((unsigned int *)t26) = (t57 & t53);
1100
    goto LAB17;
1101
 
1102
}
1103
 
1104
static void Initial_1686_3(char *t0)
1105
{
1106
    char t1[8];
1107
    char t5[8];
1108
    char t9[8];
1109
    char *t2;
1110
    char *t3;
1111
    char *t4;
1112
    char *t6;
1113
    char *t7;
1114
    char *t8;
1115
    char *t10;
1116
    char *t11;
1117
    char *t12;
1118
    unsigned int t13;
1119
    unsigned int t14;
1120
    unsigned int t15;
1121
    unsigned int t16;
1122
    unsigned int t17;
1123
    char *t18;
1124
    char *t19;
1125
    unsigned int t20;
1126
    unsigned int t21;
1127
    unsigned int t22;
1128
    unsigned int t23;
1129
    unsigned int t24;
1130
    char *t25;
1131
    char *t26;
1132
 
1133
LAB0:
1134
LAB2:    t2 = (t0 + 6640);
1135
    t3 = (t2 + 56U);
1136
    t4 = *((char **)t3);
1137
    t6 = (t0 + 6800);
1138
    t7 = (t6 + 56U);
1139
    t8 = *((char **)t7);
1140
    xsi_vlog_bit_copy(t5, 0, t8, 0, 13);
1141
    *((int *)t9) = xsi_vlogfile_sscanf(t4, 104, ng2, 2, t0, (char)118, t5, 13);
1142
    t10 = (t9 + 4);
1143
    *((int *)t10) = 0;
1144
    t11 = (t0 + 6800);
1145
    xsi_vlogvar_assign_value(t11, t5, 0, 0, 13);
1146
    memset(t1, 0, 8);
1147
    t12 = (t9 + 4);
1148
    t13 = *((unsigned int *)t12);
1149
    t14 = (~(t13));
1150
    t15 = *((unsigned int *)t9);
1151
    t16 = (t15 & t14);
1152
    t17 = (t16 & 4294967295U);
1153
    if (t17 != 0)
1154
        goto LAB6;
1155
 
1156
LAB4:    if (*((unsigned int *)t12) == 0)
1157
        goto LAB3;
1158
 
1159
LAB5:    t18 = (t1 + 4);
1160
    *((unsigned int *)t1) = 1;
1161
    *((unsigned int *)t18) = 1;
1162
 
1163
LAB6:    t19 = (t1 + 4);
1164
    t20 = *((unsigned int *)t19);
1165
    t21 = (~(t20));
1166
    t22 = *((unsigned int *)t1);
1167
    t23 = (t22 & t21);
1168
    t24 = (t23 != 0);
1169
    if (t24 > 0)
1170
        goto LAB7;
1171
 
1172
LAB8:
1173
LAB9:    t2 = (t0 + 6800);
1174
    t3 = (t2 + 56U);
1175
    t4 = *((char **)t3);
1176
    t6 = (t0 + 5360);
1177
    xsi_vlogvar_assign_value(t6, t4, 0, 0, 13);
1178
    t2 = ((char*)((ng0)));
1179
    t3 = (t0 + 5840);
1180
    xsi_vlogvar_assign_value(t3, t2, 0, 0, 7);
1181
    t2 = ((char*)((ng3)));
1182
    t3 = (t0 + 5520);
1183
    xsi_vlogvar_assign_value(t3, t2, 0, 0, 1);
1184
    t2 = ((char*)((ng3)));
1185
    t3 = (t0 + 5680);
1186
    xsi_vlogvar_assign_value(t3, t2, 0, 0, 1);
1187
    t2 = ((char*)((ng4)));
1188
    t3 = (t0 + 6800);
1189
    t4 = (t3 + 56U);
1190
    t6 = *((char **)t4);
1191
    xsi_vlog_mul_concat(t1, 26, 13, t2, 1U, t6, 13);
1192
    t7 = (t0 + 6000);
1193
    xsi_vlogvar_assign_value(t7, t1, 0, 0, 13);
1194
    t2 = ((char*)((ng0)));
1195
    t3 = (t0 + 6160);
1196
    xsi_vlogvar_assign_value(t3, t2, 0, 0, 7);
1197
    t2 = ((char*)((ng3)));
1198
    t3 = (t0 + 6320);
1199
    xsi_vlogvar_assign_value(t3, t2, 0, 0, 1);
1200
    t2 = ((char*)((ng3)));
1201
    t3 = (t0 + 6480);
1202
    xsi_vlogvar_assign_value(t3, t2, 0, 0, 1);
1203
 
1204
LAB1:    return;
1205
LAB3:    *((unsigned int *)t1) = 1;
1206
    goto LAB6;
1207
 
1208
LAB7:
1209
LAB10:    t25 = ((char*)((ng0)));
1210
    t26 = (t0 + 6800);
1211
    xsi_vlogvar_assign_value(t26, t25, 0, 0, 13);
1212
    goto LAB9;
1213
 
1214
}
1215
 
1216
static void Always_1705_4(char *t0)
1217
{
1218
    char *t1;
1219
    char *t2;
1220
    char *t3;
1221
    char *t4;
1222
    char *t5;
1223
 
1224
LAB0:    t1 = (t0 + 8704U);
1225
    t2 = *((char **)t1);
1226
    if (t2 == 0)
1227
        goto LAB2;
1228
 
1229
LAB3:    goto *t2;
1230
 
1231
LAB2:    t2 = (t0 + 9072);
1232
    *((int *)t2) = 1;
1233
    t3 = (t0 + 8736);
1234
    *((char **)t3) = t2;
1235
    *((char **)t1) = &&LAB4;
1236
 
1237
LAB1:    return;
1238
LAB4:
1239
LAB5:    t4 = (t0 + 4000U);
1240
    t5 = *((char **)t4);
1241
    t4 = (t0 + 5360);
1242
    xsi_vlogvar_assign_value(t4, t5, 0, 0, 13);
1243
    t2 = (t0 + 4480U);
1244
    t3 = *((char **)t2);
1245
    t2 = (t0 + 5840);
1246
    xsi_vlogvar_assign_value(t2, t3, 0, 0, 7);
1247
    t2 = (t0 + 4160U);
1248
    t3 = *((char **)t2);
1249
    t2 = (t0 + 5520);
1250
    xsi_vlogvar_assign_value(t2, t3, 0, 0, 1);
1251
    t2 = (t0 + 4320U);
1252
    t3 = *((char **)t2);
1253
    t2 = (t0 + 5680);
1254
    xsi_vlogvar_assign_value(t2, t3, 0, 0, 1);
1255
    goto LAB2;
1256
 
1257
}
1258
 
1259
 
1260
extern void xilinxcorelib_ver_m_04284627112054182733_2463969322_init()
1261
{
1262
        static char *pe[] = {(void *)Cont_1671_0,(void *)Cont_1677_1,(void *)Cont_1681_2,(void *)Initial_1686_3,(void *)Always_1705_4};
1263
        xsi_register_didat("xilinxcorelib_ver_m_04284627112054182733_2463969322", "isim/vtach_test_isim_beh.exe.sim/xilinxcorelib_ver/m_04284627112054182733_2463969322.didat");
1264
        xsi_register_executes(pe);
1265
}

powered by: WebSVN 2.1.0

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