www.pudn.com > Sparten3Epaomadeng.rar > glbl.h


//////////////////////////////////////////////////////////////////////////////// 
//   ____  ____   
//  /   /\/   /   
// /___/  \  /    
// \   \   \/     
//  \   \        Copyright (c) 2003-2004 Xilinx, Inc. 
//  /   /        All Right Reserved.  
// /___/   /\    
// \   \  /  \   
//  \___\/\___\  
//////////////////////////////////////////////////////////////////////////////// 
 
#ifndef H_workMglbl_H 
#define H_workMglbl_H 
 
#ifdef _MSC_VER 
#pragma warning(disable: 4355) 
#endif 
 
#ifdef __MINGW32__ 
#include "xsimMinGW.h" 
#else 
#include "xsim.h" 
#endif 
 
class workMglbl : public HSim__s5{ 
public:  
    workMglbl(const char *instname); 
    ~workMglbl(); 
    void setDefparam(); 
    void constructObject(); 
    void moduleInstantiate(HSimConfigDecl *cfg); 
    void connectSigs(); 
    void reset(); 
    virtual void archImplement(); 
    HSim__s1 us[9]; 
    HSim__s3 uv[15]; 
    HSimVlogParam up[2]; 
}; 
 
#endif