Ben1152000 / sootty

A command-line tool for displaying vcd waveforms.
BSD 3-Clause "New" or "Revised" License
44 stars 12 forks source link

Bug in bitwise operators for `xxxxxxxx` input case #44

Open KarthikL1729 opened 2 years ago

KarthikL1729 commented 2 years ago

For now, the code just exits throwing an error. Need to bypass this, as the output for an x input is x.

KarthikL1729 commented 1 year ago

43 is a workaround fix, not entirely sure if it fixes all cases.

Yash-g17 commented 4 months ago

Hello I'd love to take this up as a first issue