Ben1152000 / sootty

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

Implement value change storage #28

Closed Ben1152000 closed 2 years ago

Ben1152000 commented 2 years ago

Using python's SortedDict container (in the sortedcontainers module), implement a value change storage format for wires to reduce memory.