I have a wire to which I assign a complex right-hand-side expression with lots of bitwise operations. This right-hand-side expression is quickly becoming long and hard to maintain.
Is there a way I could replace the bitwise operations by if/else or case statements to help readability and maintability?
?:. – The Photon Apr 10 '12 at 15:31