/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ */ /* \ \ 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/Shifter.vhd"; static void work_a_3882926292_3212880686_p_0(char *t0) { char *t1; char *t2; char *t3; char *t4; char *t5; LAB0: xsi_set_current_line(53, ng0); LAB3: t1 = (t0 + 4816); t2 = (t1 + 56U); t3 = *((char **)t2); t4 = (t3 + 56U); t5 = *((char **)t4); *((unsigned char *)t5) = (unsigned char)2; xsi_driver_first_trans_fast(t1); LAB2: LAB1: return; LAB4: goto LAB2; } extern void work_a_3882926292_3212880686_init() { static char *pe[] = {(void *)work_a_3882926292_3212880686_p_0}; xsi_register_didat("work_a_3882926292_3212880686", "isim/shifter_test_isim_beh.exe.sim/work/a_3882926292_3212880686.didat"); xsi_register_executes(pe); }