Skip to content

Commit 5a0b556

Browse files
oharboeclaude
andcommitted
Clarify CORNERS uses uppercase for per-corner LIB_FILES
read_liberty.tcl uppercases the corner name via [string toupper], so "slow" maps to SLOW_LIB_FILES. Document this to remove ambiguity. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
1 parent c9ecd6c commit 5a0b556

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

flow/scripts/variables.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,9 @@ CORNER:
131131
CORNERS:
132132
description: >
133133
List of timing corner names for multi-corner analysis (e.g. "slow fast").
134-
When set, liberty files are loaded per corner using [CORNER]_LIB_FILES
135-
environment variables and timing models are generated per corner.
134+
When set, liberty files are loaded per corner using uppercase
135+
<CORNER>_LIB_FILES environment variables (e.g. corner "slow" reads
136+
SLOW_LIB_FILES) and timing models are generated per corner.
136137
stages:
137138
- All stages
138139
TECH_LEF:

0 commit comments

Comments
 (0)