mirror of https://github.com/VLSIDA/OpenRAM.git
Remove temp directory change.
This commit is contained in:
parent
9abe82b203
commit
de5c736cb4
|
|
@ -13,7 +13,6 @@ class options(optparse.Values):
|
||||||
tech_name = ""
|
tech_name = ""
|
||||||
# This is the temp directory where all intermediate results are stored.
|
# This is the temp directory where all intermediate results are stored.
|
||||||
openram_temp = "/tmp/openram_{0}_{1}_temp/".format(getpass.getuser(),os.getpid())
|
openram_temp = "/tmp/openram_{0}_{1}_temp/".format(getpass.getuser(),os.getpid())
|
||||||
openram_temp = "/Users/mrg/openram_temp/"
|
|
||||||
# This is the verbosity level to control debug information. 0 is none, 1
|
# This is the verbosity level to control debug information. 0 is none, 1
|
||||||
# is minimal, etc.
|
# is minimal, etc.
|
||||||
debug_level = 0
|
debug_level = 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue