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

Revert "Add support for real values" #28

Closed TheZoq2 closed 11 months ago

TheZoq2 commented 11 months ago

Reverts ThePerfectComputer/FastWaveBackend#27

We realized that it is annoying to deal with real values in surfer when most signals will just be non-reals. So we're deciding that reals will be stored as strings and downstream tools can parse the reals. If there are other use cases for reals that benefit more from it being preprocessed here, we can revert the revert.