We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49434c5 + 97b4db7 commit 4b3cbdeCopy full SHA for 4b3cbde
docs/user/BuildWithPrebuilt.md
@@ -49,7 +49,7 @@ Export path variables accordingly.
49
```
50
# these variables are used in flow/Makefile. Do make sure the yosys path is sourced.
51
export OPENROAD_EXE=$(command -v openroad)
52
-export YOSYS_CMD=$(shell command -v yosys)
+export YOSYS_CMD=$(command -v yosys)
53
54
# only if KLayout is built from source
55
export LD_LIBRARY_PATH="<klayout_location>/bin:$PATH"
0 commit comments