File tree Expand file tree Collapse file tree
_build/images/open_pdks/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
3-
43export SCRIPT_DIR=$TOOLS /osic-multitool
54
65if [ ! -d " $PDK_ROOT " ]; then
@@ -36,7 +35,7 @@ if [ -d "$PDK_ROOT/sky130A" ]; then
3635 " $SCRIPT_DIR /iic-spice-model-red.py" sky130.lib.spice sf
3736 " $SCRIPT_DIR /iic-spice-model-red.py" sky130.lib.spice fs
3837
39- # Add custom bindkeys
38+ # Add custom bindkeys for Magic
4039 echo " # Custom bindkeys for ICD" >> " $PDK_ROOT /sky130A/libs.tech/magic/sky130A.magicrc"
4140 echo " source $SCRIPT_DIR /iic-magic-bindkeys" >> " $PDK_ROOT /sky130A/libs.tech/magic/sky130A.magicrc"
4241
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
3+ export SCRIPT_DIR=$TOOLS /osic-multitool
34cd /tmp || exit 1
45
56if [ ! -d " $PDK_ROOT " ]; then
@@ -42,6 +43,10 @@ if [ ! -f ../xyce/plugins/Xyce_Plugin_PSP103_VA.so ] || [ ! -f ../xyce/plugins/X
4243 exit 1
4344fi
4445
46+ # Add custom bindkeys for Magic
47+ echo " # Custom bindkeys for ICD" >> " $PDK_ROOT /$PDK /libs.tech/magic/$PDK .magicrc"
48+ echo " source $SCRIPT_DIR /iic-magic-bindkeys" >> " $PDK_ROOT /$PDK /libs.tech/magic/$PDK .magicrc"
49+
4550# remove testing folders to save space
4651cd " $PDK_ROOT /$PDK "
4752find . -name " testing" -print0 | xargs -0 rm -rf
You can’t perform that action at this time.
0 commit comments