We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82787bc + ceafd0b commit 387ac09Copy full SHA for 387ac09
flow/scripts/generate_abstract.tcl
@@ -1,4 +1,5 @@
1
source $::env(SCRIPTS_DIR)/load.tcl
2
+erase_non_stage_variables generate_abstract
3
4
set stem [expr {[env_var_exists_and_non_empty ABSTRACT_SOURCE] ? $::env(ABSTRACT_SOURCE) : "6_final"}]
5
flow/scripts/variables.yaml
@@ -579,3 +579,8 @@ USE_FILL:
579
SEAL_GDS:
580
description: >
581
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