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

📄 ffsrce.h

📁 用ISE开发的VHDL随机地址发生器,采用循环计数生成地址
💻 H
字号:
////////////////////////////////////////////////////////////////////////////////
//   ____  ____  
//  /   /\/   /  
// /___/  \  /   
// \   \   \/    
//  \   \        Copyright (c) 2003-2004 Xilinx, Inc.
//  /   /        All Right Reserved. 
// /___/   /\   
// \   \  /  \  
//  \___\/\___\ 
////////////////////////////////////////////////////////////////////////////////

#ifndef H_simprim_ver_auxlibMffsrce_H
#define H_simprim_ver_auxlibMffsrce_H

#ifdef _MSC_VER
#pragma warning(disable: 4355)
#endif

#ifdef __MINGW32__
#include "xsimMinGW.h"
#else
#include "xsim.h"
#endif

class simprim_ver_auxlibMffsrce: public HSimVlogUdpBase {

public:
    simprim_ver_auxlibMffsrce(const char *instname);
    ~simprim_ver_auxlibMffsrce();
    virtual void archImplement();
    HSim__s1 q;
    HSim__s1 clk;
    HSim__s1 d;
    HSim__s1 ce;
    HSim__s1 set;
    HSim__s1 rst;
    HSim__s1 notifier;
    HSim__s2 * driver_q;
    static const char s_LvlTableOutputs[];
    static const char s_EdgTableOutputs_clk[];
    static const char s_EdgTableOutputs_d[];
    static const char s_EdgTableOutputs_ce[];
    static const char s_EdgTableOutputs_set[];
    static const char s_EdgTableOutputs_rst[];
    static const char s_EdgTableOutputs_notifier[];
    static const unsigned int s_MultArray[];
};

#endif

⌨️ 快捷键说明

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