Fix some documentation links
This commit is contained in:
parent
5d8fcdd7bc
commit
9a7d852782
|
|
@ -5,7 +5,7 @@ Reporting Issues
|
|||
The developers of and contributers to Icarus Verilog use github to track
|
||||
issues and to create patches for the product. If you believe you have found a
|
||||
problem, use the Issues tracker at the
|
||||
`Icarus Verilog github page <https://github.com/steveicarus/iverilog>`_.
|
||||
`Icarus Verilog github page <https://github.com/steveicarus/iverilog>`__.
|
||||
|
||||
You may browse the bugs database for existing
|
||||
bugs that may be related to yours. You might find that your bug has
|
||||
|
|
@ -13,7 +13,7 @@ already been fixed in a later release or snapshot. If that's the case,
|
|||
then you are set.
|
||||
|
||||
On the main page, you will find a row of selections near the top. Click the
|
||||
`Issues <https://github.com/steveicarus/iverilog/issues>`_ link to get to the
|
||||
`Issues <https://github.com/steveicarus/iverilog/issues>`__ link to get to the
|
||||
list of issues, open and closed. You will find a friendly green button where
|
||||
you can create a new issue. You will be asked to create a title for your
|
||||
issue, and to write a detailed description of your issue. Please include
|
||||
|
|
|
|||
|
|
@ -5,17 +5,17 @@ To view waveforms, either GTKWave or Surfer can be used.
|
|||
|
||||
GTKWave is a waveform viewer based on the GTK library. This viewer supports
|
||||
VCD, FST, LXT, and LXT2 formats for waveform dumps. GTKWave is available on GitHub
|
||||
`here <https://github.com/gtkwave/gtkwave>`_. Most Linux distributions already
|
||||
`here <https://github.com/gtkwave/gtkwave>`__. Most Linux distributions already
|
||||
include gtkwave prepackaged and there are binaries for Windows available.
|
||||
|
||||
.. image:: GTKWave_Example2.png
|
||||
|
||||
Surfer is a waveform viewer based on the Rust egui library. This viewer supports
|
||||
VCD and FST formats for waveform dumps. Surfer is available on GitLab
|
||||
`here <https://gitlab.com/surfer-project/surfer>`_. It runs on Windows, Linux,
|
||||
and MacOS, but can also run in a `web browser <https://app.surfer-project.org/>`_
|
||||
`here <https://gitlab.com/surfer-project/surfer>`__. It runs on Windows, Linux,
|
||||
and MacOS, but can also run in a `web browser <https://app.surfer-project.org/>`__
|
||||
and there is a VS Code
|
||||
`extension <https://marketplace.visualstudio.com/items?itemName=surfer-project.surfer>`_.
|
||||
`extension <https://marketplace.visualstudio.com/items?itemName=surfer-project.surfer>`__.
|
||||
|
||||
Generating waveform dump files for viewing
|
||||
------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue