question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Verilator: Offer option to use FST Tracer

See original GitHub issue

Hi,

very short proposal: Verilator includes FST-Wavedump support for some time now, enabling it would only require an option variabe and instantiating a VerilatedFstC instead of the vcd tracer.

FSTs are much more space efficient compared to vcd’s .

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
markusddcommented, Oct 22, 2020

Closing here as my PR was just accepted.

1reaction
cmarqucommented, Sep 8, 2020

@bluecmd Yes, sure!

Read more comments on GitHub >

github_iconTop Results From Across the Web

FAQ/Frequently Asked Questions — Verilator 5.005 ... - Veripool
Verilator provides basic FST support. To dump traces in FST format, add the --trace-fst option to Verilator and either A. use $dumpfile &...
Read more >
Verilator 5.005 documentation
The --trace-threads options can be used with --trace-fst to offload FST tracing using multiple threads. If --trace-threads is given without --threads ...
Read more >
Taking a New Look at Verilator - ZipCPU
This first step discussion for how to use Verilator will follow closely ... Specifically, we'll add the “–trace” option to the command line....
Read more >
Verilator Pt.1: Introduction - It's Embedded!
Why use Verilator? ⌗. Verilator is essentially a Verilog/SystemVerilog simulator. It's commercial-grade, super fast, free and open source, but ...
Read more >
How to trace specific signals using Verilator? - Stack Overflow
Add the /*verilator tracing_off*/ metacomment; Use the --trace-depth 1 option; FST (which you already tried); Write your trace files to a local ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found