3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-12 00:23:35 +00:00

[docs] instruct to clone yosys with '--recurse-submodules'

Without using '--recurse-submodule', make fails to retrieve them before building.
This commit is contained in:
David SPORN 2024-11-19 06:58:01 +01:00 committed by GitHub
parent 26b387466d
commit 7fc7ed38ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,7 +63,7 @@ Note that this will install Yosys, Yosys-SMTBMC and ABC (as ``yosys-abc``):
.. code-block:: text .. code-block:: text
git clone https://github.com/YosysHQ/yosys git clone https://github.com/YosysHQ/yosys --recurse-submodules
cd yosys cd yosys
make -j$(nproc) make -j$(nproc)
sudo make install sudo make install