Skip to content

Commit 4b3cbde

Browse files
authored
Merge pull request #1645 from dnltz/WIP/dnltz/fix-prebuild-command
docs: user: Fix YOSYS_CMD
2 parents 49434c5 + 97b4db7 commit 4b3cbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/BuildWithPrebuilt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Export path variables accordingly.
4949
```
5050
# these variables are used in flow/Makefile. Do make sure the yosys path is sourced.
5151
export OPENROAD_EXE=$(command -v openroad)
52-
export YOSYS_CMD=$(shell command -v yosys)
52+
export YOSYS_CMD=$(command -v yosys)
5353
5454
# only if KLayout is built from source
5555
export LD_LIBRARY_PATH="<klayout_location>/bin:$PATH"

0 commit comments

Comments
 (0)