diff --git a/Makefile.in b/Makefile.in index a04a1f93d..ec395ef6a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -192,7 +192,7 @@ examples: all_nomsg # Docs .PHONY: docs -docs: info +docs: info $(VL_INST_MAN_FILES) info: $(INFOS) diff --git a/bin/verilator b/bin/verilator index 6f8f5ae35..769f3fb03 100755 --- a/bin/verilator +++ b/bin/verilator @@ -269,8 +269,7 @@ __END__ =head1 NAME -Verilator - Translate and simulate SystemVerilog code using C++/SystemC - +Verilator - Lint, compile and simulate SystemVerilog code using C++/SystemC =head1 SYNOPSIS diff --git a/bin/verilator_gantt b/bin/verilator_gantt index 2f5fb5ec1..94f52870d 100755 --- a/bin/verilator_gantt +++ b/bin/verilator_gantt @@ -521,7 +521,7 @@ def write_vcd(filename): parser = argparse.ArgumentParser( allow_abbrev=False, formatter_class=argparse.RawDescriptionHelpFormatter, - description="""Create Gantt chart of multi-threaded execution. + description="""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 diff --git a/bin/verilator_profcfunc b/bin/verilator_profcfunc index 434fe2823..60c5a428a 100755 --- a/bin/verilator_profcfunc +++ b/bin/verilator_profcfunc @@ -164,7 +164,7 @@ def profcfunc(filename): parser = argparse.ArgumentParser( allow_abbrev=False, formatter_class=argparse.RawDescriptionHelpFormatter, - description="""Read gprof report created with --prof-cfuncs. + description="""Read gprof report created with Verilator --prof-cfuncs Verilator_profcfunc reads a profile report created by gprof. The names of the functions are then transformed, assuming the user used Verilator's