ThePerfectComputer / FastWaveBackend

A Rust VCD parser intended to be the backend of a Waveform Viewer(built using egui) that supports dynamically loaded rust plugins.
GNU General Public License v3.0
42 stars 5 forks source link

Increase maximum bit width #32

Closed oscargus closed 1 year ago

oscargus commented 1 year ago

Closes #31

Now supports signals up to 524288 bits as opposed to 2048 bits earlier.