📄 entity.cpp
字号:
////////////////////////////////////////////////////////////////////////////////
// ____ ____
// / /\/ /
// /___/ \ /
// \ \ \/
// \ \ Copyright (c) 2003-2004 Xilinx, Inc.
// / / All Right Reserved.
// /___/ /
// \ \ / \
// \___\/\___\
////////////////////////////////////////////////////////////////////////////////
#include "std/textio/textio.h"
#include "ieee/std_logic_textio/std_logic_textio.h"
#include "ieee/std_logic_unsigned/std_logic_unsigned.h"
#include "ieee/std_logic_arith/std_logic_arith.h"
#include "ieee/std_logic_1164/std_logic_1164.h"
#include "work/wave/entity.h"
static const char *entFileName = "C:/Users/Administrator/Desktop/disanci/WAVE.vhw";
#ifdef _MSC_VER
#pragma warning(disable: 4355)
#endif
Work_wave::Work_wave(const char *name, const char* ArchName, const char* fileName, int numOfLine): HSim__s6(false,name,"WAVE", ArchName, fileName, HSim::VhdlDesignEntity, numOfLine + 6)
{
;
SetPorts();
}
Work_wave::~Work_wave()
{
}
void Work_wave::SetPorts()
{
}
void Work_wave::constructEntityObject()
{
;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -