Internals: Cleanup some docstrfmt issues.

This commit is contained in:
Wilson Snyder
2025-12-20 22:41:26 -05:00
parent fa99e7b697
commit 32dafdcc61
11 changed files with 48 additions and 41 deletions
+1 -2
View File
@@ -39,8 +39,7 @@ Breaking this command down:
#. :vlopt:`-j` `0` to Verilate using use as many CPU threads as the machine
has.
#. :vlopt:`-Wall` so Verilator has stronger lint warnings
enabled.
#. :vlopt:`-Wall` so Verilator has stronger lint warnings enabled.
#. An finally, :command:`our.v`, which is our SystemVerilog design file.