SYNOPSIS
loadrt or2 [count=N|names=name1[,name2…]]
DESCRIPTION
The out pin is computed from the value of the in0 and in1 pins according to the following truth table:
| in1 | in0 | out | 
|---|---|---|
| 0 | 0 | 0 | 
| 0 | 1 | 1 | 
| 1 | 0 | 1 | 
| 1 | 1 | 1 | 
FUNCTIONS
- or2.N
- 
PINS
- or2.N.in0 bit in
- 
First input 
- or2.N.in1 bit in
- 
Second input 
- or2.N.out bit out
- 
Output 
SEE ALSO
logic(9)
AUTHOR
Jeff Epler
LICENSE
GPL