mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-04 13:54:07 +00:00
Merge pull request #310 from sporniket/patch-1
[docs] instruct to clone yosys with '--recurse-submodules'
This commit is contained in:
commit
44c44097f8
|
@ -63,7 +63,7 @@ Note that this will install Yosys, Yosys-SMTBMC and ABC (as ``yosys-abc``):
|
|||
|
||||
.. code-block:: text
|
||||
|
||||
git clone https://github.com/YosysHQ/yosys
|
||||
git clone https://github.com/YosysHQ/yosys --recurse-submodules
|
||||
cd yosys
|
||||
make -j$(nproc)
|
||||
sudo make install
|
||||
|
|
Loading…
Reference in a new issue