/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ */ /* \ \ 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 #ifdef __GNUC__ #include #else #include #define alloca _alloca #endif static const char *ng0 = "C:/Users/Student/Desktop/Workspace/adc_v2/debounce.vhd"; static void work_a_1585794704_3212880686_p_0(char *t0) { unsigned char t1; char *t2; char *t3; unsigned char t4; unsigned char t5; unsigned char t6; char *t7; char *t8; unsigned char t9; unsigned char t10; char *t11; int t12; int t13; char *t14; LAB0: xsi_set_current_line(43, ng0); t2 = (t0 + 1192U); t3 = *((char **)t2); t4 = *((unsigned char *)t3); t5 = (t4 == (unsigned char)3); if (t5 == 1) goto LAB5; LAB6: t1 = (unsigned char)0; LAB7: if (t1 != 0) goto LAB2; LAB4: LAB3: t2 = (t0 + 2952); *((int *)t2) = 1; LAB1: return; LAB2: xsi_set_current_line(44, ng0); t7 = (t0 + 1032U); t8 = *((char **)t7); t9 = *((unsigned char *)t8); t10 = (t9 == (unsigned char)3); if (t10 != 0) goto LAB8; LAB10: xsi_set_current_line(47, ng0); t2 = (t0 + 1648U); t3 = *((char **)t2); t2 = (t3 + 0); *((int *)t2) = 0; LAB9: xsi_set_current_line(50, ng0); t2 = (t0 + 1648U); t3 = *((char **)t2); t12 = *((int *)t3); t1 = (t12 > 1000000); if (t1 != 0) goto LAB11; LAB13: xsi_set_current_line(54, ng0); t2 = (t0 + 3032); t3 = (t2 + 56U); t7 = *((char **)t3); t8 = (t7 + 56U); t11 = *((char **)t8); *((unsigned char *)t11) = (unsigned char)2; xsi_driver_first_trans_fast_port(t2); LAB12: goto LAB3; LAB5: t2 = (t0 + 1152U); t6 = xsi_signal_has_event(t2); t1 = t6; goto LAB7; LAB8: xsi_set_current_line(45, ng0); t7 = (t0 + 1648U); t11 = *((char **)t7); t12 = *((int *)t11); t13 = (t12 + 1); t7 = (t0 + 1648U); t14 = *((char **)t7); t7 = (t14 + 0); *((int *)t7) = t13; goto LAB9; LAB11: xsi_set_current_line(52, ng0); t2 = (t0 + 3032); t7 = (t2 + 56U); t8 = *((char **)t7); t11 = (t8 + 56U); t14 = *((char **)t11); *((unsigned char *)t14) = (unsigned char)3; xsi_driver_first_trans_fast_port(t2); goto LAB12; } extern void work_a_1585794704_3212880686_init() { static char *pe[] = {(void *)work_a_1585794704_3212880686_p_0}; xsi_register_didat("work_a_1585794704_3212880686", "isim/test_counter_isim_beh.exe.sim/work/a_1585794704_3212880686.didat"); xsi_register_executes(pe); }