📄 hdb3decoder.sim.vwf
字号:
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to occur.
*/
/*
Copyright (C) 1991-2004 Altera Corporation
Any megafunction design, and related netlist (encrypted or decrypted),
support information, device programming or simulation file, and any other
associated documentation or information provided by Altera or a partner
under Altera's Megafunction Partnership Program may be used only
to program PLD devices (but not masked PLD devices) from Altera. Any
other use of such megafunction design, netlist, support information,
device programming or simulation file, or any other related documentation
or information is prohibited for any other purpose, including, but not
limited to modification, reverse engineering, de-compiling, or use with
any other silicon devices, unless such use is explicitly licensed under
a separate agreement with Altera or a megafunction partner. Title to the
intellectual property, including patents, copyrights, trademarks, trade
secrets, or maskworks, embodied in any such megafunction design, netlist,
support information, device programming or simulation file, or any other
related documentation or information provided by Altera or a megafunction
partner, remains with Altera, the megafunction partner, or their respective
licensors. No other licenses, including any licenses needed under any third
party's intellectual property, are provided herein.
*/
HEADER
{
VERSION = 1;
TIME_UNIT = ns;
PRINT_OPTIONS = "Print_options_version 6\
range_start 0ps\
range_end 100.0us\
width 1\
names_percentage 25\
comments 1\
grid_lines 1\
time_bars 1\
name_every_page 0\
expand_groups 0\
print_all 1";
SIMULATION_TIME = 100000.0;
GRID_PHASE = 0.0;
GRID_PERIOD = 10.0;
GRID_DUTY_CYCLE = 50;
}
SIGNAL("CLK")
{
VALUE_TYPE = NINE_LEVEL_BIT;
SIGNAL_TYPE = SINGLE_BIT;
WIDTH = 1;
LSB_INDEX = -1;
DIRECTION = INPUT;
PARENT = "";
}
SIGNAL("CLR")
{
VALUE_TYPE = NINE_LEVEL_BIT;
SIGNAL_TYPE = SINGLE_BIT;
WIDTH = 1;
LSB_INDEX = -1;
DIRECTION = INPUT;
PARENT = "";
}
SIGNAL("POS_IN")
{
VALUE_TYPE = NINE_LEVEL_BIT;
SIGNAL_TYPE = SINGLE_BIT;
WIDTH = 1;
LSB_INDEX = -1;
DIRECTION = INPUT;
PARENT = "";
}
SIGNAL("NEG_IN")
{
VALUE_TYPE = NINE_LEVEL_BIT;
SIGNAL_TYPE = SINGLE_BIT;
WIDTH = 1;
LSB_INDEX = -1;
DIRECTION = INPUT;
PARENT = "";
}
SIGNAL("NRZ")
{
VALUE_TYPE = NINE_LEVEL_BIT;
SIGNAL_TYPE = SINGLE_BIT;
WIDTH = 1;
LSB_INDEX = -1;
DIRECTION = OUTPUT;
PARENT = "";
}
TRANSITION_LIST("CLK")
{
NODE
{
REPEAT = 1;
NODE
{
REPEAT = 500;
LEVEL 0 FOR 100.0;
LEVEL 1 FOR 100.0;
}
}
}
TRANSITION_LIST("CLR")
{
NODE
{
REPEAT = 1;
LEVEL 0 FOR 504.32;
LEVEL 1 FOR 25216.0;
LEVEL 0 FOR 74279.68;
}
}
TRANSITION_LIST("POS_IN")
{
NODE
{
REPEAT = 1;
LEVEL 0 FOR 588.8;
LEVEL 1 FOR 211.2;
LEVEL 0 FOR 1396.48;
LEVEL 1 FOR 198.4;
LEVEL 0 FOR 193.28;
LEVEL 1 FOR 204.8;
LEVEL 0 FOR 399.36;
LEVEL 1 FOR 211.2;
LEVEL 0 FOR 191.999;
LEVEL 1 FOR 192.001;
LEVEL 0 FOR 96212.48;
}
}
TRANSITION_LIST("NEG_IN")
{
NODE
{
REPEAT = 1;
LEVEL 0 FOR 991.999;
LEVEL 1 FOR 204.801;
LEVEL 0 FOR 606.72;
LEVEL 1 FOR 185.6;
LEVEL 0 FOR 405.76;
LEVEL 1 FOR 211.2;
LEVEL 0 FOR 797.44;
LEVEL 1 FOR 191.999;
LEVEL 0 FOR 96404.481;
}
}
TRANSITION_LIST("NRZ")
{
NODE
{
REPEAT = 1;
LEVEL 0 FOR 1506.225;
LEVEL 1 FOR 200.0;
LEVEL 0 FOR 200.0;
LEVEL 1 FOR 200.0;
LEVEL 0 FOR 1000.0;
LEVEL 1 FOR 400.0;
LEVEL 0 FOR 800.0;
LEVEL 1 FOR 400.0;
LEVEL 0 FOR 95293.775;
}
}
DISPLAY_LINE
{
CHANNEL = "CLK";
EXPAND_STATUS = COLLAPSED;
RADIX = Binary;
TREE_INDEX = 0;
TREE_LEVEL = 0;
}
DISPLAY_LINE
{
CHANNEL = "CLR";
EXPAND_STATUS = COLLAPSED;
RADIX = Binary;
TREE_INDEX = 1;
TREE_LEVEL = 0;
}
DISPLAY_LINE
{
CHANNEL = "POS_IN";
EXPAND_STATUS = COLLAPSED;
RADIX = Binary;
TREE_INDEX = 2;
TREE_LEVEL = 0;
}
DISPLAY_LINE
{
CHANNEL = "NEG_IN";
EXPAND_STATUS = COLLAPSED;
RADIX = Binary;
TREE_INDEX = 3;
TREE_LEVEL = 0;
}
DISPLAY_LINE
{
CHANNEL = "NRZ";
EXPAND_STATUS = COLLAPSED;
RADIX = Binary;
TREE_INDEX = 4;
TREE_LEVEL = 0;
}
TIME_BAR
{
TIME = 100000;
MASTER = TRUE;
}
;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -