mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 12:28:44 +00:00
Blocking tasks are now capital TODO (compared to non-blocking todo). Updated some of the todos. Added note about which intel synth does which families. Rename extended Yosys universe to Yosys family. Added brief text to landing page, and also a note about the restructure and where to find old docs. Moved todolist above ToC in preparation for disabling it in the config (so that it doesn't need it's own header). Fixed pdf build, was previously breaking on trying to include the svg badges.
21 lines
611 B
ReStructuredText
21 lines
611 B
ReStructuredText
Test suites
|
|
===========
|
|
|
|
.. todo:: more about the included test suite
|
|
|
|
Automatic testing
|
|
-----------------
|
|
|
|
The `Yosys Git repo`_ has automatic testing of builds and running of the
|
|
included test suite on the following platforms:
|
|
|
|
.. only:: html
|
|
|
|
- Ubuntu 20.04 (Focal Fossa) |test-linux|
|
|
- macOS 11 (Big Sur) |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=master
|
|
.. |test-macos| image:: https://github.com/YosysHQ/yosys/actions/workflows/test-macos.yml/badge.svg?branch=master
|