m_00000000002040019604_2102377944.c

来自「此程序在于」· C语言 代码 · 共 48 行

C
48
字号
/**********************************************************************/
/*   ____  ____                                                       */
/*  /   /\/   /                                                       */
/* /___/  \  /                                                        */
/* \   \   \/                                                         */
/*  \   \        Copyright (c) 2003-2007 Xilinx, Inc.                 */
/*  /   /        All Right Reserved.                                  */
/* /---/   /\                                                         */
/* \   \  /  \                                                        */
/*  \___\/\___\                                                       */
/**********************************************************************/

/* This file is designed for use with ISim build 0x734844ce */

#include "xsi.h"
#include <memory.h>
#ifdef __GNUC__
#include <stdlib.h>
#else
#include <malloc.h>
#define alloca _alloca
#endif
static const char *ng0 = "D:/dds_competion/dds_test/dds_test/netgen/par/dds_test_simple_timesim.v";
static const char *ng1 = "netgen/par/dds_test_simple_timesim.sdf";
static const char *ng2 = "";
static const char *ng3 = "TYPICAL";
static const char *ng4 = "1.0:1.0:1.0";
static const char *ng5 = "FROM_MTM";



static void I491_0(char *t0)
{

LAB0:    xsi_set_current_line(491, ng0);
    xsi_vlog_sdfAnnotate(t0, ng1, -1, ng2, ng2, ng2, ng3, ng4, ng5);

LAB1:    return;
}


extern void work_m_00000000002040019604_2102377944_init()
{
	static char *pe[] = {(void *)I491_0};
	xsi_register_didat("work_m_00000000002040019604_2102377944", "isim/_tmp/work/m_00000000002040019604_2102377944.didat");
	xsi_register_executes(pe);
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?