📄 mti_pkg.h
字号:
////////////////////////////////////////////////////////////////////////////////
// ____ ____
// / /\/ /
// /___/ \ /
// \ \ \/
// \ \ Copyright (c) 2003-2004 Xilinx, Inc.
// / / All Right Reserved.
// /---/ /\
// \ \ / \
// \___\/\___\
////////////////////////////////////////////////////////////////////////////////
#ifndef H_Work_mti_pkg_H
#define H_Work_mti_pkg_H
#ifdef __MINGW32__
#include "xsimMinGW.h"
#else
#include "xsim.h"
#endif
#include "ieee/std_logic_1164/std_logic_1164.h"
class Work_mti_pkg: public HSim__s6 {
public:
/* subprogram name TO_INTEGER */
int Gf(const char Eb);
/* subprogram name TO_INTEGER */
int Gn(const char *Ej, const HSimConstraints *constrEj);
/* subprogram name TO_INTEGER */
int Gv(const char Es);
/* subprogram name TO_INTEGER */
int GC(const char *Ez, const HSimConstraints *constrEz);
/* subprogram name TO_BITVECTOR */
void GK(HSim__s7 *process, const int VG, char *VI, const HSimConstraints *constrVI);
public:
public:
Work_mti_pkg(const HSimString &name);
~Work_mti_pkg();
};
extern Work_mti_pkg *WorkMti_pkg;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -