[myhdl-list] bit-wise or
Brought to you by:
jandecaluwe
From: Patricio K. <pat...@gm...> - 2009-07-22 20:42:13
|
Is there an easy way to do what this verilog code does with myhdl? wire abc[11:0]; wire a_bit_set = |abc; ---------- thanks -patricio |