/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ */ /* \ \ 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 = "F:/ECE446/Barrel_Shifter_better/Mux.vhd"; static void work_a_0290344353_1283852496_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: xsi_set_current_line(46, ng0); t1 = (t0 + 1352U); t2 = *((char **)t1); t3 = *((unsigned char *)t2); t4 = (t3 == (unsigned char)2); if (t4 != 0) goto LAB2; LAB4: t1 = (t0 + 1352U); t2 = *((char **)t1); t3 = *((unsigned char *)t2); t4 = (t3 == (unsigned char)3); if (t4 != 0) goto LAB5; LAB6: LAB3: t1 = (t0 + 2992); *((int *)t1) = 1; LAB1: return; LAB2: xsi_set_current_line(47, ng0); t1 = (t0 + 1032U); t5 = *((char **)t1); t1 = (t0 + 3072); t6 = (t1 + 56U); t7 = *((char **)t6); t8 = (t7 + 56U); t9 = *((char **)t8); memcpy(t9, t5, 8U); xsi_driver_first_trans_fast_port(t1); goto LAB3; LAB5: xsi_set_current_line(49, ng0); t1 = (t0 + 1192U); t5 = *((char **)t1); t1 = (t0 + 3072); t6 = (t1 + 56U); t7 = *((char **)t6); t8 = (t7 + 56U); t9 = *((char **)t8); memcpy(t9, t5, 8U); xsi_driver_first_trans_fast_port(t1); goto LAB3; } extern void work_a_0290344353_1283852496_init() { static char *pe[] = {(void *)work_a_0290344353_1283852496_p_0}; xsi_register_didat("work_a_0290344353_1283852496", "isim/shifter_test_isim_beh.exe.sim/work/a_0290344353_1283852496.didat"); xsi_register_executes(pe); }