Completato modulo TwoComplement
This commit is contained in:
Binary file not shown.
Binary file not shown.
28
isim/TwoComplementTest_isim_beh.exe.sim/isimkernel.log
Normal file
28
isim/TwoComplementTest_isim_beh.exe.sim/isimkernel.log
Normal file
@@ -0,0 +1,28 @@
|
||||
Command line:
|
||||
TwoComplementTest_isim_beh.exe
|
||||
-simmode gui
|
||||
-simrunnum 0
|
||||
-socket 59889
|
||||
|
||||
Thu Aug 29 13:06:30 2019
|
||||
|
||||
|
||||
Elaboration Time: 0.13 sec
|
||||
|
||||
Current Memory Usage: 198.607 Meg
|
||||
|
||||
Total Signals : 7
|
||||
Total Nets : 25
|
||||
Total Signal Drivers : 5
|
||||
Total Blocks : 3
|
||||
Total Primitive Blocks : 2
|
||||
Total Processes : 6
|
||||
Total Traceable Variables : 10
|
||||
Total Scalar Nets and Variables : 387
|
||||
|
||||
Total Simulation Time: 0.17 sec
|
||||
|
||||
Current Memory Usage: 276.206 Meg
|
||||
|
||||
Thu Aug 29 13:10:59 2019
|
||||
|
||||
BIN
isim/TwoComplementTest_isim_beh.exe.sim/netId.dat
Normal file
BIN
isim/TwoComplementTest_isim_beh.exe.sim/netId.dat
Normal file
Binary file not shown.
BIN
isim/TwoComplementTest_isim_beh.exe.sim/tmp_save/_1
Normal file
BIN
isim/TwoComplementTest_isim_beh.exe.sim/tmp_save/_1
Normal file
Binary file not shown.
@@ -0,0 +1,40 @@
|
||||
/**********************************************************************/
|
||||
/* ____ ____ */
|
||||
/* / /\/ / */
|
||||
/* /___/ \ / */
|
||||
/* \ \ \/ */
|
||||
/* \ \ Copyright (c) 2003-2009 Xilinx, Inc. */
|
||||
/* / / All Right Reserved. */
|
||||
/* /---/ /\ */
|
||||
/* \ \ / \ */
|
||||
/* \___\/\___\ */
|
||||
/***********************************************************************/
|
||||
|
||||
#include "xsi.h"
|
||||
|
||||
struct XSI_INFO xsi_info;
|
||||
|
||||
char *IEEE_P_2592010699;
|
||||
char *STD_STANDARD;
|
||||
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
xsi_init_design(argc, argv);
|
||||
xsi_register_info(&xsi_info);
|
||||
|
||||
xsi_register_min_prec_unit(-12);
|
||||
ieee_p_2592010699_init();
|
||||
work_a_3935631676_2318913362_init();
|
||||
work_a_2858062612_2372691052_init();
|
||||
|
||||
|
||||
xsi_register_tops("work_a_2858062612_2372691052");
|
||||
|
||||
IEEE_P_2592010699 = xsi_get_engine_memory("ieee_p_2592010699");
|
||||
xsi_register_ieee_std_logic_1164(IEEE_P_2592010699);
|
||||
STD_STANDARD = xsi_get_engine_memory("std_standard");
|
||||
|
||||
return xsi_run_simulation(argc, argv);
|
||||
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,364 @@
|
||||
/**********************************************************************/
|
||||
/* ____ ____ */
|
||||
/* / /\/ / */
|
||||
/* /___/ \ / */
|
||||
/* \ \ \/ */
|
||||
/* \ \ Copyright (c) 2003-2009 Xilinx, Inc. */
|
||||
/* / / All Right Reserved. */
|
||||
/* /---/ /\ */
|
||||
/* \ \ / \ */
|
||||
/* \___\/\___\ */
|
||||
/***********************************************************************/
|
||||
|
||||
/* This file is designed for use with ISim build 0xfbc00daa */
|
||||
|
||||
#define XSI_HIDE_SYMBOL_SPEC true
|
||||
#include "xsi.h"
|
||||
#include <memory.h>
|
||||
#ifdef __GNUC__
|
||||
#include <stdlib.h>
|
||||
#else
|
||||
#include <malloc.h>
|
||||
#define alloca _alloca
|
||||
#endif
|
||||
static const char *ng0 = "/home/ise/gianni/IEEE754Adder/TwoComplementTest.vhd";
|
||||
|
||||
|
||||
|
||||
static void work_a_2858062612_2372691052_p_0(char *t0)
|
||||
{
|
||||
char *t1;
|
||||
char *t2;
|
||||
char *t3;
|
||||
char *t4;
|
||||
char *t5;
|
||||
char *t6;
|
||||
int64 t7;
|
||||
int64 t8;
|
||||
|
||||
LAB0: t1 = (t0 + 2624U);
|
||||
t2 = *((char **)t1);
|
||||
if (t2 == 0)
|
||||
goto LAB2;
|
||||
|
||||
LAB3: goto *t2;
|
||||
|
||||
LAB2: xsi_set_current_line(45, ng0);
|
||||
t2 = (t0 + 3504);
|
||||
t3 = (t2 + 56U);
|
||||
t4 = *((char **)t3);
|
||||
t5 = (t4 + 56U);
|
||||
t6 = *((char **)t5);
|
||||
*((unsigned char *)t6) = (unsigned char)2;
|
||||
xsi_driver_first_trans_fast(t2);
|
||||
xsi_set_current_line(46, ng0);
|
||||
t2 = (t0 + 1648U);
|
||||
t3 = *((char **)t2);
|
||||
t7 = *((int64 *)t3);
|
||||
t8 = (t7 / 2);
|
||||
t2 = (t0 + 2432);
|
||||
xsi_process_wait(t2, t8);
|
||||
|
||||
LAB6: *((char **)t1) = &&LAB7;
|
||||
|
||||
LAB1: return;
|
||||
LAB4: xsi_set_current_line(47, ng0);
|
||||
t2 = (t0 + 3504);
|
||||
t3 = (t2 + 56U);
|
||||
t4 = *((char **)t3);
|
||||
t5 = (t4 + 56U);
|
||||
t6 = *((char **)t5);
|
||||
*((unsigned char *)t6) = (unsigned char)3;
|
||||
xsi_driver_first_trans_fast(t2);
|
||||
xsi_set_current_line(48, ng0);
|
||||
t2 = (t0 + 1648U);
|
||||
t3 = *((char **)t2);
|
||||
t7 = *((int64 *)t3);
|
||||
t8 = (t7 / 2);
|
||||
t2 = (t0 + 2432);
|
||||
xsi_process_wait(t2, t8);
|
||||
|
||||
LAB10: *((char **)t1) = &&LAB11;
|
||||
goto LAB1;
|
||||
|
||||
LAB5: goto LAB4;
|
||||
|
||||
LAB7: goto LAB5;
|
||||
|
||||
LAB8: goto LAB2;
|
||||
|
||||
LAB9: goto LAB8;
|
||||
|
||||
LAB11: goto LAB9;
|
||||
|
||||
}
|
||||
|
||||
static void work_a_2858062612_2372691052_p_1(char *t0)
|
||||
{
|
||||
char *t1;
|
||||
char *t2;
|
||||
int64 t3;
|
||||
char *t4;
|
||||
int64 t5;
|
||||
|
||||
LAB0: t1 = (t0 + 2872U);
|
||||
t2 = *((char **)t1);
|
||||
if (t2 == 0)
|
||||
goto LAB2;
|
||||
|
||||
LAB3: goto *t2;
|
||||
|
||||
LAB2: xsi_set_current_line(56, ng0);
|
||||
t3 = (100 * 1000LL);
|
||||
t2 = (t0 + 2680);
|
||||
xsi_process_wait(t2, t3);
|
||||
|
||||
LAB6: *((char **)t1) = &&LAB7;
|
||||
|
||||
LAB1: return;
|
||||
LAB4: xsi_set_current_line(58, ng0);
|
||||
t2 = (t0 + 1648U);
|
||||
t4 = *((char **)t2);
|
||||
t3 = *((int64 *)t4);
|
||||
t5 = (t3 * 10);
|
||||
t2 = (t0 + 2680);
|
||||
xsi_process_wait(t2, t5);
|
||||
|
||||
LAB10: *((char **)t1) = &&LAB11;
|
||||
goto LAB1;
|
||||
|
||||
LAB5: goto LAB4;
|
||||
|
||||
LAB7: goto LAB5;
|
||||
|
||||
LAB8: xsi_set_current_line(62, ng0);
|
||||
|
||||
LAB14: *((char **)t1) = &&LAB15;
|
||||
goto LAB1;
|
||||
|
||||
LAB9: goto LAB8;
|
||||
|
||||
LAB11: goto LAB9;
|
||||
|
||||
LAB12: goto LAB2;
|
||||
|
||||
LAB13: goto LAB12;
|
||||
|
||||
LAB15: goto LAB13;
|
||||
|
||||
}
|
||||
|
||||
static void work_a_2858062612_2372691052_p_2(char *t0)
|
||||
{
|
||||
char *t1;
|
||||
char *t2;
|
||||
char *t3;
|
||||
char *t4;
|
||||
char *t5;
|
||||
char *t6;
|
||||
char *t7;
|
||||
char *t8;
|
||||
int64 t9;
|
||||
|
||||
LAB0: t1 = (t0 + 3120U);
|
||||
t2 = *((char **)t1);
|
||||
if (t2 == 0)
|
||||
goto LAB2;
|
||||
|
||||
LAB3: goto *t2;
|
||||
|
||||
LAB2: xsi_set_current_line(67, ng0);
|
||||
t2 = (t0 + 5616);
|
||||
t4 = (t0 + 3568);
|
||||
t5 = (t4 + 56U);
|
||||
t6 = *((char **)t5);
|
||||
t7 = (t6 + 56U);
|
||||
t8 = *((char **)t7);
|
||||
memcpy(t8, t2, 8U);
|
||||
xsi_driver_first_trans_fast(t4);
|
||||
xsi_set_current_line(68, ng0);
|
||||
t2 = (t0 + 1648U);
|
||||
t3 = *((char **)t2);
|
||||
t9 = *((int64 *)t3);
|
||||
t2 = (t0 + 2928);
|
||||
xsi_process_wait(t2, t9);
|
||||
|
||||
LAB6: *((char **)t1) = &&LAB7;
|
||||
|
||||
LAB1: return;
|
||||
LAB4: xsi_set_current_line(69, ng0);
|
||||
t2 = (t0 + 5624);
|
||||
t4 = (t0 + 3568);
|
||||
t5 = (t4 + 56U);
|
||||
t6 = *((char **)t5);
|
||||
t7 = (t6 + 56U);
|
||||
t8 = *((char **)t7);
|
||||
memcpy(t8, t2, 8U);
|
||||
xsi_driver_first_trans_fast(t4);
|
||||
xsi_set_current_line(70, ng0);
|
||||
t2 = (t0 + 1648U);
|
||||
t3 = *((char **)t2);
|
||||
t9 = *((int64 *)t3);
|
||||
t2 = (t0 + 2928);
|
||||
xsi_process_wait(t2, t9);
|
||||
|
||||
LAB10: *((char **)t1) = &&LAB11;
|
||||
goto LAB1;
|
||||
|
||||
LAB5: goto LAB4;
|
||||
|
||||
LAB7: goto LAB5;
|
||||
|
||||
LAB8: xsi_set_current_line(71, ng0);
|
||||
t2 = (t0 + 5632);
|
||||
t4 = (t0 + 3568);
|
||||
t5 = (t4 + 56U);
|
||||
t6 = *((char **)t5);
|
||||
t7 = (t6 + 56U);
|
||||
t8 = *((char **)t7);
|
||||
memcpy(t8, t2, 8U);
|
||||
xsi_driver_first_trans_fast(t4);
|
||||
xsi_set_current_line(72, ng0);
|
||||
t2 = (t0 + 1648U);
|
||||
t3 = *((char **)t2);
|
||||
t9 = *((int64 *)t3);
|
||||
t2 = (t0 + 2928);
|
||||
xsi_process_wait(t2, t9);
|
||||
|
||||
LAB14: *((char **)t1) = &&LAB15;
|
||||
goto LAB1;
|
||||
|
||||
LAB9: goto LAB8;
|
||||
|
||||
LAB11: goto LAB9;
|
||||
|
||||
LAB12: xsi_set_current_line(73, ng0);
|
||||
t2 = (t0 + 5640);
|
||||
t4 = (t0 + 3568);
|
||||
t5 = (t4 + 56U);
|
||||
t6 = *((char **)t5);
|
||||
t7 = (t6 + 56U);
|
||||
t8 = *((char **)t7);
|
||||
memcpy(t8, t2, 8U);
|
||||
xsi_driver_first_trans_fast(t4);
|
||||
xsi_set_current_line(74, ng0);
|
||||
t2 = (t0 + 1648U);
|
||||
t3 = *((char **)t2);
|
||||
t9 = *((int64 *)t3);
|
||||
t2 = (t0 + 2928);
|
||||
xsi_process_wait(t2, t9);
|
||||
|
||||
LAB18: *((char **)t1) = &&LAB19;
|
||||
goto LAB1;
|
||||
|
||||
LAB13: goto LAB12;
|
||||
|
||||
LAB15: goto LAB13;
|
||||
|
||||
LAB16: xsi_set_current_line(75, ng0);
|
||||
t2 = (t0 + 5648);
|
||||
t4 = (t0 + 3568);
|
||||
t5 = (t4 + 56U);
|
||||
t6 = *((char **)t5);
|
||||
t7 = (t6 + 56U);
|
||||
t8 = *((char **)t7);
|
||||
memcpy(t8, t2, 8U);
|
||||
xsi_driver_first_trans_fast(t4);
|
||||
xsi_set_current_line(76, ng0);
|
||||
t2 = (t0 + 1648U);
|
||||
t3 = *((char **)t2);
|
||||
t9 = *((int64 *)t3);
|
||||
t2 = (t0 + 2928);
|
||||
xsi_process_wait(t2, t9);
|
||||
|
||||
LAB22: *((char **)t1) = &&LAB23;
|
||||
goto LAB1;
|
||||
|
||||
LAB17: goto LAB16;
|
||||
|
||||
LAB19: goto LAB17;
|
||||
|
||||
LAB20: xsi_set_current_line(77, ng0);
|
||||
t2 = (t0 + 5656);
|
||||
t4 = (t0 + 3568);
|
||||
t5 = (t4 + 56U);
|
||||
t6 = *((char **)t5);
|
||||
t7 = (t6 + 56U);
|
||||
t8 = *((char **)t7);
|
||||
memcpy(t8, t2, 8U);
|
||||
xsi_driver_first_trans_fast(t4);
|
||||
xsi_set_current_line(78, ng0);
|
||||
t2 = (t0 + 1648U);
|
||||
t3 = *((char **)t2);
|
||||
t9 = *((int64 *)t3);
|
||||
t2 = (t0 + 2928);
|
||||
xsi_process_wait(t2, t9);
|
||||
|
||||
LAB26: *((char **)t1) = &&LAB27;
|
||||
goto LAB1;
|
||||
|
||||
LAB21: goto LAB20;
|
||||
|
||||
LAB23: goto LAB21;
|
||||
|
||||
LAB24: xsi_set_current_line(79, ng0);
|
||||
t2 = (t0 + 5664);
|
||||
t4 = (t0 + 3568);
|
||||
t5 = (t4 + 56U);
|
||||
t6 = *((char **)t5);
|
||||
t7 = (t6 + 56U);
|
||||
t8 = *((char **)t7);
|
||||
memcpy(t8, t2, 8U);
|
||||
xsi_driver_first_trans_fast(t4);
|
||||
xsi_set_current_line(80, ng0);
|
||||
t2 = (t0 + 1648U);
|
||||
t3 = *((char **)t2);
|
||||
t9 = *((int64 *)t3);
|
||||
t2 = (t0 + 2928);
|
||||
xsi_process_wait(t2, t9);
|
||||
|
||||
LAB30: *((char **)t1) = &&LAB31;
|
||||
goto LAB1;
|
||||
|
||||
LAB25: goto LAB24;
|
||||
|
||||
LAB27: goto LAB25;
|
||||
|
||||
LAB28: xsi_set_current_line(81, ng0);
|
||||
t2 = (t0 + 5672);
|
||||
t4 = (t0 + 3568);
|
||||
t5 = (t4 + 56U);
|
||||
t6 = *((char **)t5);
|
||||
t7 = (t6 + 56U);
|
||||
t8 = *((char **)t7);
|
||||
memcpy(t8, t2, 8U);
|
||||
xsi_driver_first_trans_fast(t4);
|
||||
xsi_set_current_line(82, ng0);
|
||||
t2 = (t0 + 1648U);
|
||||
t3 = *((char **)t2);
|
||||
t9 = *((int64 *)t3);
|
||||
t2 = (t0 + 2928);
|
||||
xsi_process_wait(t2, t9);
|
||||
|
||||
LAB34: *((char **)t1) = &&LAB35;
|
||||
goto LAB1;
|
||||
|
||||
LAB29: goto LAB28;
|
||||
|
||||
LAB31: goto LAB29;
|
||||
|
||||
LAB32: goto LAB2;
|
||||
|
||||
LAB33: goto LAB32;
|
||||
|
||||
LAB35: goto LAB33;
|
||||
|
||||
}
|
||||
|
||||
|
||||
extern void work_a_2858062612_2372691052_init()
|
||||
{
|
||||
static char *pe[] = {(void *)work_a_2858062612_2372691052_p_0,(void *)work_a_2858062612_2372691052_p_1,(void *)work_a_2858062612_2372691052_p_2};
|
||||
xsi_register_didat("work_a_2858062612_2372691052", "isim/TwoComplementTest_isim_beh.exe.sim/work/a_2858062612_2372691052.didat");
|
||||
xsi_register_executes(pe);
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,304 @@
|
||||
/**********************************************************************/
|
||||
/* ____ ____ */
|
||||
/* / /\/ / */
|
||||
/* /___/ \ / */
|
||||
/* \ \ \/ */
|
||||
/* \ \ Copyright (c) 2003-2009 Xilinx, Inc. */
|
||||
/* / / All Right Reserved. */
|
||||
/* /---/ /\ */
|
||||
/* \ \ / \ */
|
||||
/* \___\/\___\ */
|
||||
/***********************************************************************/
|
||||
|
||||
/* This file is designed for use with ISim build 0xfbc00daa */
|
||||
|
||||
#define XSI_HIDE_SYMBOL_SPEC true
|
||||
#include "xsi.h"
|
||||
#include <memory.h>
|
||||
#ifdef __GNUC__
|
||||
#include <stdlib.h>
|
||||
#else
|
||||
#include <malloc.h>
|
||||
#define alloca _alloca
|
||||
#endif
|
||||
static const char *ng0 = "/home/ise/gianni/IEEE754Adder/TwoComplement.vhd";
|
||||
extern char *IEEE_P_2592010699;
|
||||
|
||||
unsigned char ieee_p_2592010699_sub_3488768496604610246_503743352(char *, unsigned char , unsigned char );
|
||||
unsigned char ieee_p_2592010699_sub_3488768497506413324_503743352(char *, unsigned char , unsigned char );
|
||||
|
||||
|
||||
static void work_a_3935631676_2318913362_p_0(char *t0)
|
||||
{
|
||||
char *t1;
|
||||
char *t2;
|
||||
int t3;
|
||||
int t4;
|
||||
unsigned int t5;
|
||||
unsigned int t6;
|
||||
unsigned int t7;
|
||||
unsigned char t8;
|
||||
char *t9;
|
||||
char *t10;
|
||||
char *t11;
|
||||
char *t12;
|
||||
char *t13;
|
||||
char *t14;
|
||||
|
||||
LAB0: xsi_set_current_line(24, ng0);
|
||||
|
||||
LAB3: t1 = (t0 + 1032U);
|
||||
t2 = *((char **)t1);
|
||||
t3 = (8 - 1);
|
||||
t4 = (t3 - 7);
|
||||
t5 = (t4 * -1);
|
||||
t6 = (1U * t5);
|
||||
t7 = (0 + t6);
|
||||
t1 = (t2 + t7);
|
||||
t8 = *((unsigned char *)t1);
|
||||
t9 = (t0 + 3832);
|
||||
t10 = (t9 + 56U);
|
||||
t11 = *((char **)t10);
|
||||
t12 = (t11 + 56U);
|
||||
t13 = *((char **)t12);
|
||||
*((unsigned char *)t13) = t8;
|
||||
xsi_driver_first_trans_fast(t9);
|
||||
|
||||
LAB2: t14 = (t0 + 3720);
|
||||
*((int *)t14) = 1;
|
||||
|
||||
LAB1: return;
|
||||
LAB4: goto LAB2;
|
||||
|
||||
}
|
||||
|
||||
static void work_a_3935631676_2318913362_p_1(char *t0)
|
||||
{
|
||||
int t1;
|
||||
char *t2;
|
||||
char *t3;
|
||||
int t4;
|
||||
int t5;
|
||||
char *t6;
|
||||
char *t7;
|
||||
unsigned char t8;
|
||||
char *t9;
|
||||
int t10;
|
||||
int t11;
|
||||
unsigned int t12;
|
||||
unsigned int t13;
|
||||
unsigned int t14;
|
||||
char *t15;
|
||||
unsigned char t16;
|
||||
unsigned char t17;
|
||||
char *t18;
|
||||
int t19;
|
||||
int t20;
|
||||
unsigned int t21;
|
||||
unsigned int t22;
|
||||
unsigned int t23;
|
||||
char *t24;
|
||||
char *t25;
|
||||
char *t26;
|
||||
char *t27;
|
||||
char *t28;
|
||||
|
||||
LAB0: xsi_set_current_line(30, ng0);
|
||||
t1 = (8 - 2);
|
||||
t2 = (t0 + 5901);
|
||||
*((int *)t2) = t1;
|
||||
t3 = (t0 + 5905);
|
||||
*((int *)t3) = 0;
|
||||
t4 = t1;
|
||||
t5 = 0;
|
||||
|
||||
LAB2: if (t4 >= t5)
|
||||
goto LAB3;
|
||||
|
||||
LAB5: t2 = (t0 + 3736);
|
||||
*((int *)t2) = 1;
|
||||
|
||||
LAB1: return;
|
||||
LAB3: xsi_set_current_line(31, ng0);
|
||||
t6 = (t0 + 1352U);
|
||||
t7 = *((char **)t6);
|
||||
t8 = *((unsigned char *)t7);
|
||||
t6 = (t0 + 1032U);
|
||||
t9 = *((char **)t6);
|
||||
t6 = (t0 + 5901);
|
||||
t10 = *((int *)t6);
|
||||
t11 = (t10 - 7);
|
||||
t12 = (t11 * -1);
|
||||
xsi_vhdl_check_range_of_index(7, 0, -1, *((int *)t6));
|
||||
t13 = (1U * t12);
|
||||
t14 = (0 + t13);
|
||||
t15 = (t9 + t14);
|
||||
t16 = *((unsigned char *)t15);
|
||||
t17 = ieee_p_2592010699_sub_3488768497506413324_503743352(IEEE_P_2592010699, t8, t16);
|
||||
t18 = (t0 + 5901);
|
||||
t19 = *((int *)t18);
|
||||
t20 = (t19 - 6);
|
||||
t21 = (t20 * -1);
|
||||
t22 = (1 * t21);
|
||||
t23 = (0U + t22);
|
||||
t24 = (t0 + 3896);
|
||||
t25 = (t24 + 56U);
|
||||
t26 = *((char **)t25);
|
||||
t27 = (t26 + 56U);
|
||||
t28 = *((char **)t27);
|
||||
*((unsigned char *)t28) = t17;
|
||||
xsi_driver_first_trans_delta(t24, t23, 1, 0LL);
|
||||
|
||||
LAB4: t2 = (t0 + 5901);
|
||||
t4 = *((int *)t2);
|
||||
t3 = (t0 + 5905);
|
||||
t5 = *((int *)t3);
|
||||
if (t4 == t5)
|
||||
goto LAB5;
|
||||
|
||||
LAB6: t1 = (t4 + -1);
|
||||
t4 = t1;
|
||||
t6 = (t0 + 5901);
|
||||
*((int *)t6) = t4;
|
||||
goto LAB2;
|
||||
|
||||
}
|
||||
|
||||
static void work_a_3935631676_2318913362_p_2(char *t0)
|
||||
{
|
||||
char *t1;
|
||||
char *t2;
|
||||
unsigned char t3;
|
||||
char *t4;
|
||||
int t5;
|
||||
int t6;
|
||||
int t7;
|
||||
char *t8;
|
||||
int t9;
|
||||
int t10;
|
||||
unsigned int t11;
|
||||
unsigned int t12;
|
||||
unsigned int t13;
|
||||
char *t14;
|
||||
char *t15;
|
||||
char *t16;
|
||||
unsigned char t17;
|
||||
unsigned char t18;
|
||||
int t19;
|
||||
int t20;
|
||||
unsigned int t21;
|
||||
unsigned int t22;
|
||||
unsigned int t23;
|
||||
char *t24;
|
||||
char *t25;
|
||||
char *t26;
|
||||
char *t27;
|
||||
char *t28;
|
||||
|
||||
LAB0: xsi_set_current_line(42, ng0);
|
||||
t1 = (t0 + 1352U);
|
||||
t2 = *((char **)t1);
|
||||
t3 = *((unsigned char *)t2);
|
||||
t1 = (t0 + 1928U);
|
||||
t4 = *((char **)t1);
|
||||
t1 = (t4 + 0);
|
||||
*((unsigned char *)t1) = t3;
|
||||
xsi_set_current_line(44, ng0);
|
||||
t5 = (8 - 2);
|
||||
t1 = (t0 + 5909);
|
||||
*((int *)t1) = 0;
|
||||
t2 = (t0 + 5913);
|
||||
*((int *)t2) = t5;
|
||||
t6 = 0;
|
||||
t7 = t5;
|
||||
|
||||
LAB2: if (t6 <= t7)
|
||||
goto LAB3;
|
||||
|
||||
LAB5: xsi_set_current_line(49, ng0);
|
||||
t1 = (t0 + 1928U);
|
||||
t2 = *((char **)t1);
|
||||
t3 = *((unsigned char *)t2);
|
||||
t1 = (t0 + 3960);
|
||||
t4 = (t1 + 56U);
|
||||
t8 = *((char **)t4);
|
||||
t14 = (t8 + 56U);
|
||||
t15 = *((char **)t14);
|
||||
*((unsigned char *)t15) = t3;
|
||||
xsi_driver_first_trans_delta(t1, 0U, 1, 0LL);
|
||||
t1 = (t0 + 3752);
|
||||
*((int *)t1) = 1;
|
||||
|
||||
LAB1: return;
|
||||
LAB3: xsi_set_current_line(45, ng0);
|
||||
t4 = (t0 + 1512U);
|
||||
t8 = *((char **)t4);
|
||||
t4 = (t0 + 5909);
|
||||
t9 = *((int *)t4);
|
||||
t10 = (t9 - 6);
|
||||
t11 = (t10 * -1);
|
||||
xsi_vhdl_check_range_of_index(6, 0, -1, *((int *)t4));
|
||||
t12 = (1U * t11);
|
||||
t13 = (0 + t12);
|
||||
t14 = (t8 + t13);
|
||||
t3 = *((unsigned char *)t14);
|
||||
t15 = (t0 + 1928U);
|
||||
t16 = *((char **)t15);
|
||||
t17 = *((unsigned char *)t16);
|
||||
t18 = ieee_p_2592010699_sub_3488768497506413324_503743352(IEEE_P_2592010699, t3, t17);
|
||||
t15 = (t0 + 5909);
|
||||
t19 = *((int *)t15);
|
||||
t20 = (t19 - 7);
|
||||
t21 = (t20 * -1);
|
||||
t22 = (1 * t21);
|
||||
t23 = (0U + t22);
|
||||
t24 = (t0 + 3960);
|
||||
t25 = (t24 + 56U);
|
||||
t26 = *((char **)t25);
|
||||
t27 = (t26 + 56U);
|
||||
t28 = *((char **)t27);
|
||||
*((unsigned char *)t28) = t18;
|
||||
xsi_driver_first_trans_delta(t24, t23, 1, 0LL);
|
||||
xsi_set_current_line(46, ng0);
|
||||
t1 = (t0 + 1512U);
|
||||
t2 = *((char **)t1);
|
||||
t1 = (t0 + 5909);
|
||||
t5 = *((int *)t1);
|
||||
t9 = (t5 - 6);
|
||||
t11 = (t9 * -1);
|
||||
xsi_vhdl_check_range_of_index(6, 0, -1, *((int *)t1));
|
||||
t12 = (1U * t11);
|
||||
t13 = (0 + t12);
|
||||
t4 = (t2 + t13);
|
||||
t3 = *((unsigned char *)t4);
|
||||
t8 = (t0 + 1928U);
|
||||
t14 = *((char **)t8);
|
||||
t17 = *((unsigned char *)t14);
|
||||
t18 = ieee_p_2592010699_sub_3488768496604610246_503743352(IEEE_P_2592010699, t3, t17);
|
||||
t8 = (t0 + 1928U);
|
||||
t15 = *((char **)t8);
|
||||
t8 = (t15 + 0);
|
||||
*((unsigned char *)t8) = t18;
|
||||
|
||||
LAB4: t1 = (t0 + 5909);
|
||||
t6 = *((int *)t1);
|
||||
t2 = (t0 + 5913);
|
||||
t7 = *((int *)t2);
|
||||
if (t6 == t7)
|
||||
goto LAB5;
|
||||
|
||||
LAB6: t5 = (t6 + 1);
|
||||
t6 = t5;
|
||||
t4 = (t0 + 5909);
|
||||
*((int *)t4) = t6;
|
||||
goto LAB2;
|
||||
|
||||
}
|
||||
|
||||
|
||||
extern void work_a_3935631676_2318913362_init()
|
||||
{
|
||||
static char *pe[] = {(void *)work_a_3935631676_2318913362_p_0,(void *)work_a_3935631676_2318913362_p_1,(void *)work_a_3935631676_2318913362_p_2};
|
||||
xsi_register_didat("work_a_3935631676_2318913362", "isim/TwoComplementTest_isim_beh.exe.sim/work/a_3935631676_2318913362.didat");
|
||||
xsi_register_executes(pe);
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user