vcomponents.h
来自「总体演示程序DEMO_FPGA.rar」· C头文件 代码 · 共 37 行
H
37 行
////////////////////////////////////////////////////////////////////////////////
// ____ ____
// / /\/ /
// /___/ \ /
// \ \ \/
// \ \ Copyright (c) 2003-2004 Xilinx, Inc.
// / / All Right Reserved.
// /___/ /
// \ \ / \
// \___\/\___\
////////////////////////////////////////////////////////////////////////////////
#ifndef H_Simprim_vcomponents_H
#define H_Simprim_vcomponents_H
#ifdef __MINGW32__
#include "xsimMinGW.h"
#else
#include "xsim.h"
#endif
#include "ieee/vital_timing/vital_timing.h"
#include "ieee/std_logic_1164/std_logic_1164.h"
class Simprim_vcomponents: public HSim__s6 {
public:
HSim__s1 Sb;
HSim__s1 Sd;
Simprim_vcomponents(const HSimString &name);
~Simprim_vcomponents();
};
extern Simprim_vcomponents *SimprimVcomponents;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?