mirror of https://github.com/VLSIDA/OpenRAM.git
Add None as sp_file parameter to local_drc_check
This commit is contained in:
parent
537e862d48
commit
63941a10e1
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue