mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 12:28:44 +00:00
Includes CAD suite info and details on the OSS CAD suite nightly build targets. Instructions for building from source, largely based on the readme but with some minor modifications. Tests are still WIP, but we replaced the old test suites with a brief comment on the github workflow tests. Still needs more on the tests themselves and how to run them locally. Also an extra todo on the index page.
19 lines
589 B
ReStructuredText
19 lines
589 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:
|
|
|
|
- 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
|