verilator_gantt - Man Page

manual page for verilator_gantt -

Description

usage: verilator_gantt [-h] [--debug] [--no-vcd] [--vcd VCD] filename

Create Gantt chart of multi-threaded execution.

Verilator_gantt creates a visual representation to help analyze Verilator #xmultithreaded simulation performance, by showing when each macro-task #xstarts and ends, and showing when each thread is busy or idle.

For documentation see https://verilator.org/guide/latest/exe_verilator_gantt.html

positional arguments

filename

input profile_exec.dat filename to process

options

-h, ā€‰--help

show this help message and exit

--debug

enable debug

--no-vcd

disable creating vcd

--vcd VCD

filename for vcd outpue

Info

April 2024 verilator_gantt -