https://github.com/bluecmd/fst-example
Example how to use the Fast Signal Trace (FST) format and library
https://github.com/bluecmd/fst-example
fst gtkwave vcd
Last synced: 8 months ago
JSON representation
Example how to use the Fast Signal Trace (FST) format and library
- Host: GitHub
- URL: https://github.com/bluecmd/fst-example
- Owner: bluecmd
- License: bsd-3-clause
- Created: 2020-09-10T19:57:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T21:04:53.000Z (over 5 years ago)
- Last Synced: 2025-09-11T18:56:21.871Z (9 months ago)
- Topics: fst, gtkwave, vcd
- Language: C
- Homepage:
- Size: 113 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fst-example
Example how to use the Fast Signal Trace (FST) format and library.

This uses the C library from GTKwave (via Verilator).
The library appears to not be packaged as a stand-alone library so
it has to be included in a bit non-conventional manner.
## Usage
Run `make wave` to execute the example and load it up in GTKwave.
## Samples
The `samples` directory contains potentially interesting FST files from the real world.
It can be used for playing with the library or as test vectors for an implementation.