Skip to content

Commit f853b11

Browse files
committed
cleanup
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
1 parent 0b46c28 commit f853b11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flow/scripts/util.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ proc recover_power_helper { } {
7575

7676
proc extract_stage { input_file } {
7777
# Match the stage prefix on the basename, not the full path: an ancestor
78-
# dir like ".../4_slices/3_place.odb" would otherwise match "4_" -> stage 4.
78+
# dir like ".../4_something/3_place.odb" would otherwise match "4_" -> stage 4.
7979
set stage_file [file tail $input_file]
8080
if { ![regexp {^([0-9])_(?:([0-9])_)?} $stage_file match num1 num2] } {
8181
puts "Error: Could not determine design stage from $input_file"

0 commit comments

Comments
 (0)