📄 f_sdrm_conf.cpp
字号:
////////////////////////////////////////////////////////////////////////////////
// ____ ____
// / /\/ /
// /___/ \ /
// \ \ \/
// \ \ Copyright (c) 2003-2004 Xilinx, Inc.
// / / All Right Reserved.
// /---/ /\
// \ \ / \
// \___\/\___\
////////////////////////////////////////////////////////////////////////////////
#include "work/f_sdrm_conf/f_sdrm_conf.h"
#include <stdarg.h>
#include "work/mt48lc1m16a1_pkg/mt48lc1m16a1_pkg.h"
#include "std/textio/textio.h"
#include "work/vrlgutil/vrlgutil.h"
#include "work/ihdlutil/ihdlutil.h"
#include "unisim.auxlib/vcomponents/vcomponents.h"
#include "ieee/std_logic_arith/std_logic_arith.h"
#include "ieee/std_logic_1164/std_logic_1164.h"
static const HSim::LineNumberTable fileLineTable[] = {{0, 0}};
#include "isim/work/f_sdrm/f_sdrm_arch.h"
extern HSim__s6* createWork_f_sdrm_f_sdrm_arch(const char*);
static HSim__s6* IF15(
HSim__s6* Arch,
const char* label,
int nGenerics,
va_list vap)
{
if (!label)
label = "f_sdrm";
HSim__s6* blk= createWork_f_sdrm_f_sdrm_arch(label);
return blk;
}
HSimConfigDecl *createWork_f_sdrm_conf() {
return new Work_f_sdrm_conf();
}
Work_f_sdrm_conf::Work_f_sdrm_conf()
: HSimConfigDecl("f_sdrm_conf")
{
HSimConfigDecl *cfg = 0;
startBlock("f_sdrm_ARCH", IF15);
endBlock("f_sdrm_ARCH");
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -