Sign in
foss-eda-tools
/
third_party
/
opencircuitdesign.com
/
open_pdks
/
0ae3228c2edf7222e87fb0bdf096c872b8ee41f1
/
.
/
runtime
/
changetech.sh
blob: 383aac66cf1c84ae9d112dfa70d08faba705dabb [
file
] [
log
] [
blame
]
#!/bin/sh
#
# Example file converts the techname in all magic database files.
for
i
in
`ls *.mag`
;
do
/
ef
/
efabless
/
bin
/
preproc
.
py
-
DEFXH035A
=
EFXH035B $i
>
tmp
.
out
mv tmp
.
out $i
;
done