Or: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Block Docs]] | [[Category:Block Docs]] | ||
Bitwise boolean OR across all input streams. You can specify the number of inputs. output = input_0 | input_1 | , ... | input_N) | |||
Bitwise boolean OR across all input streams. You can specify the number of inputs. | |||
== Parameters == | == Parameters == | ||
; Num Inputs | |||
: Number of streams to operate on. | |||
; | |||
: | |||
== Example Flowgraph == | == Example Flowgraph == | ||
This flowgraph shows the outputs of AND, OR, and XOR logic blocks. | |||
[[File:And_Or_Xor_fg.png|700px]] | |||
[[File:And_Or_Xor_out.png|700px]] | |||
[[File: | |||
[[File: | |||
== Source Files == | == Source Files == | ||