Sign in
foss-eda-tools
/
third_party
/
opencircuitdesign.com
/
open_pdks
/
414a6116a64918c99fd8426ac4a8f4098f640960
/
.
/
runtime
/
changetech.sh
blob: 383aac66cf1c84ae9d112dfa70d08faba705dabb [
file
]
#!/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