Skip to content

Commit 4c70bd9

Browse files
committed
cts: use default env values
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent e57c420 commit 4c70bd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow/scripts/cts.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ detailed_placement
4747

4848
estimate_parasitics -placement
4949

50-
if { [env_var_equals CTS_SNAPSHOTS 1] } {
50+
if { $::env(CTS_SNAPSHOTS) } {
5151
save_progress 4_1_pre_repair_hold_setup
5252
}
5353

54-
if { ![env_var_equals SKIP_CTS_REPAIR_TIMING 1] } {
54+
if { !$::env(SKIP_CTS_REPAIR_TIMING) } {
5555
if { $::env(EQUIVALENCE_CHECK) } {
5656
write_eqy_verilog 4_before_rsz.v
5757
}

0 commit comments

Comments
 (0)