diff --git a/compiler/tests/testutils.py b/compiler/tests/testutils.py index cc76d0c0..d60dde40 100644 --- a/compiler/tests/testutils.py +++ b/compiler/tests/testutils.py @@ -25,7 +25,7 @@ class openram_test(unittest.TestCase): w.gds_write(tempgds) import verify - result=verify.run_drc(w.name, tempgds) + result=verify.run_drc(w.name, tempgds, None) if result != 0: self.fail("DRC failed: {}".format(w.name))