blob: b528d63c5ab545db0cfd2135ead52ed3e1469b78 [file] [log] [blame]
Mohamed Kassem7a3f4782020-10-27 12:31:18 -07001#!/bin/bash
2
3export MAGTYPE=maglef ;
4export BASE=/home/mk/zooz/ ;
5export PDKPATH=$BASE/pdks/ef-skywater-s8/EFS8A ;
6
7magic -dnull -noconsole -rcfile $PDKPATH/libs.tech/magic/current/EFS8A.magicrc <<EOF
8gds polygon subcell true
9gds warning default
10gds read $1.gds
11load $1.mag
12save $1.mag
13writeall force
14select top cell
15extract style ngspice(si)
16extract
17ext2spice hierarchy on
18ext2spice format ngspice
19ext2spice cthresh infinite
20ext2spice rthresh infinite
21ext2spice renumber offS
22ext2spice scale off
23ext2spice blackbox on
24ext2spice subcircuit top auto
25ext2spice global off
26ext2spice $1.ext
27quit -noprompt
28EOF