Skip to content

Commit ceafd0b

Browse files
committed
variables: ABSTRACT_SOURCE is only used when generating abstract
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 51286a1 commit ceafd0b

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
@@ -526,3 +526,8 @@ USE_FILL:
526526
SEAL_GDS:
527527
description: >
528528
Seal macro to place around the design.
529+
ABSTRACT_SOURCE:
530+
description: >
531+
Which .odb file to use to create abstract
532+
stages:
533+
- generate_abstract

0 commit comments

Comments
 (0)