Skip to content

Commit 387ac09

Browse files
authored
Merge pull request #2447 from Pinata-Consulting/variables-generate-abstract
variables: ABSTRACT_SOURCE is only used when generating abstract
2 parents 82787bc + ceafd0b commit 387ac09

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

flow/scripts/generate_abstract.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source $::env(SCRIPTS_DIR)/load.tcl
2+
erase_non_stage_variables generate_abstract
23

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

flow/scripts/variables.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,3 +579,8 @@ USE_FILL:
579579
SEAL_GDS:
580580
description: >
581581
Seal macro to place around the design.
582+
ABSTRACT_SOURCE:
583+
description: >
584+
Which .odb file to use to create abstract
585+
stages:
586+
- generate_abstract

0 commit comments

Comments
 (0)