OpenCores
URL https://opencores.org/ocsvn/xmatchpro/xmatchpro/trunk

Subversion Repositories xmatchpro

[/] [xmatchpro/] [trunk/] [xmw4-comdec/] [xmatch_sim7/] [isim/] [testbench_isim_beh.exe.sim/] [work/] [a_3978272650_2808840082.c] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 eejlny
/**********************************************************************/
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 0x7708f090 */
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
24
static const char *ng0 = "C:/Users/eejlny/projects/xmatch_sim7/xmatch_sim7/src/mux_ram.vhd";
25
 
26
 
27
 
28
static void work_a_3978272650_2808840082_p_0(char *t0)
29
{
30
    char *t1;
31
    char *t2;
32
    unsigned char t3;
33
    unsigned char t4;
34
    char *t5;
35
    char *t6;
36
    char *t7;
37
    char *t8;
38
    char *t9;
39
 
40
LAB0:    xsi_set_current_line(64, ng0);
41
    t1 = (t0 + 1672U);
42
    t2 = *((char **)t1);
43
    t3 = *((unsigned char *)t2);
44
    t4 = (t3 == (unsigned char)1);
45
    if (t4 != 0)
46
        goto LAB2;
47
 
48
LAB4:    xsi_set_current_line(68, ng0);
49
    t1 = (t0 + 1032U);
50
    t2 = *((char **)t1);
51
    t1 = (t0 + 3552);
52
    t5 = (t1 + 56U);
53
    t6 = *((char **)t5);
54
    t7 = (t6 + 56U);
55
    t8 = *((char **)t7);
56
    memcpy(t8, t2, 32U);
57
    xsi_driver_first_trans_fast_port(t1);
58
    xsi_set_current_line(69, ng0);
59
    t1 = (t0 + 1192U);
60
    t2 = *((char **)t1);
61
    t1 = (t0 + 3616);
62
    t5 = (t1 + 56U);
63
    t6 = *((char **)t5);
64
    t7 = (t6 + 56U);
65
    t8 = *((char **)t7);
66
    memcpy(t8, t2, 4U);
67
    xsi_driver_first_trans_fast_port(t1);
68
 
69
LAB3:    t1 = (t0 + 3472);
70
    *((int *)t1) = 1;
71
 
72
LAB1:    return;
73
LAB2:    xsi_set_current_line(65, ng0);
74
    t1 = (t0 + 1352U);
75
    t5 = *((char **)t1);
76
    t1 = (t0 + 3552);
77
    t6 = (t1 + 56U);
78
    t7 = *((char **)t6);
79
    t8 = (t7 + 56U);
80
    t9 = *((char **)t8);
81
    memcpy(t9, t5, 32U);
82
    xsi_driver_first_trans_fast_port(t1);
83
    xsi_set_current_line(66, ng0);
84
    t1 = (t0 + 1512U);
85
    t2 = *((char **)t1);
86
    t1 = (t0 + 3616);
87
    t5 = (t1 + 56U);
88
    t6 = *((char **)t5);
89
    t7 = (t6 + 56U);
90
    t8 = *((char **)t7);
91
    memcpy(t8, t2, 4U);
92
    xsi_driver_first_trans_fast_port(t1);
93
    goto LAB3;
94
 
95
}
96
 
97
 
98
extern void work_a_3978272650_2808840082_init()
99
{
100
        static char *pe[] = {(void *)work_a_3978272650_2808840082_p_0};
101
        xsi_register_didat("work_a_3978272650_2808840082", "isim/testbench_isim_beh.exe.sim/work/a_3978272650_2808840082.didat");
102
        xsi_register_executes(pe);
103
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.