From b0d99478e825f8a0b1ee5f87135f669f35d6e72b Mon Sep 17 00:00:00 2001 From: Mateusz Gancarz Date: Tue, 4 Mar 2025 08:46:24 +0100 Subject: [PATCH] [#74021] place --trace-saif flag info in alphabetical order --- bin/verilator | 2 +- docs/guide/exe_verilator.rst | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/verilator b/bin/verilator index d643ae7bc..666e0e22c 100755 --- a/bin/verilator +++ b/bin/verilator @@ -477,10 +477,10 @@ detailed descriptions of these arguments. --trace-coverage Enable tracing of coverage --trace-depth Depth of tracing --trace-fst Enable FST waveform creation - --trace-saif Enable SAIF file creation --trace-max-array Maximum array depth for tracing --trace-max-width Maximum bit width for tracing --trace-params Enable tracing of parameters + --trace-saif Enable SAIF file creation --trace-structs Enable tracing structure names --trace-threads Enable FST waveform creation on separate threads --no-trace-top Do not emit traces for signals in the top module generated by verilator diff --git a/docs/guide/exe_verilator.rst b/docs/guide/exe_verilator.rst index 900796fa1..c8f65a76d 100644 --- a/docs/guide/exe_verilator.rst +++ b/docs/guide/exe_verilator.rst @@ -1610,10 +1610,6 @@ Summary: Enable FST waveform tracing in the model. This overrides :vlopt:`--trace`. See also :vlopt:`--trace-threads` option. -.. option:: --trace-saif - - Enable SAIF tracing in the model. This overrides :vlopt:`--trace`. - .. option:: --trace-max-array Rarely needed. Specify the maximum array depth of a signal that may be @@ -1630,6 +1626,10 @@ Summary: Disable tracing of parameters. +.. option:: --trace-saif + + Enable SAIF tracing in the model. This overrides :vlopt:`--trace`. + .. option:: --trace-structs Enable tracing to show the name of packed structure, union, and packed