|
q.next = a[0] or a[1] or a[2] or a[3] or a[4] or a[5] or a[6] or a[7] or a[8] or a[9] or a[10] or a[11] or a[12] or a[13] or a[14] or a[15] |
@block
def orNway(a, q):
@always_comb
def comb():
t = 0
for i in range(0, a.max):
t = a[i] | t
q.next = t
return comb
bits-e-proc-Apple/hw/components.py
Line 54 in 004fcb6