futilehdl/lib/builtins/main.hyd

9 lines
63 B
Plaintext

comb reduce_or (
a: Logic
)
-> Logic<1> {
reduce_or(a)
}