a_1490675510_1976025627.c
来自「32位单精度浮点加法器」· C语言 代码 · 共 69 行
C
69 行
/**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ */
/* \ \ 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
extern char *IEEE_P_2592010699;
unsigned char ieee_p_2592010699_sub_1388759734_503743352(char *, unsigned char );
static void unisim_a_1490675510_1976025627_p_0(char *t0)
{
char *t1;
char *t2;
unsigned char t3;
unsigned char t4;
char *t5;
char *t6;
char *t7;
char *t8;
char *t9;
LAB0:
LAB3: t1 = (t0 + 1192U);
t2 = *((char **)t1);
t3 = *((unsigned char *)t2);
t4 = ieee_p_2592010699_sub_1388759734_503743352(IEEE_P_2592010699, t3);
t1 = (t0 + 2752);
t5 = (t1 + 56U);
t6 = *((char **)t5);
t7 = (t6 + 56U);
t8 = *((char **)t7);
*((unsigned char *)t8) = t4;
xsi_driver_first_trans_fast_port(t1);
LAB2: t9 = (t0 + 2672);
*((int *)t9) = 1;
LAB1: return;
LAB4: goto LAB2;
}
extern void unisim_a_1490675510_1976025627_init()
{
static char *pe[] = {(void *)unisim_a_1490675510_1976025627_p_0};
xsi_register_didat("unisim_a_1490675510_1976025627", "isim/test_wave_gen_isim_beh.exe.sim/unisim/a_1490675510_1976025627.didat");
xsi_register_executes(pe);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?