We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57c420 commit 4c70bd9Copy full SHA for 4c70bd9
flow/scripts/cts.tcl
@@ -47,11 +47,11 @@ detailed_placement
47
48
estimate_parasitics -placement
49
50
-if { [env_var_equals CTS_SNAPSHOTS 1] } {
+if { $::env(CTS_SNAPSHOTS) } {
51
save_progress 4_1_pre_repair_hold_setup
52
}
53
54
-if { ![env_var_equals SKIP_CTS_REPAIR_TIMING 1] } {
+if { !$::env(SKIP_CTS_REPAIR_TIMING) } {
55
if { $::env(EQUIVALENCE_CHECK) } {
56
write_eqy_verilog 4_before_rsz.v
57
0 commit comments