Skip to content

Commit 2b69e25

Browse files
committed
makefile: retire moot and broken special casing of *_NETS_VOLTAGES
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 6a47bb8 commit 2b69e25

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

flow/util/generate-vars.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@ while read -r VAR; do
4646
# skip variables that match the exclude patterns
4747
continue
4848
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
5649

5750
# convert absolute paths if possible to use FLOW_HOME variable
5851
if [[ "${name}" == *"SCRIPTS_DIR"* ]]; then

0 commit comments

Comments
 (0)