behavioral.h
来自「采用VHDL语言设计一个4通道的数据采集控制模块。系统的功能描述如下: 1.系」· C头文件 代码 · 共 28 行
H
28 行
////////////////////////////////////////////////////////////////////////////////
// ____ ____
// / /\/ /
// /___/ \ /
// \ \ \/
// \ \ Copyright (c) 2003-2004 Xilinx, Inc.
// / / All Right Reserved.
// /___/ /
// \ \ / \
// \___\/\___\
////////////////////////////////////////////////////////////////////////////////
#ifndef H_Work_eitht_1s_behavioral_H
#define H_Work_eitht_1s_behavioral_H
#include "work/eitht_1s/entity.h"
class Work_eitht_1s_behavioral: public Work_eitht_1s {
public:
HSim__s1 SA[6];
Work_eitht_1s_behavioral(const char * name);
~Work_eitht_1s_behavioral();
void constructObject();
virtual void archImplement(HSimConfigDecl* cfg);
};
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?