-
Notifications
You must be signed in to change notification settings - Fork 411
Add REPAIR_TIMING_MAX_PASSES_PER_ITER parameters
#2591
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -312,6 +312,12 @@ IO_PLACER_V: | |
| stages: | ||
| - floorplan | ||
| - place | ||
| FP_REPAIR_TIMING_MAX_PASSES_PER_ITER: | ||
| description: > | ||
| Maximum number of repairs per iteration during repair_timing, called from floorplan. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. more magic values? Every option makes a feature twice as hard to use. |
||
| default: 20 | ||
| stages: | ||
| - floorplan | ||
| GUI_TIMING: | ||
| description: > | ||
| Load timing information when opening GUI. For large designs, this can | ||
|
|
@@ -708,6 +714,12 @@ CTS_CLUSTER_SIZE: | |
| default: 50 | ||
| stages: | ||
| - cts | ||
| CTS_REPAIR_TIMING_MAX_PASSES_PER_ITER: | ||
| description: > | ||
| Maximum number of repairs per iteration during repair_timing, called from CTS. | ||
| default: 20 | ||
| stages: | ||
| - cts | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A proliferation of the same variable for the same operation. This multiplies the number of variables... Not ideal... |
||
| CTS_SNAPSHOT: | ||
| description: > | ||
| Creates ODB/SDC files prior to clock net and setup/hold repair. | ||
|
|
@@ -739,6 +751,12 @@ GLOBAL_ROUTE_ARGS: | |
| stages: | ||
| - grt | ||
| default: -congestion_iterations 30 -congestion_report_iter_step 5 -verbose | ||
| GRT_REPAIR_TIMING_MAX_PASSES_PER_ITER: | ||
| description: > | ||
| Maximum number of repairs per iteration during repair_timing, called from GRT. | ||
| default: 20 | ||
| stages: | ||
| - grt | ||
| MATCH_CELL_FOOTPRINT: | ||
| description: > | ||
| Enforce sizing operations to only swap cells that have the same layout | ||
|
|
||
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.
remove quotes, not needed in .tcl