Revised the LVS run scripts to use $PDK_ROOT instead of a hard-

coded path.
This commit is contained in:
Tim Edwards 2021-12-07 10:32:22 -05:00
parent c3fc004072
commit 79828c00b3
4 changed files with 12 additions and 4 deletions

View File

@ -1,7 +1,9 @@
#!/bin/bassh
#
PDK_ROOT ?= /usr/share/pdk
if [ ! -f caravan.spice ]; then
magic -dnull -noconsole -rcfile /usr/share/pdk/sky130A/libs.tech/magic/sky130A.magicrc << EOF
magic -dnull -noconsole -rcfile $PDK_ROOT/sky130A/libs.tech/magic/sky130A.magicrc << EOF
drc off
crashbackups stop
load caravan

View File

@ -1,7 +1,9 @@
#!/bin/bash
#
PDK_ROOT ?= /usr/share/pdk
if [ ! -f caravel.spice ]; then
magic -dnull -noconsole -rcfile /usr/share/pdk/sky130A/libs.tech/magic/sky130A.magicrc << EOF
magic -dnull -noconsole -rcfile $PDK_ROOT/sky130A/libs.tech/magic/sky130A.magicrc << EOF
drc off
crashbackups stop
load caravel

View File

@ -1,7 +1,9 @@
#!/bin/bash
#
PDK_ROOT ?= /usr/share/pdk
if [ ! -f caravan.spice ]; then
magic -dnull -noconsole -rcfile /usr/share/pdk/sky130A/libs.tech/magic/sky130A.magicrc << EOF
magic -dnull -noconsole -rcfile $PDK_ROOT/sky130A/libs.tech/magic/sky130A.magicrc << EOF
drc off
crashbackups stop
load caravan

View File

@ -1,7 +1,9 @@
#!/bin/bash
#
PDK_ROOT ?= /usr/share/pdk
if [ ! -f caravel.spice ]; then
magic -dnull -noconsole -rcfile /usr/share/pdk/sky130A/libs.tech/magic/sky130A.magicrc << EOF
magic -dnull -noconsole -rcfile $PDK_ROOT/sky130A/libs.tech/magic/sky130A.magicrc << EOF
drc off
crashbackups stop
load caravel