Add support for FST (fast signal trace) files #7
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Yehowshua/FastWaveBackend#7
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The FST format is often used when working with large traces. It is more compact and faster than VCD.
https://github.com/semify-eda/fstdumper is an FST reader/writer library.
Yes, support for FST is being considered. One thing I'd really like to do however is keep only Rust code in the codebase.
How hard would it be to convert fstdumper to Rust, if I were to use fstdumper as a reference for a Rust version?
I'm sure you'll have a better idea than me about how much effort it is.
It would be less effort to wrap the C, of course :)
FYI, there is an alternative library for FST (released after this was opened): https://docs.rs/fstapi/latest/fstapi/
(Although, naturally, it would be nice to have the same API etc independent of underlying file format.)