Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs/installing/requirements/simulator: add NVC #914

Merged
merged 1 commit into from
Apr 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,24 @@ VHDL only

* Tested with LLVM and mcode backends; GCC backend might work aswell.

* Support for using `GTKWave`_ to view waveforms.

* Works with versions >= 0.33.

.. HINT::

GHDL is a rolling project, it is therefore recommended to use the latest
`nightly release <https://github.com/ghdl/ghdl/releases/tag/nightly>`_ tarball.

* `NVC`_: Works with versions >= 1.9.

.. HINT::
GHDL and NVC support using `GTKWave`_ to view waveforms.

.. _Aldec Riviera-PRO: https://www.aldec.com/en/products/functional_verification/riviera-pro
.. _Aldec Active-HDL: https://www.aldec.com/en/products/fpga_simulation/active-hdl
.. _GHDL: https://github.com/ghdl/ghdl
.. _nightly release: https://github.com/ghdl/ghdl/releases/tag/nightly
.. _GTKWave: http://gtkwave.sourceforge.net/
.. _NVC: https://www.nickg.me.uk/nvc/

VHDL or SystemVerilog
^^^^^^^^^^^^^^^^^^^^^
Expand Down