Difference between revisions of "Digital Logic Toolbox"
Line 56: | Line 56: | ||
|topinput=Input 2, integer(1) | |topinput=Input 2, integer(1) | ||
|leftinput=Input 1, integer(1) | |leftinput=Input 1, integer(1) | ||
− | |rightoutput= | + | |rightoutput=integer(∞) |
|bottomoutput= | |bottomoutput= | ||
|label1=moduleColor | |label1=moduleColor | ||
Line 65: | Line 65: | ||
==Integer Greater Than or Equal== | ==Integer Greater Than or Equal== | ||
Greater than or equal for use with integers.[[File:greaterequal.gif|left]] | Greater than or equal for use with integers.[[File:greaterequal.gif|left]] | ||
+ | {{module properties | ||
+ | |topinput= | ||
+ | |leftinput=Input 2, integer(1) | ||
+ | |rightoutput=Input 1, integer(1) | ||
+ | |bottomoutput= | ||
+ | |label1=moduleColor | ||
+ | |data1=sets module color(RGB). | ||
+ | |label2=N bit(s) | ||
+ | |data2=sets bit depth of output(1-32). | ||
+ | }} | ||
+ | |||
==Integer Equal== | ==Integer Equal== | ||
Equal for use with integers.[[File:equal.gif|left]] | Equal for use with integers.[[File:equal.gif|left]] |
Revision as of 13:58, 23 January 2010
Contents
- 1 Not
- 2 And
- 3 Or
- 4 Exclusive Or
- 5 Integer Greater Than
- 6 Integer Greater Than or Equal
- 7 Integer Equal
- 8 Integer Not Equal
- 9 Integer Add
- 10 Integer Multiply
- 11 Integer Subtract
- 12 Integer Divide
- 13 Integer Absolute Value
- 14 Integer Power
- 15 Integer Maximum
- 16 Integer Minimum
- 17 Integer Percent
- 18 Integer Random
- 19 Control
- 20 Sample
- 21 Pulse
- 22 Delay
- 23 Accumulator
- 24 Multiplexer
- 25 DeMultiplexer
- 26 Encoder
- 27 Decoder
- 28 Exclusive
- 29 Clock Divider
- 30 Time
- 31 High Performance Counter
- 32 Calibrate
- 33 Average Filter
- 34 Delay Sustain
- 35 State Object
- 36 Timers
Not
Logical Negate (bitwise).
Module I/O | |
Left Input(s): | integer(1) |
Right Output(s): | integer(∞) |
Module Properties | |
moduleColor | sets module color(RGB). |
N bit(s) | sets bit depth of output(1-32). |
And
Logical And.
Module I/O | |
Left Input(s): | integer(∞) |
Right Output(s): | integer(∞) |
Module Properties | |
moduleColor | sets module color(RGB). |
N bit(s) | sets bit depth of output(1-32). |
Or
Logical Or.
Module I/O | |
Left Input(s): | integer(∞) |
Right Output(s): | integer(∞) |
Module Properties | |
moduleColor | sets module color(RGB). |
N bit(s) | sets bit depth of output(1-32). |
Exclusive Or
Logical Xor.
Module I/O | |
Left Input(s): | integer(∞) |
Right Output(s): | integer(∞) |
Module Properties | |
moduleColor | sets module color(RGB). |
N bit(s) | sets bit depth of output(1-32). |
Integer Greater Than
Greater than for use with integers.
Module I/O | |
Top Input(s): | Input 2, integer(1) |
Left Input(s): | Input 1, integer(1) |
Right Output(s): | integer(∞) |
Module Properties | |
moduleColor | sets module color(RGB). |
N bit(s) | sets bit depth of output(1-32). |
Integer Greater Than or Equal
Greater than or equal for use with integers.
Module I/O | |
Left Input(s): | Input 2, integer(1) |
Right Output(s): | Input 1, integer(1) |
Module Properties | |
moduleColor | sets module color(RGB). |
N bit(s) | sets bit depth of output(1-32). |
Integer Equal
Equal for use with integers.
Integer Not Equal
Not Equal for use with integers.
Integer Add
Addition for use with integers.
Integer Multiply
Multiplication for use with integers.
Integer Subtract
Subtraction for use with integers.
Integer Divide
Division for use with integers.
Integer Absolute Value
Integer Power
Integer Maximum
Outputs the maximum integer value.
Integer Minimum
Outputs the minimum integer value.
Integer Percent
Calculates remainder (for use with integers).
Integer Random
Generates a random integer value.
Control
Sample
Sample input values on demand.
Pulse
Event production shaped pulse.
Delay
Delays sending current value until next event is received.
Accumulator
Multiplexer
Selects on input to be current output.
DeMultiplexer
Sends signal input to selected output.
Encoder
Decoder
Converts the byte values of integers.
Exclusive
Clock Divider
Time
Provides current time (use with date module).
High Performance Counter
Calibrate
Accommodates signal range (min to max).
Average Filter
Delay Sustain
State Object
State machine element (advanced).