**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`
Describe the bug
sv2chisel is too conservative on parenthesis
To Reproduce
a && b && cis translated into(a && b) && cExpected behavior
a && b && c