From 7fc7ed38aefa5ff32cd4adc9a018ee92d7ed6f87 Mon Sep 17 00:00:00 2001 From: David SPORN Date: Tue, 19 Nov 2024 06:58:01 +0100 Subject: [PATCH] [docs] instruct to clone yosys with '--recurse-submodules' Without using '--recurse-submodule', make fails to retrieve them before building. --- docs/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index ba578d20..cb125ead 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -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