ics-jku / wal

WAL enables programmable waveform analysis.
https://wal-lang.org
BSD 3-Clause "New" or "Revised" License
116 stars 18 forks source link

WAL should support FST #3

Closed eyck closed 2 years ago

eyck commented 2 years ago

The WAL kernel should be able to read also FST files as they are much more faster to read and consume less disk space

shareefj commented 2 years ago

+1

LucasKl commented 2 years ago

This is very high on our TODO list. I will look into it after I get back from my vacation :)

LucasKl commented 2 years ago

WAL now supports the fst format. FST files can be opened with the load function, just like with vcd files. Compared to vcd, fst does not suffer from the memory explosion problem and are very nice for huge traces.