# fst-example **Repository Path**: LqhGit/fst-example ## Basic Information - **Project Name**: fst-example - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-15 - **Last Updated**: 2024-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fst-example Example how to use the Fast Signal Trace (FST) format and library. ![gtkwave screenshot](example.png) 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.