behaviour.h
来自「该源码为xilinx ise教程的附带光盘源码」· C头文件 代码 · 共 52 行
H
52 行
////////////////////////////////////////////////////////////////////////////////
// ____ ____
// / /\/ /
// /___/ \ /
// \ \ \/
// \ \ Copyright (c) 2003-2004 Xilinx, Inc.
// / / All Right Reserved.
// /---/ /\
// \ \ / \
// \___\/\___\
////////////////////////////////////////////////////////////////////////////////
#ifndef H_Work_uc_interface_behaviour_H
#define H_Work_uc_interface_behaviour_H
#ifdef __MINGW32__
#include "xsimMinGW.h"
#else
#include "xsim.h"
#endif
class Work_uc_interface_behaviour: public HSim__s6 {
public:
HSim__s4 PE[1];
HSim__s1 SE[31];
HSim__s4 C7;
HSim__s4 Cd;
HSim__s4 Ck;
HSim__s4 Ct;
HSim__s4 CA;
HSim__s4 CH;
HSimEnumType State_type;
HSim__s1 SA[16];
char t88;
char *t89;
Work_uc_interface_behaviour(const char * name);
~Work_uc_interface_behaviour();
void constructObject();
void constructPorts();
void reset();
void architectureInstantiate(HSimConfigDecl* cfg);
virtual void vhdlArchImplement();
};
HSim__s6 *createWork_uc_interface_behaviour(const char *name);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?