mti_pkg.h

来自「FPGA设计的SDRAM控制器」· C头文件 代码 · 共 48 行

H
48
字号
////////////////////////////////////////////////////////////////////////////////
//   ____  ____   
//  /   /\/   /  
// /___/  \  /   
// \   \   \/  
//  \   \        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 + =
减小字号Ctrl + -
显示快捷键?