www.pudn.com > ShiftReg4.zip > a_3264794668_3212880686.c, change:2015-07-10,size:2491b
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ */ /* \ \ Copyright (c) 2003-2009 Xilinx, Inc. */ /* / / All Right Reserved. */ /* /---/ /\ */ /* \ \ / \ */ /* \___\/\___\ */ /***********************************************************************/ /* This file is designed for use with ISim build 0x7708f090 */ #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 const char *ng0 = "D:/ShiftReg4/DFF.vhd"; static void work_a_3264794668_3212880686_p_0(char *t0) { unsigned char t1; char *t2; unsigned char t3; char *t4; char *t5; unsigned char t6; unsigned char t7; char *t8; unsigned char t9; char *t10; char *t11; char *t12; char *t13; LAB0: xsi_set_current_line(43, ng0); t2 = (t0 + 1152U); t3 = xsi_signal_has_event(t2); if (t3 == 1) goto LAB5; LAB6: t1 = (unsigned char)0; LAB7: if (t1 != 0) goto LAB2; LAB4: LAB3: t2 = (t0 + 2832); *((int *)t2) = 1; LAB1: return; LAB2: xsi_set_current_line(44, ng0); t4 = (t0 + 1032U); t8 = *((char **)t4); t9 = *((unsigned char *)t8); t4 = (t0 + 2912); t10 = (t4 + 56U); t11 = *((char **)t10); t12 = (t11 + 56U); t13 = *((char **)t12); *((unsigned char *)t13) = t9; xsi_driver_first_trans_fast_port(t4); goto LAB3; LAB5: t4 = (t0 + 1192U); t5 = *((char **)t4); t6 = *((unsigned char *)t5); t7 = (t6 == (unsigned char)3); t1 = t7; goto LAB7; } extern void work_a_3264794668_3212880686_init() { static char *pe[] = {(void *)work_a_3264794668_3212880686_p_0}; xsi_register_didat("work_a_3264794668_3212880686", "isim/ShiftReg4_tb_isim_beh.exe.sim/work/a_3264794668_3212880686.didat"); xsi_register_executes(pe); }