Sub temp directory. Add github archive.

This commit is contained in:
mrg
2021-02-10 15:39:12 -08:00
parent b82b7aaf28
commit 7610f23fc7
4 changed files with 20 additions and 13 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ class options(optparse.Values):
# If user defined the temporary location in their environment, use it
openram_temp = os.path.abspath(os.environ.get("OPENRAM_TMP"))
except:
openram_temp = None
openram_temp = "/tmp"
# This is the verbosity level to control debug information. 0 is none, 1
# is minimal, etc.