⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 entity.cpp

📁 5位的操作数X和Y输入后暂存在寄存器A和B中
💻 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/qwe/entity.h"

static const char *entFileName = "C:/Documents and Settings/Administrator/桌面/disanci/qwe.vhw";
#ifdef _MSC_VER
#pragma warning(disable: 4355)
#endif

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

{
;
  SetPorts();
 
}

Work_qwe::~Work_qwe()
{
}

void Work_qwe::SetPorts()
{
}

void Work_qwe::constructEntityObject()
{
;
}

⌨️ 快捷键说明

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