Unified at|docker_shell script#4010
Draft
luarss wants to merge 1 commit intoThe-OpenROAD-Project:masterfrom
Draft
Unified at|docker_shell script#4010luarss wants to merge 1 commit intoThe-OpenROAD-Project:masterfrom
at|docker_shell script#4010luarss wants to merge 1 commit intoThe-OpenROAD-Project:masterfrom
Conversation
… AutoTuner and ORFS workflows. Signed-off-by: Jack Luar <jluar@precisioninno.com>
Contributor
Author
|
@jeffng-or FYI |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes https://github.com/The-OpenROAD-Project-private/AutoTuner/issues/126
Diffs
at_shell/docker_shellscripts with a singleetc/docker_shellsupporting--image,--user,--orfs-flow,--port,--dry-run, and--helpflags.Mapping pwd to /OpenROAD-flow-scripts/flow (read-only)
etc/docker_shelldefaults to mountingpwdat/work, which is writable.To use the AT flow:
For the Rapidus/ORFS use case where pwd should overlay
/OpenROAD-flow-scripts/flow, pass--orfs-flow:etc/docker_shell --orfs-flow -- openroad -version 2>&1)Sourcing of ../env.sh
env.shis sourced automatically only in--orfs-flowmode, where/OpenROAD-flow-scripts/flowis the working directory and OR tools need to be added toPATH.Image selection priority
--image IMAGEflag$OR_IMAGEenvironment variableopenroad/orfs:latest(built-in default)@jeffng-or FYI