https://github.com/silimate/vcd2fst
Convert VCD waveform file to FST waveform file
https://github.com/silimate/vcd2fst
Last synced: 5 months ago
JSON representation
Convert VCD waveform file to FST waveform file
- Host: GitHub
- URL: https://github.com/silimate/vcd2fst
- Owner: Silimate
- Created: 2024-12-21T00:22:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-23T07:24:21.000Z (5 months ago)
- Last Synced: 2026-02-23T15:46:16.229Z (5 months ago)
- Language: C
- Size: 107 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vcd2fst
Convert VCD waveform file to FST waveform file
## Dependencies and Licenses
- vcd2fst (https://github.com/gtkwave/gtkwave/tree/master/src/helpers, MIT)
- fstapi (https://github.com/gtkwave/gtkwave/tree/master/lib/libfst, MIT)
- lz4 (https://github.com/lz4/lz4, BSD 2-clause)
- fastlz (https://github.com/ariya/FastLZ, MIT)
- jrb (https://github.com/josborn8/libfdr, LGPL v2.1)
- backward-cpp (https://github.com/bombela/backward-cpp, MIT)
- elfutils (https://sourceware.org/elfutils/, LGPL v3.0)
- libdwarf (https://github.com/davea42/libdwarf-code, LGPL v2.1)
- libunwind (https://github.com/libunwind/libunwind, MIT)