diff --git a/Documentation/developer/guide/index.rst b/Documentation/developer/guide/index.rst index 677c35110..bd2ad2d74 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 9cb7dfcc8..4e58e9ef5 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 65aa06a37..89c73c0ff 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 9d6e38eac..6e3494b21 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 156dbe61d..011e1701b 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 f580f505f..1364e3bfa 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 7b7021e01..b9592fbe0 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>`