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 signal width #31

Closed oscargus closed 1 year ago

oscargus commented 1 year ago

The are (rare) cases which require a lot of bits, e.g., https://raw.githubusercontent.com/GordonMcGregor/vcd_parser/master/ubus.vcd which require 115200 bits. Currently, FastWaveBackend cannot handle that for a few different reasons.