From d6a294b784b835b8039fa16fb087e581c871d404 Mon Sep 17 00:00:00 2001 From: 404allen404 <145821852+404allen404@users.noreply.github.com> Date: Fri, 28 Jun 2024 09:25:21 +0800 Subject: [PATCH] Commentary: Fix typo in for --trace-max-array and --trace-max-width options (#5205) --- bin/verilator | 4 ++-- docs/CONTRIBUTORS | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/verilator b/bin/verilator index 7b0d6d5d0..c9edeec56 100755 --- a/bin/verilator +++ b/bin/verilator @@ -461,8 +461,8 @@ detailed descriptions of these arguments. --trace-coverage Enable tracing of coverage --trace-depth Depth of tracing --trace-fst Enable FST waveform creation - --trace-max-array Maximum bit width for tracing - --trace-max-width Maximum array depth for tracing + --trace-max-array Maximum array depth for tracing + --trace-max-width Maximum bit width for tracing --trace-params Enable tracing of parameters --trace-structs Enable tracing structure names --trace-threads Enable FST waveform creation on separate threads diff --git a/docs/CONTRIBUTORS b/docs/CONTRIBUTORS index 9b46ab26c..0b9636486 100644 --- a/docs/CONTRIBUTORS +++ b/docs/CONTRIBUTORS @@ -217,3 +217,4 @@ Zhanglei Wang Zhou Shen Zixi Li أحمد المحمودي +404allen404