mirror of https://github.com/YosysHQ/yosys.git
Docs: Some other fixes
This commit is contained in:
parent
8145461c78
commit
6431534c24
|
@ -30,10 +30,9 @@ keyword: Frontends
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
The Verific frontend for Yosys, which provides the :cmd:ref:`verific`
|
The Verific frontend for Yosys, which provides the :cmd:ref:`verific`
|
||||||
command, requires the commercial `Tabby CAD Suite`_. This is not the same as
|
command, requires Yosys to be built with Verific. This is not the same as
|
||||||
simply having a Verific license when using Yosys.
|
simply having a Verific license when using Yosys. Check
|
||||||
|
:doc:`/yosys_internals/extending_yosys/build_verific` for more.
|
||||||
.. _Tabby CAD Suite: https://www.yosyshq.com/tabby-cad-datasheet
|
|
||||||
|
|
||||||
Others:
|
Others:
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,6 @@ Writing extensions
|
||||||
|
|
||||||
.. todo:: update to use :file:`/code_examples/extensions/test*.log`
|
.. todo:: update to use :file:`/code_examples/extensions/test*.log`
|
||||||
|
|
||||||
.. todo:: should this be moved to yosys_source section?
|
|
||||||
|
|
||||||
This chapter contains some bits and pieces of information about programming
|
This chapter contains some bits and pieces of information about programming
|
||||||
yosys extensions. Don't be afraid to ask questions on the YosysHQ Slack.
|
yosys extensions. Don't be afraid to ask questions on the YosysHQ Slack.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue