Skip to content

Commit 3fcaf07

Browse files
committed
Fix LIB_FILES_<corner> to <corner>_LIB_FILES
The platforms are all setup in the latter style Signed-off-by: Matt Liberty <[email protected]>
1 parent 4f99f1d commit 3fcaf07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/read_liberty.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if {[info exists ::env(CORNERS)]} {
1010
# corners
1111
define_corners {*}$::env(CORNERS)
1212
foreach corner $::env(CORNERS) {
13-
set LIBKEY "LIB_FILES_[string toupper $corner]"
13+
set LIBKEY "[string toupper $corner]_LIB_FILES"
1414
foreach libFile $::env($LIBKEY) {
1515
read_liberty -corner $corner $libFile
1616
}

0 commit comments

Comments
 (0)