⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 a_0213060440_3179833325.c

📁 moltiplicatore floating point
💻 C
字号:
/**********************************************************************//*   ____  ____                                                       *//*  /   /\/   /                                                       *//* /___/  \  /                                                        *//* \   \   \/                                                         *//*  \   \        Copyright (c) 2003-2007 Xilinx, Inc.                 *//*  /   /        All Right Reserved.                                  *//* /---/   /\                                                         *//* \   \  /  \                                                        *//*  \___\/\___\                                                       *//**********************************************************************//* This file is designed for use with ISim build 0x42e8db27 */#include "xsi.h"#include <memory.h>#ifdef __GNUC__#include <stdlib.h>#else#include <malloc.h>#define alloca _alloca#endifstatic const char *ng0 = "/home/laura/EserciziVHDL/Moltiplicatore-FP/clock.vhd";extern char *IEEE_P_2592010699;unsigned char p_2592010699_sub_1690584930_2592010699(char *, unsigned char );static void work_a_0213060440_3179833325_p_0(char *t0){    char *t1;    char *t2;    unsigned char t3;    char *t4;    char *t5;    char *t6;    char *t7;    char *t8;LAB0:    xsi_set_current_line(39, ng0);LAB3:    t1 = (t0 + 724U);    t2 = *((char **)t1);    t3 = *((unsigned char *)t2);    t1 = (t0 + 1656);    t4 = (t1 + 32U);    t5 = *((char **)t4);    t6 = (t5 + 32U);    t7 = *((char **)t6);    *((unsigned char *)t7) = t3;    xsi_driver_first_trans_fast_port(t1);LAB2:    t8 = (t0 + 1604);    *((int *)t8) = 1;LAB1:    return;LAB4:    goto LAB2;}static void work_a_0213060440_3179833325_p_1(char *t0){    char *t1;    char *t2;    int64 t3;    char *t4;    unsigned char t5;    unsigned char t6;    char *t7;    char *t8;    char *t9;    char *t10;    char *t11;LAB0:    t1 = (t0 + 1440U);    t2 = *((char **)t1);    if (t2 == 0)        goto LAB2;LAB3:    goto *t2;LAB2:    xsi_set_current_line(42, ng0);    t3 = (25 * 1000000LL);    t2 = (t0 + 636U);    t4 = *((char **)t2);    t5 = *((unsigned char *)t4);    t6 = p_2592010699_sub_1690584930_2592010699(IEEE_P_2592010699, t5);    t2 = (t0 + 1692);    t7 = (t2 + 32U);    t8 = *((char **)t7);    t9 = (t8 + 32U);    t10 = *((char **)t9);    *((unsigned char *)t10) = t6;    xsi_driver_first_trans_delta(t2, 0U, 1, t3);    t11 = (t0 + 1692);    xsi_driver_intertial_reject(t11, t3, t3);    xsi_set_current_line(43, ng0);LAB6:    t2 = (t0 + 1612);    *((int *)t2) = 1;    *((char **)t1) = &&LAB7;LAB1:    return;LAB4:    t4 = (t0 + 1612);    *((int *)t4) = 0;    xsi_set_current_line(44, ng0);    t2 = (t0 + 636U);    t4 = *((char **)t2);    t5 = *((unsigned char *)t4);    t2 = (t0 + 1728);    t7 = (t2 + 32U);    t8 = *((char **)t7);    t9 = (t8 + 32U);    t10 = *((char **)t9);    *((unsigned char *)t10) = t5;    xsi_driver_first_trans_fast(t2);    goto LAB2;LAB5:    goto LAB4;LAB7:    goto LAB5;}extern void work_a_0213060440_3179833325_init(){	static char *pe[] = {(void *)work_a_0213060440_3179833325_p_0,(void *)work_a_0213060440_3179833325_p_1};	xsi_register_didat("work_a_0213060440_3179833325", "isim/_tmp/work/a_0213060440_3179833325.didat");	xsi_register_executes(pe);}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -