Skip to content

Commit f04a328

Browse files
committed
tcl: cleanup
dangling loop iteration variables is endemic in .tcl and .py code, don't pollute code trying to fix it Signed-off-by: Øyvind Harboe <[email protected]>
1 parent c22d243 commit f04a328

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flow/scripts/generate_abstract.tcl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ if { $design_stage >= 4 } {
2626
set_clock_latency -source 0 [all_clocks]
2727
puts "Generating abstract views"
2828
if { [env_var_exists_and_non_empty CORNERS] } {
29-
# corners
3029
foreach corner $::env(CORNERS) {
3130
log_cmd write_timing_model -corner $corner $::env(RESULTS_DIR)/$::env(DESIGN_NAME)_$corner.lib
3231
}
33-
unset corner
3432
} else {
3533
log_cmd write_timing_model $::env(RESULTS_DIR)/$::env(DESIGN_NAME)_typ.lib
3634
}

0 commit comments

Comments
 (0)