-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AT doc update #2556
AT doc update #2556
Conversation
jeffng-or
commented
Nov 8, 2024
- Moved tune-specific arguments to their own section
- Added Defaults column to arguments since not documented
- minor typo fix in message
flow/scripts/variables.yaml
Outdated
Whether to perform metal density filling. | ||
default: 0 (=off) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whether to perform metal density filling. | |
default: 0 (=off) | |
Whether to perform metal density filling. (0 means off) | |
default: 0 |
this can keep defaults easily convertable to correct types
Signed-off-by: Jeff Ng <jeffng@precisioninno.com>
Signed-off-by: Jeff Ng <jeffng@precisioninno.com>
85e00ea
to
4b0fb4f
Compare
@@ -81,7 +81,7 @@ configuration file. | |||
| <a name="DESIGN_NICKNAME"></a>DESIGN_NICKNAME| DESIGN_NICKNAME just changes the directory name that ORFS outputs to be DESIGN_NICKNAME instead of DESIGN_NAME in case DESIGN_NAME is unwieldy or conflicts with a different design.| | | |||
| <a name="DETAILED_METRICS"></a>DETAILED_METRICS| If set, then calls report_metrics prior to repair operations in the CTS and global route stages| 0 | | |||
| <a name="DETAILED_ROUTE_ARGS"></a>DETAILED_ROUTE_ARGS| Add additional arguments for debugging purposes during detail route.| | | |||
| <a name="DETAILED_ROUTE_END_ITERATION"></a>DETAILED_ROUTE_END_ITERATION| Maximum number of iterations.| 64 | | |||
| <a name="DETAILED_ROUTE_END_ITERATION"></a>DETAILED_ROUTE_END_ITERATION| Maximum number of iterations| 64 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stray edit? I think it differs from variables.yaml
https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/blob/master/flow/scripts/variables.yaml
Closing this PR and using #2557 instead. 2557 only modifies the InstructionsForAutoTuner.md and distributed.py files. |