Skip to content

Commit 9fdca61

Browse files
committed
bazel: fix gaffe in README.md example
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
1 parent bf4f697 commit 9fdca61

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)