entity.cpp

来自「采用VHDL语言设计一个4通道的数据采集控制模块。系统的功能描述如下: 1.系」· C++ 代码 · 共 47 行

CPP
47
字号
////////////////////////////////////////////////////////////////////////////////
//   ____  ____   
//  /   /\/   /  
// /___/  \  /   
// \   \   \/  
//  \   \        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/t_l_eight_01/entity.h"

static const char *entFileName = "E:/期末报告/DAQ_pengfu/T_L_eight_01.vhw";
#ifdef _MSC_VER
#pragma warning(disable: 4355)
#endif

Work_t_l_eight_01::Work_t_l_eight_01(const char *name, const char* ArchName, const char* fileName, int numOfLine): HSim__s6(false,name,"T_L_eight_01", ArchName, fileName, HSim::VhdlDesignEntity, numOfLine + 6)

{
;
  SetPorts();
 
}

Work_t_l_eight_01::~Work_t_l_eight_01()
{
}

void Work_t_l_eight_01::SetPorts()
{
}

void Work_t_l_eight_01::constructEntityObject()
{
;
}

⌨️ 快捷键说明

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