source: PROJECT_CORE_MPI/CORE_MPI/TRUNK/isim/MultiMPITest_isim_beh.exe.sim/noclib/a_1272768311_1444804689.c @ 15

Last change on this file since 15 was 15, checked in by rolagamo, 12 years ago
File size: 2.2 KB
Line 
1/**********************************************************************/
2/*   ____  ____                                                       */
3/*  /   /\/   /                                                       */
4/* /___/  \  /                                                        */
5/* \   \   \/                                                       */
6/*  \   \        Copyright (c) 2003-2009 Xilinx, Inc.                */
7/*  /   /          All Right Reserved.                                 */
8/* /---/   /\                                                         */
9/* \   \  /  \                                                      */
10/*  \___\/\___\                                                    */
11/***********************************************************************/
12
13/* This file is designed for use with ISim build 0x16fbe694 */
14
15#define XSI_HIDE_SYMBOL_SPEC true
16#include "xsi.h"
17#include <memory.h>
18#ifdef __GNUC__
19#include <stdlib.h>
20#else
21#include <malloc.h>
22#define alloca _alloca
23#endif
24static const char *ng0 = "C:/Core MPI/SWITCH_GENERIC_16_16/OUTPUT_PORT_MODULE.vhd";
25extern char *IEEE_P_2592010699;
26
27unsigned char ieee_p_2592010699_sub_1690584930_2592010699(char *, unsigned char );
28
29
30static void noclib_a_1272768311_1444804689_p_0(char *t0)
31{
32    char *t1;
33    char *t2;
34    unsigned char t3;
35    unsigned char t4;
36    char *t5;
37    char *t6;
38    char *t7;
39    char *t8;
40    char *t9;
41
42LAB0:    xsi_set_current_line(72, ng0);
43
44LAB3:    t1 = (t0 + 2312U);
45    t2 = *((char **)t1);
46    t3 = *((unsigned char *)t2);
47    t4 = ieee_p_2592010699_sub_1690584930_2592010699(IEEE_P_2592010699, t3);
48    t1 = (t0 + 3872);
49    t5 = (t1 + 56U);
50    t6 = *((char **)t5);
51    t7 = (t6 + 56U);
52    t8 = *((char **)t7);
53    *((unsigned char *)t8) = t4;
54    xsi_driver_first_trans_fast_port(t1);
55
56LAB2:    t9 = (t0 + 3792);
57    *((int *)t9) = 1;
58
59LAB1:    return;
60LAB4:    goto LAB2;
61
62}
63
64
65extern void noclib_a_1272768311_1444804689_init()
66{
67        static char *pe[] = {(void *)noclib_a_1272768311_1444804689_p_0};
68        xsi_register_didat("noclib_a_1272768311_1444804689", "isim/MultiMPITest_isim_beh.exe.sim/noclib/a_1272768311_1444804689.didat");
69        xsi_register_executes(pe);
70}
Note: See TracBrowser for help on using the repository browser.