mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-03 08:27:11 +02:00
Change unit tests to use verify instead of calibre. Debugging gds read comments in magic.py.
This commit is contained in:
@@ -9,7 +9,7 @@ import sys,os
|
||||
sys.path.append(os.path.join(sys.path[0],".."))
|
||||
import globals
|
||||
import debug
|
||||
import calibre
|
||||
import verify
|
||||
|
||||
OPTS = globals.get_opts()
|
||||
|
||||
@@ -39,8 +39,8 @@ class precharge_test(unittest.TestCase):
|
||||
pc.sp_write(tempspice)
|
||||
pc.gds_write(tempgds)
|
||||
|
||||
self.assertFalse(calibre.run_drc(pc.name, tempgds))
|
||||
self.assertFalse(calibre.run_lvs(pc.name, tempgds, tempspice))
|
||||
self.assertFalse(verify.run_drc(pc.name, tempgds))
|
||||
self.assertFalse(verify.run_lvs(pc.name, tempgds, tempspice))
|
||||
|
||||
os.remove(tempspice)
|
||||
os.remove(tempgds)
|
||||
|
||||
Reference in New Issue
Block a user