f_sdrm_pkg.h

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

H
39
字号
////////////////////////////////////////////////////////////////////////////////
//   ____  ____   
//  /   /\/   /  
// /___/  \  /   
// \   \   \/  
//  \   \        Copyright (c) 2003-2004 Xilinx, Inc.
//  /   /        All Right Reserved. 
// /---/   /\     
// \   \  /  \  
//  \___\/\___\
////////////////////////////////////////////////////////////////////////////////

#ifndef H_Work_f_sdrm_pkg_H
#define H_Work_f_sdrm_pkg_H

#ifdef __MINGW32__
#include "xsimMinGW.h"
#else
#include "xsim.h"
#endif


#include "std/textio/textio.h"
#include "work/vrlgutil/vrlgutil.h"
#include "work/ihdlutil/ihdlutil.h"
#include "unisim.auxlib/vcomponents/vcomponents.h"
#include "ieee/std_logic_arith/std_logic_arith.h"
#include "ieee/std_logic_1164/std_logic_1164.h"

class Work_f_sdrm_pkg: public HSim__s6 {
public:
  Work_f_sdrm_pkg(const HSimString &name);
  ~Work_f_sdrm_pkg();
};

extern Work_f_sdrm_pkg *WorkF_sdrm_pkg;

#endif

⌨️ 快捷键说明

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