Update unit tests to load verify after config file. Start magic DRC.

This commit is contained in:
Matt Guthaus
2018-01-12 10:24:49 -08:00
parent e0a6b59773
commit 7a172873a3
55 changed files with 131 additions and 284 deletions
+2 -3
View File
@@ -10,14 +10,13 @@ sys.path.append(os.path.join(sys.path[0],".."))
import globals
from globals import OPTS
import debug
import verify
class tri_gate_array_test(unittest.TestCase):
def runTest(self):
globals.init_openram("config_20_{0}".format(OPTS.tech_name))
# we will manually run lvs/drc
global verify
import verify
OPTS.check_lvsdrc = False
import tri_gate_array