**Describe the bug** sv2chisel is too conservative on parenthesis **To Reproduce** `a && b && c` is translated into `(a && b) && c` **Expected behavior** `a && b && c`