mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 09:58:33 +02:00
support multi cell wide precharge cells
This commit is contained in:
@@ -72,7 +72,9 @@ class options(optparse.Values):
|
||||
# This is the temp directory where all intermediate results are stored.
|
||||
try:
|
||||
# If user defined the temporary location in their environment, use it
|
||||
|
||||
openram_temp = os.path.abspath(os.environ.get("OPENRAM_TMP"))
|
||||
|
||||
except:
|
||||
openram_temp = "/tmp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user