mirror of https://github.com/YosysHQ/yosys.git
Docs: Section/folder for yosys source details
Move test_suites page into said folder. Placeholder page for building with verific.
This commit is contained in:
parent
2ffafadf22
commit
e18a2f1e27
|
@ -138,7 +138,8 @@ To use a compiler different than the default, use:
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
Refer to :doc:`/test_suites` for details on testing Yosys once compiled.
|
Refer to :doc:`/yosys_source/test_suites` for details on testing Yosys once
|
||||||
|
compiled.
|
||||||
|
|
||||||
Source tree and build system
|
Source tree and build system
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -193,7 +194,7 @@ directories:
|
||||||
|
|
||||||
``tests/``
|
``tests/``
|
||||||
This directory contains the suite of unit tests and regression tests used by
|
This directory contains the suite of unit tests and regression tests used by
|
||||||
Yosys. See :doc:`/test_suites`.
|
Yosys. See :doc:`/yosys_source/test_suites`.
|
||||||
|
|
||||||
The top-level Makefile includes :file:`frontends/{*}/Makefile.inc`,
|
The top-level Makefile includes :file:`frontends/{*}/Makefile.inc`,
|
||||||
:file:`passes/{*}/Makefile.inc` and :file:`backends/{*}/Makefile.inc`. So when
|
:file:`passes/{*}/Makefile.inc` and :file:`backends/{*}/Makefile.inc`. So when
|
||||||
|
|
|
@ -40,6 +40,6 @@ available, go to :ref:`commandindex`.
|
||||||
getting_started/index
|
getting_started/index
|
||||||
using_yosys/index
|
using_yosys/index
|
||||||
yosys_internals/index
|
yosys_internals/index
|
||||||
test_suites
|
yosys_source/index
|
||||||
|
|
||||||
appendix
|
appendix
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
Compiling with Verific library
|
||||||
|
------------------------------
|
|
@ -0,0 +1,7 @@
|
||||||
|
Yosys source details
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
|
||||||
|
build_verific
|
||||||
|
test_suites
|
Loading…
Reference in New Issue