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:
Krystine Sherwin 2024-08-22 10:03:58 +12:00
parent 2ffafadf22
commit e18a2f1e27
No known key found for this signature in database
5 changed files with 13 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,2 @@
Compiling with Verific library
------------------------------

View File

@ -0,0 +1,7 @@
Yosys source details
--------------------
.. toctree::
build_verific
test_suites