futilehdl/lib/builtins/main.hyd

9 lines
62 B
Plaintext
Raw Normal View History

2022-01-23 23:10:09 +00:00
2022-02-20 21:44:58 +00:00
comb reduce_or<T> (
a: T
2022-01-23 23:10:09 +00:00
)
-> Logic<1> {
2022-02-18 11:59:53 +00:00
reduce_or(a)
2022-01-23 23:10:09 +00:00
}