📄 m_00000000004219849375_3101771172.c
字号:
/**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ */
/* \ \ Copyright (c) 2003-2009 Xilinx, Inc. */
/* / / All Right Reserved. */
/* /---/ /\ */
/* \ \ / \ */
/* \___\/\___\ */
/***********************************************************************/
/* This file is designed for use with ISim build 0xa0883be4 */
#define XSI_HIDE_SYMBOL_SPEC true
#include "xsi.h"
#include <memory.h>
#ifdef __GNUC__
#include <stdlib.h>
#else
#include <malloc.h>
#define alloca _alloca
#endif
static unsigned int ng0[] = {1U, 0U};
static unsigned int ng1[] = {0U, 0U};
static void implSig1_execute(char *t0)
{
char t3[8];
char *t1;
char *t2;
char *t4;
unsigned int t5;
unsigned int t6;
unsigned int t7;
unsigned int t8;
unsigned int t9;
char *t10;
char *t11;
char *t12;
char *t13;
char *t14;
char *t15;
unsigned int t16;
unsigned int t17;
char *t18;
unsigned int t19;
unsigned int t20;
char *t21;
unsigned int t22;
unsigned int t23;
char *t24;
LAB0: t1 = (t0 + 3328U);
t2 = *((char **)t1);
if (t2 == 0)
goto LAB2;
LAB3: goto *t2;
LAB2: t2 = (t0 + 1048U);
t4 = *((char **)t2);
memset(t3, 0, 8);
t2 = (t4 + 4);
t5 = *((unsigned int *)t2);
t6 = (~(t5));
t7 = *((unsigned int *)t4);
t8 = (t7 & t6);
t9 = (t8 & 1U);
if (t9 != 0)
goto LAB7;
LAB5: if (*((unsigned int *)t2) == 0)
goto LAB4;
LAB6: t10 = (t3 + 4);
*((unsigned int *)t3) = 1;
*((unsigned int *)t10) = 1;
LAB7: t11 = (t0 + 4224);
t12 = (t11 + 56U);
t13 = *((char **)t12);
t14 = (t13 + 56U);
t15 = *((char **)t14);
memset(t15, 0, 8);
t16 = 1U;
t17 = t16;
t18 = (t3 + 4);
t19 = *((unsigned int *)t3);
t16 = (t16 & t19);
t20 = *((unsigned int *)t18);
t17 = (t17 & t20);
t21 = (t15 + 4);
t22 = *((unsigned int *)t15);
*((unsigned int *)t15) = (t22 | t16);
t23 = *((unsigned int *)t21);
*((unsigned int *)t21) = (t23 | t17);
xsi_driver_vfirst_trans(t11, 0, 0);
t24 = (t0 + 4144);
*((int *)t24) = 1;
LAB1: return;
LAB4: *((unsigned int *)t3) = 1;
goto LAB7;
}
static void implSig2_execute(char *t0)
{
char *t1;
char *t2;
char *t3;
char *t4;
char *t5;
char *t6;
char *t7;
unsigned int t8;
unsigned int t9;
char *t10;
unsigned int t11;
unsigned int t12;
char *t13;
unsigned int t14;
unsigned int t15;
LAB0: t1 = (t0 + 3576U);
t2 = *((char **)t1);
if (t2 == 0)
goto LAB2;
LAB3: goto *t2;
LAB2: t2 = ((char*)((ng0)));
t3 = (t0 + 4288);
t4 = (t3 + 56U);
t5 = *((char **)t4);
t6 = (t5 + 56U);
t7 = *((char **)t6);
memset(t7, 0, 8);
t8 = 1U;
t9 = t8;
t10 = (t2 + 4);
t11 = *((unsigned int *)t2);
t8 = (t8 & t11);
t12 = *((unsigned int *)t10);
t9 = (t9 & t12);
t13 = (t7 + 4);
t14 = *((unsigned int *)t7);
*((unsigned int *)t7) = (t14 | t8);
t15 = *((unsigned int *)t13);
*((unsigned int *)t13) = (t15 | t9);
xsi_driver_vfirst_trans(t3, 0, 0);
LAB1: return;
}
static void implSig3_execute(char *t0)
{
char *t1;
char *t2;
char *t3;
char *t4;
char *t5;
char *t6;
char *t7;
unsigned int t8;
unsigned int t9;
char *t10;
unsigned int t11;
unsigned int t12;
char *t13;
unsigned int t14;
unsigned int t15;
LAB0: t1 = (t0 + 3824U);
t2 = *((char **)t1);
if (t2 == 0)
goto LAB2;
LAB3: goto *t2;
LAB2: t2 = ((char*)((ng1)));
t3 = (t0 + 4352);
t4 = (t3 + 56U);
t5 = *((char **)t4);
t6 = (t5 + 56U);
t7 = *((char **)t6);
memset(t7, 0, 8);
t8 = 1U;
t9 = t8;
t10 = (t2 + 4);
t11 = *((unsigned int *)t2);
t8 = (t8 & t11);
t12 = *((unsigned int *)t10);
t9 = (t9 & t12);
t13 = (t7 + 4);
t14 = *((unsigned int *)t7);
*((unsigned int *)t7) = (t14 | t8);
t15 = *((unsigned int *)t13);
*((unsigned int *)t13) = (t15 | t9);
xsi_driver_vfirst_trans(t3, 0, 0);
LAB1: return;
}
extern void work_m_00000000004219849375_3101771172_init()
{
static char *pe[] = {(void *)implSig1_execute,(void *)implSig2_execute,(void *)implSig3_execute};
xsi_register_didat("work_m_00000000004219849375_3101771172", "isim/test_wave_gen_isim_beh.exe.sim/work/m_00000000004219849375_3101771172.didat");
xsi_register_executes(pe);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -