mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-04 14:36:10 +00:00
Some more explanations
This commit is contained in:
parent
782f9ddd24
commit
3af45e7d04
1 changed files with 14 additions and 0 deletions
|
|
@ -16,6 +16,20 @@ tests.
|
||||||
cmake -B build .
|
cmake -B build .
|
||||||
cmake --build build --target test --parallel $(nproc)
|
cmake --build build --target test --parallel $(nproc)
|
||||||
|
|
||||||
|
.. warning::
|
||||||
|
|
||||||
|
There are limitations when using `Ninja` as generator, so we suggest using
|
||||||
|
`Unix Makefiles` to make running tests in parallel possible. However, it is
|
||||||
|
possible to use it directly by running:
|
||||||
|
|
||||||
|
.. code:: console
|
||||||
|
|
||||||
|
cd tests
|
||||||
|
make -j9
|
||||||
|
|
||||||
|
Please note that in this case default build directory is `build` but can be
|
||||||
|
overwritten by providing `BUILD_DIR` variable.
|
||||||
|
|
||||||
Vanilla tests
|
Vanilla tests
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue