Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
VERILATOR_GANTT(1)		  User Commands 	      VERILATOR_GANTT(1)

NAME
     verilator_gantt - Create Gantt chart of Verilator multi-threaded execution

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

     Create Gantt chart of Verilator 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_verila-
     tor_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 output

     This program is free software; you can redistribute it and/or modify it un-
     der the terms of either the GNU Lesser General Public License Version 3  or
     the Perl Artistic License Version 2.0.

     SPDX-FileCopyrightText:  2018-2026  Wilson  Snyder SPDX-License-Identifier:
     LGPL-3.0-only OR Artistic-2.0

verilator_gantt -		   August 2026		      VERILATOR_GANTT(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=verilator_gantt&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help