Commit 17b85d1
committed
flow: pass CTS_DPL_DISPLACEMENT to post-CTS detailed_placement
Seed `dpl_args` from `env_var_or_empty CTS_DPL_DISPLACEMENT` instead
of the empty list, so callers can pass extra flags (typically
`-max_displacement <row> <site>`) to the detailed_placement run
immediately after CTS without having to fork the script.
When the env var is unset, `env_var_or_empty` returns "" and the
`{*}$dpl_args` expansion is a no-op — behavior matches the prior
`{}` initialization exactly.
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>1 parent b23706a commit 17b85d1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments