From 6307057e8db8419b422361973aca0b435eb2bde1 Mon Sep 17 00:00:00 2001 From: Cary R Date: Sat, 10 Jun 2023 19:43:26 -0700 Subject: [PATCH] Fix space issues --- Documentation/developer/guide/index.rst | 4 ++-- Documentation/developer/guide/misc/xilinx-hint.rst | 2 +- Documentation/developer/guide/vpi/vpi.rst | 2 +- Documentation/developer/guide/vvp/index.rst | 2 +- Documentation/developer/guide/vvp/opcodes.rst | 2 +- Documentation/targets/tgt-sizer.rst | 2 +- Documentation/targets/tgt-vvp.rst | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Documentation/developer/guide/index.rst b/Documentation/developer/guide/index.rst index 677c351103..bd2ad2d745 100644 --- a/Documentation/developer/guide/index.rst +++ b/Documentation/developer/guide/index.rst @@ -8,10 +8,10 @@ source code itself, so that you can find the global parts where you can look for even better detail. The documentation for getting, building and installing Icarus Verilog -is kept and maintained at :doc:`Getting Started as a Contributer <../getting_started>` +is kept and maintained at :doc:`Getting Started as a Contributer <../getting_started>` See the Installation Guide for getting the current source from the git -repository (and how to use the git repository) and see the Developer Guide +repository (and how to use the git repository) and see the Developer Guide for instructions on participating in the Icarus Verilog development process. That information will not be repeated here. diff --git a/Documentation/developer/guide/misc/xilinx-hint.rst b/Documentation/developer/guide/misc/xilinx-hint.rst index 9cb7dfcc8b..4e58e9ef51 100644 --- a/Documentation/developer/guide/misc/xilinx-hint.rst +++ b/Documentation/developer/guide/misc/xilinx-hint.rst @@ -21,7 +21,7 @@ Procedural assignments have to be given one at a time, to be always @ (posedge Clk) Y = newY; always @ (posedge Clk) Z = newZ; - + rather than :: diff --git a/Documentation/developer/guide/vpi/vpi.rst b/Documentation/developer/guide/vpi/vpi.rst index 65aa06a375..89c73c0ff4 100644 --- a/Documentation/developer/guide/vpi/vpi.rst +++ b/Documentation/developer/guide/vpi/vpi.rst @@ -32,7 +32,7 @@ include implementations of private functions used to support VHDL. Compiling A VPI Module ---------------------- -See the documentation under: :doc:`Using VPI <../../../usage/vpi>` +See the documentation under: :doc:`Using VPI <../../../usage/vpi>` Tracing VPI Use --------------- diff --git a/Documentation/developer/guide/vvp/index.rst b/Documentation/developer/guide/vvp/index.rst index 9d6e38eac7..6e3494b216 100644 --- a/Documentation/developer/guide/vvp/index.rst +++ b/Documentation/developer/guide/vvp/index.rst @@ -10,4 +10,4 @@ VVP - Verilog Virtual Processor vpi vthread debug - + diff --git a/Documentation/developer/guide/vvp/opcodes.rst b/Documentation/developer/guide/vvp/opcodes.rst index 156dbe61d1..011e1701b8 100644 --- a/Documentation/developer/guide/vvp/opcodes.rst +++ b/Documentation/developer/guide/vvp/opcodes.rst @@ -531,7 +531,7 @@ the description when it is executed. The output is sent to stderr and the format of the output is: :: - + is the unsigned numeric file index. is the unsigned line number. is a string, if string is 0 then the following default diff --git a/Documentation/targets/tgt-sizer.rst b/Documentation/targets/tgt-sizer.rst index f580f505fe..1364e3bfa8 100644 --- a/Documentation/targets/tgt-sizer.rst +++ b/Documentation/targets/tgt-sizer.rst @@ -28,7 +28,7 @@ With this example code: out <= !out; end end - + assign blink = out; endmodule diff --git a/Documentation/targets/tgt-vvp.rst b/Documentation/targets/tgt-vvp.rst index 7b7021e01b..b9592fbe0d 100644 --- a/Documentation/targets/tgt-vvp.rst +++ b/Documentation/targets/tgt-vvp.rst @@ -60,4 +60,4 @@ Next are some directives. The first one, `:ivl_version` specifies which version Opcodes ------- -The various available opcodes can be seen in :doc:`Opcodes <../developer/guide/vvp/opcodes>` +The various available opcodes can be seen in :doc:`Opcodes <../developer/guide/vvp/opcodes>`