mirror of
https://github.com/YosysHQ/sby.git
synced 2025-09-02 17:50:44 +00:00
Add note on docs to clarify verific support
Having a verific license does not provide access to the verific frontend. This helps to make that clearer.
This commit is contained in:
parent
641d5d55fa
commit
7f1853bd78
3 changed files with 20 additions and 5 deletions
|
@ -2,6 +2,14 @@
|
|||
SystemVerilog, VHDL, SVA
|
||||
========================
|
||||
|
||||
.. note::
|
||||
|
||||
This document describes features only available with the commercial `Tabby
|
||||
CAD Suite`_ and the included Verific frontend. This is not the same as simply
|
||||
having a Verific license when using Yosys.
|
||||
|
||||
.. _Tabby CAD Suite: https://www.yosyshq.com/tabby-cad-datasheet
|
||||
|
||||
Run ``verific -sv <files>`` in the ``[script]`` section of you ``.sby`` file
|
||||
to read a SystemVerilog source file, and ``verific -vhdl <files>`` to read a
|
||||
VHDL source file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue