mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-08 23:23:25 +00:00
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
5 changed files with 13 additions and 3 deletions
2
docs/source/yosys_source/build_verific.rst
Normal file
2
docs/source/yosys_source/build_verific.rst
Normal file
|
@ -0,0 +1,2 @@
|
|||
Compiling with Verific library
|
||||
------------------------------
|
7
docs/source/yosys_source/index.rst
Normal file
7
docs/source/yosys_source/index.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
Yosys source details
|
||||
--------------------
|
||||
|
||||
.. toctree::
|
||||
|
||||
build_verific
|
||||
test_suites
|
25
docs/source/yosys_source/test_suites.rst
Normal file
25
docs/source/yosys_source/test_suites.rst
Normal file
|
@ -0,0 +1,25 @@
|
|||
Testing Yosys
|
||||
=============
|
||||
|
||||
.. todo:: more about the included test suite
|
||||
|
||||
Automatic testing
|
||||
-----------------
|
||||
|
||||
.. only:: html
|
||||
|
||||
The `Yosys Git repo`_ has automatic testing of builds and running of the
|
||||
included test suite on the following platforms:
|
||||
|
||||
- Ubuntu |test-linux|
|
||||
- macOS |test-macos|
|
||||
|
||||
.. _Yosys Git repo: https://github.com/YosysHQ/yosys
|
||||
|
||||
.. |test-linux| image:: https://github.com/YosysHQ/yosys/actions/workflows/test-linux.yml/badge.svg?branch=main
|
||||
.. |test-macos| image:: https://github.com/YosysHQ/yosys/actions/workflows/test-macos.yml/badge.svg?branch=main
|
||||
|
||||
For up to date information, including OS versions, refer to `the git actions
|
||||
page`_.
|
||||
|
||||
.. _the git actions page: https://github.com/YosysHQ/yosys/actions
|
Loading…
Add table
Add a link
Reference in a new issue