From de5c736cb4480e52d8e82fd02cafac4daab713ec Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Wed, 29 Nov 2017 16:15:22 -0800 Subject: [PATCH] Remove temp directory change. --- compiler/options.py | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/options.py b/compiler/options.py index ef65b4a3..a40558ad 100644 --- a/compiler/options.py +++ b/compiler/options.py @@ -13,7 +13,6 @@ class options(optparse.Values): tech_name = "" # 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 = "/Users/mrg/openram_temp/" # This is the verbosity level to control debug information. 0 is none, 1 # is minimal, etc. debug_level = 0