_p_u_l_l_u_p.h

来自「xilinx ISE 实例代码。可用ISE直接打开」· C头文件 代码 · 共 40 行

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

#ifndef H_unisim_ver_auxlibM_p_u_l_l_u_p_H
#define H_unisim_ver_auxlibM_p_u_l_l_u_p_H

#ifdef _MSC_VER
#pragma warning(disable: 4355)
#endif

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

class unisim_ver_auxlibM_p_u_l_l_u_p : public HSim__s5{
public: 
    unisim_ver_auxlibM_p_u_l_l_u_p(const char *instname);
    ~unisim_ver_auxlibM_p_u_l_l_u_p();
    void setDefparam();
    void constructObject();
    void moduleInstantiate(HSimConfigDecl *cfg);
    void connectSigs();
    void reset();
    virtual void archImplement();
    HSim__s1 us[2];
};

#endif

⌨️ 快捷键说明

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