futilehdl/lib/builtins/main.hyd

9 lines
62 B
Plaintext

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