mirror of https://github.com/efabless/caravel.git
Revised the LVS run scripts to use $PDK_ROOT instead of a hard-
coded path.
This commit is contained in:
parent
c3fc004072
commit
79828c00b3
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue