Releases: Minres/SCViewer
Releases · Minres/SCViewer
2024.02
2024.01
- Fixes a bug when locking FTR & FST files for reading which effectively prevents reloading
- Fixes restore issues when using having generator fibers in the waveform
Full Changelog: 2.19.0...2.19.3
2023.08.0
2023.06.0
- Adds support for FST file format used by Verilator, SCC, and gtkwave
- Updates FTR to match actual format spec (https://github.com/Minres/LWTR4SC/tree/main#fast-transaction-recording-ftr-format-description)
2023.02.0
- adds support for FTR (fast transaction recording) format, see https://github.com/Minres/LWTR4SC/blob/main/src/lwtr/cbor/chunked_writer.h#L350
- fixes a few selection issues
2022.06.0
2022.05.0
2021.12
2021.11
This release fixes the following tickets:
- Instead of or in addition to the Restore Default Zoom button, add Full Zoom Out button. (#62)
- Load multiple trace files and enable the possibility to view signals from different files in a single window. (#64)
- key shortcuts for actions like zoom in/out, go to next/prev event etc (#66)
- too many time values are shown on x Axis so that viewing is difficult; time formating on marker is different than other time values (#69)
- add full zoom and zoom between markers (once we had markers) (#70)
- marker is often hiding events underneath for highlighting and getting transaction details (#75)
- Implement help for keyboard shortcuts (#82)