Skip to content

Commit d42b24e

Browse files
authored
Merge pull request #7841 from Pinata-Consulting/bazel-readme-gaffe
bazel: fix gaffe in README.md example
2 parents bf4f697 + 9fdca61 commit d42b24e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/orfs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The `/tmp/place/make` script, if `FLOW_HOME` is set, will use a local ORFS and O
8080

8181
More explictly ORFS only:
8282

83-
make --file=~/OpenROAD-flow-scripts/flow/Makefile -C /tmp/place/_main/ DESIGN_CONFIG=config.mk do-place
83+
make --file=~/OpenROAD-flow-scripts/flow/Makefile -C /tmp/place/_main WORK_HOME=test/orfs/mock-array DESIGN_CONFIG=config.mk do-place
8484

8585
This is a bit more verbose, but eliminates any concerns about what the `/tmp/place/make` might be doing differently than ORFS only.
8686

0 commit comments

Comments
 (0)