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.
1 parent 6a47bb8 commit 2b69e25Copy full SHA for 2b69e25
flow/util/generate-vars.sh
@@ -46,13 +46,6 @@ while read -r VAR; do
46
# skip variables that match the exclude patterns
47
continue
48
fi
49
- # handle special case where the variable needs to be splitted in Tcl code
50
- if [[ "${name}" == "GND_NETS_VOLTAGES" || "${name}" == "PWR_NETS_VOLTAGES" ]]; then
51
- echo "export ${name}='${value}'" >> $1.sh
52
- echo "set env(${name}) ${value}" >> $1.tcl
53
- echo "set env ${name} ${value}" >> $1.gdb
54
- continue
55
- fi
56
57
# convert absolute paths if possible to use FLOW_HOME variable
58
if [[ "${name}" == *"SCRIPTS_DIR"* ]]; then
0 commit comments