From ee021dbce4f04a28e90ecc8171c68aada6684fa3 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Tue, 31 Dec 2024 18:08:36 +0000 Subject: [PATCH] Fix whitespace in vvp flags on-line documentation. --- Documentation/usage/vvp_flags.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/usage/vvp_flags.rst b/Documentation/usage/vvp_flags.rst index 4b35b0d7e..1b58037b0 100644 --- a/Documentation/usage/vvp_flags.rst +++ b/Documentation/usage/vvp_flags.rst @@ -46,11 +46,13 @@ simulation. compile-time, there is no need to specify them again here. * -n + This flag makes $stop or a a synonym for $finish. It can be used to give the program a more meaningful interface when running in a non-interactive environment. * -N + This flag does the same thing as "-n", but results in an exit code of 1 if the stimulation calls $stop. It can be used to indicate a simulation failure when running a testbench.