Debug initial docker run scripts

This commit is contained in:
mrg
2021-11-02 15:07:18 -07:00
parent 9d49a369ea
commit d7a20bc69b
5 changed files with 93 additions and 43 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ os.environ["MGC_TMPDIR"] = "/tmp"
# OpenPDK needed for magicrc, tech file and spice models of transistors
if 'PDK_ROOT' in os.environ:
open_pdks = os.path.join(os.environ['PDK_ROOT'], 'sky130A', 'libs.tech')
open_pdks = os.path.join(os.environ['PDK_ROOT'], 'share', 'pdk', 'sky130A', 'libs.tech')
else:
raise SystemError("Unable to find open_pdks tech file. Set PDK_ROOT.")