Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#2447 from Pinata-Consulting/v…
Browse files Browse the repository at this point in the history
…ariables-generate-abstract

variables: ABSTRACT_SOURCE is only used when generating abstract
  • Loading branch information
maliberty authored Oct 13, 2024
2 parents 82787bc + ceafd0b commit 387ac09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions flow/scripts/generate_abstract.tcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source $::env(SCRIPTS_DIR)/load.tcl
erase_non_stage_variables generate_abstract

set stem [expr {[env_var_exists_and_non_empty ABSTRACT_SOURCE] ? $::env(ABSTRACT_SOURCE) : "6_final"}]

Expand Down
5 changes: 5 additions & 0 deletions flow/scripts/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -579,3 +579,8 @@ USE_FILL:
SEAL_GDS:
description: >
Seal macro to place around the design.
ABSTRACT_SOURCE:
description: >
Which .odb file to use to create abstract
stages:
- generate_abstract

0 comments on commit 387ac09

Please sign in to comment.