| Name |
Description |
BooleanToBoolean4 |
|
Boolean4Constant |
Generate a constant signal of type Boolean4 |
And4 |
And operator on two Boolean4: u1 and u2 |
And4_n |
And operator on N Boolean4: u1 and u2 and ... and uN |
Not4 |
Not operator on a Boolean4: not u |
Or4 |
Or operator to on two Boolean4: u1 or u2 |
Or4_n |
Or operator to on N Boolean4: u1 or u2 or ... or uN |
Xor4 |
Xor operator to on two Boolean4: u1 xor u2 |
Implies4 |
Implies operator on two Boolean4: u1 implies u2 |
Equivalent4 |
Equivalent operator on two Boolean4: u1 equivalent to u2 |
Probability |
Probability that input is true |
ShowBoolean4 |
Show Boolean4 in diagram layer dynamically |
and4 |
Boolean4 and operator |
not4 |
Boolean4 not operator |
or4 |
Boolean4 or operator |
xor4 |
Boolean4 xor operator |
implies4 |
Boolean4 implies operator |
equivalent4 |
Boolean4 equivalent operator |
TruthTables |
|