Sign in
◑
Theme
foss-eda-tools
/
third_party
/
shuttle
/
sky130
/
mpw-003
/
slot-015
/
47fcca041db7c772d3da4aad2735d56f190ccae3
/
.
/
gds
/
uniqify.sh
blob: e60e2b90405096d8d93a8d1a89594c3cf1f4630a [
file
]
#!/bin/bash
for
f
in
*.
gds
do
~/
openram
/
compiler
/
prefixGDS
.
py $
(
basename $f
.
gds
)
$f new_$
(
basename $f
.
gds
)
done