Ben1152000 / sootty

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

Implement bitwise operators for multi-wire busses #4

Closed Ben1152000 closed 2 years ago

Ben1152000 commented 3 years ago

Right now you can use &, |, and ! as logical operations, but there's no clean way to do bitwise operations. These operators can be repurposed to act as bitwise (plus ~) and &&, ||, and ! can represent logical operations.

KarthikL1729 commented 2 years ago

This issue can probably be closed now?

KarthikL1729 commented 2 years ago

Closed by PRs #38 and #43.