-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15b7e33
commit d569c4a
Showing
1,250 changed files
with
143,080 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,191 @@ | ||
/* | ||
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-2010 Altera Corporation | ||
Your use of Altera Corporation's design tools, logic functions | ||
and other software and tools, and its AMPP partner logic | ||
functions, and any output files from any of the foregoing | ||
(including device programming or simulation files), and any | ||
associated documentation or information are expressly subject | ||
to the terms and conditions of the Altera Program License | ||
Subscription Agreement, Altera MegaCore Function License | ||
Agreement, or other applicable license agreement, including, | ||
without limitation, that your use is for the sole purpose of | ||
programming logic devices manufactured by Altera and sold by | ||
Altera or its authorized distributors. Please refer to the | ||
applicable agreement for further details. | ||
*/ | ||
|
||
HEADER | ||
{ | ||
VERSION = 1; | ||
TIME_UNIT = ns; | ||
DATA_OFFSET = 0.0; | ||
DATA_DURATION = 1000.0; | ||
SIMULATION_TIME = 0.0; | ||
GRID_PHASE = 0.0; | ||
GRID_PERIOD = 10.0; | ||
GRID_DUTY_CYCLE = 50; | ||
} | ||
|
||
SIGNAL("A") | ||
{ | ||
VALUE_TYPE = NINE_LEVEL_BIT; | ||
SIGNAL_TYPE = SINGLE_BIT; | ||
WIDTH = 1; | ||
LSB_INDEX = -1; | ||
DIRECTION = INPUT; | ||
PARENT = ""; | ||
} | ||
|
||
SIGNAL("B") | ||
{ | ||
VALUE_TYPE = NINE_LEVEL_BIT; | ||
SIGNAL_TYPE = SINGLE_BIT; | ||
WIDTH = 1; | ||
LSB_INDEX = -1; | ||
DIRECTION = INPUT; | ||
PARENT = ""; | ||
} | ||
|
||
SIGNAL("Nands") | ||
{ | ||
VALUE_TYPE = NINE_LEVEL_BIT; | ||
SIGNAL_TYPE = SINGLE_BIT; | ||
WIDTH = 1; | ||
LSB_INDEX = -1; | ||
DIRECTION = OUTPUT; | ||
PARENT = ""; | ||
} | ||
|
||
SIGNAL("Ors") | ||
{ | ||
VALUE_TYPE = NINE_LEVEL_BIT; | ||
SIGNAL_TYPE = SINGLE_BIT; | ||
WIDTH = 1; | ||
LSB_INDEX = -1; | ||
DIRECTION = OUTPUT; | ||
PARENT = ""; | ||
} | ||
|
||
SIGNAL("Xors") | ||
{ | ||
VALUE_TYPE = NINE_LEVEL_BIT; | ||
SIGNAL_TYPE = SINGLE_BIT; | ||
WIDTH = 1; | ||
LSB_INDEX = -1; | ||
DIRECTION = OUTPUT; | ||
PARENT = ""; | ||
} | ||
|
||
TRANSITION_LIST("A") | ||
{ | ||
NODE | ||
{ | ||
REPEAT = 1; | ||
LEVEL 0 FOR 20.0; | ||
LEVEL 1 FOR 20.0; | ||
LEVEL 0 FOR 20.0; | ||
LEVEL 1 FOR 20.0; | ||
LEVEL 0 FOR 20.0; | ||
LEVEL 1 FOR 20.0; | ||
LEVEL 0 FOR 880.0; | ||
} | ||
} | ||
|
||
TRANSITION_LIST("B") | ||
{ | ||
NODE | ||
{ | ||
REPEAT = 1; | ||
NODE | ||
{ | ||
REPEAT = 50; | ||
LEVEL 0 FOR 10.0; | ||
LEVEL 1 FOR 10.0; | ||
} | ||
} | ||
} | ||
|
||
TRANSITION_LIST("Nands") | ||
{ | ||
NODE | ||
{ | ||
REPEAT = 1; | ||
LEVEL X FOR 1000.0; | ||
} | ||
} | ||
|
||
TRANSITION_LIST("Ors") | ||
{ | ||
NODE | ||
{ | ||
REPEAT = 1; | ||
LEVEL X FOR 1000.0; | ||
} | ||
} | ||
|
||
TRANSITION_LIST("Xors") | ||
{ | ||
NODE | ||
{ | ||
REPEAT = 1; | ||
LEVEL X FOR 1000.0; | ||
} | ||
} | ||
|
||
DISPLAY_LINE | ||
{ | ||
CHANNEL = "A"; | ||
EXPAND_STATUS = COLLAPSED; | ||
RADIX = ASCII; | ||
TREE_INDEX = 0; | ||
TREE_LEVEL = 0; | ||
} | ||
|
||
DISPLAY_LINE | ||
{ | ||
CHANNEL = "B"; | ||
EXPAND_STATUS = COLLAPSED; | ||
RADIX = ASCII; | ||
TREE_INDEX = 1; | ||
TREE_LEVEL = 0; | ||
} | ||
|
||
DISPLAY_LINE | ||
{ | ||
CHANNEL = "Nands"; | ||
EXPAND_STATUS = COLLAPSED; | ||
RADIX = ASCII; | ||
TREE_INDEX = 2; | ||
TREE_LEVEL = 0; | ||
} | ||
|
||
DISPLAY_LINE | ||
{ | ||
CHANNEL = "Ors"; | ||
EXPAND_STATUS = COLLAPSED; | ||
RADIX = ASCII; | ||
TREE_INDEX = 3; | ||
TREE_LEVEL = 0; | ||
} | ||
|
||
DISPLAY_LINE | ||
{ | ||
CHANNEL = "Xors"; | ||
EXPAND_STATUS = COLLAPSED; | ||
RADIX = ASCII; | ||
TREE_INDEX = 4; | ||
TREE_LEVEL = 0; | ||
} | ||
|
||
TIME_BAR | ||
{ | ||
TIME = 0; | ||
MASTER = TRUE; | ||
} | ||
; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,191 @@ | ||
/* | ||
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-2010 Altera Corporation | ||
Your use of Altera Corporation's design tools, logic functions | ||
and other software and tools, and its AMPP partner logic | ||
functions, and any output files from any of the foregoing | ||
(including device programming or simulation files), and any | ||
associated documentation or information are expressly subject | ||
to the terms and conditions of the Altera Program License | ||
Subscription Agreement, Altera MegaCore Function License | ||
Agreement, or other applicable license agreement, including, | ||
without limitation, that your use is for the sole purpose of | ||
programming logic devices manufactured by Altera and sold by | ||
Altera or its authorized distributors. Please refer to the | ||
applicable agreement for further details. | ||
*/ | ||
|
||
HEADER | ||
{ | ||
VERSION = 1; | ||
TIME_UNIT = ns; | ||
DATA_OFFSET = 0.0; | ||
DATA_DURATION = 1000.0; | ||
SIMULATION_TIME = 0.0; | ||
GRID_PHASE = 0.0; | ||
GRID_PERIOD = 10.0; | ||
GRID_DUTY_CYCLE = 50; | ||
} | ||
|
||
SIGNAL("A") | ||
{ | ||
VALUE_TYPE = NINE_LEVEL_BIT; | ||
SIGNAL_TYPE = SINGLE_BIT; | ||
WIDTH = 1; | ||
LSB_INDEX = -1; | ||
DIRECTION = INPUT; | ||
PARENT = ""; | ||
} | ||
|
||
SIGNAL("B") | ||
{ | ||
VALUE_TYPE = NINE_LEVEL_BIT; | ||
SIGNAL_TYPE = SINGLE_BIT; | ||
WIDTH = 1; | ||
LSB_INDEX = -1; | ||
DIRECTION = INPUT; | ||
PARENT = ""; | ||
} | ||
|
||
SIGNAL("Nands") | ||
{ | ||
VALUE_TYPE = NINE_LEVEL_BIT; | ||
SIGNAL_TYPE = SINGLE_BIT; | ||
WIDTH = 1; | ||
LSB_INDEX = -1; | ||
DIRECTION = OUTPUT; | ||
PARENT = ""; | ||
} | ||
|
||
SIGNAL("Ors") | ||
{ | ||
VALUE_TYPE = NINE_LEVEL_BIT; | ||
SIGNAL_TYPE = SINGLE_BIT; | ||
WIDTH = 1; | ||
LSB_INDEX = -1; | ||
DIRECTION = OUTPUT; | ||
PARENT = ""; | ||
} | ||
|
||
SIGNAL("Xors") | ||
{ | ||
VALUE_TYPE = NINE_LEVEL_BIT; | ||
SIGNAL_TYPE = SINGLE_BIT; | ||
WIDTH = 1; | ||
LSB_INDEX = -1; | ||
DIRECTION = OUTPUT; | ||
PARENT = ""; | ||
} | ||
|
||
TRANSITION_LIST("A") | ||
{ | ||
NODE | ||
{ | ||
REPEAT = 1; | ||
LEVEL 0 FOR 20.0; | ||
LEVEL 1 FOR 20.0; | ||
LEVEL 0 FOR 20.0; | ||
LEVEL 1 FOR 20.0; | ||
LEVEL 0 FOR 20.0; | ||
LEVEL 1 FOR 20.0; | ||
LEVEL 0 FOR 880.0; | ||
} | ||
} | ||
|
||
TRANSITION_LIST("B") | ||
{ | ||
NODE | ||
{ | ||
REPEAT = 1; | ||
NODE | ||
{ | ||
REPEAT = 50; | ||
LEVEL 0 FOR 10.0; | ||
LEVEL 1 FOR 10.0; | ||
} | ||
} | ||
} | ||
|
||
TRANSITION_LIST("Nands") | ||
{ | ||
NODE | ||
{ | ||
REPEAT = 1; | ||
LEVEL X FOR 1000.0; | ||
} | ||
} | ||
|
||
TRANSITION_LIST("Ors") | ||
{ | ||
NODE | ||
{ | ||
REPEAT = 1; | ||
LEVEL X FOR 1000.0; | ||
} | ||
} | ||
|
||
TRANSITION_LIST("Xors") | ||
{ | ||
NODE | ||
{ | ||
REPEAT = 1; | ||
LEVEL X FOR 1000.0; | ||
} | ||
} | ||
|
||
DISPLAY_LINE | ||
{ | ||
CHANNEL = "A"; | ||
EXPAND_STATUS = COLLAPSED; | ||
RADIX = ASCII; | ||
TREE_INDEX = 0; | ||
TREE_LEVEL = 0; | ||
} | ||
|
||
DISPLAY_LINE | ||
{ | ||
CHANNEL = "B"; | ||
EXPAND_STATUS = COLLAPSED; | ||
RADIX = ASCII; | ||
TREE_INDEX = 1; | ||
TREE_LEVEL = 0; | ||
} | ||
|
||
DISPLAY_LINE | ||
{ | ||
CHANNEL = "Nands"; | ||
EXPAND_STATUS = COLLAPSED; | ||
RADIX = ASCII; | ||
TREE_INDEX = 2; | ||
TREE_LEVEL = 0; | ||
} | ||
|
||
DISPLAY_LINE | ||
{ | ||
CHANNEL = "Ors"; | ||
EXPAND_STATUS = COLLAPSED; | ||
RADIX = ASCII; | ||
TREE_INDEX = 3; | ||
TREE_LEVEL = 0; | ||
} | ||
|
||
DISPLAY_LINE | ||
{ | ||
CHANNEL = "Xors"; | ||
EXPAND_STATUS = COLLAPSED; | ||
RADIX = ASCII; | ||
TREE_INDEX = 4; | ||
TREE_LEVEL = 0; | ||
} | ||
|
||
TIME_BAR | ||
{ | ||
TIME = 15400; | ||
MASTER = TRUE; | ||
} | ||
; |
Oops, something went wrong.