Commit bf8e8e3
committed
detailed route: remove ORFS vars that are unused
Detailed route allows passing any option directly to
the detailed_route openroad command via the DETAILED_ROUTE_ARGS environment
variable. This allows config.mk to pass any option to
detailed routing and also external tools, like Autotuner.
The ORFS variables that are in detail_route.tcl now are
used by the PDK to provide defaults or from config.mk
project files.
This commit was written after a discussion about what
ORFS should expose and serves as an example of some
careful "Bonasai pruning".
This commit follows the principle that simple common usage
should be simple, complicated or uncommon use-cases
should be possible.
Signed-off-by: Øyvind Harboe <[email protected]>1 parent 3fb524c commit bf8e8e3
2 files changed
+0
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | 154 | | |
156 | 155 | | |
157 | 156 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 13 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 14 | | |
22 | 15 | | |
23 | 16 | | |
| |||
40 | 33 | | |
41 | 34 | | |
42 | 35 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 36 | | |
47 | 37 | | |
48 | 38 | | |
| |||
0 commit comments