mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 17:39:02 +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.OPTS
|
||||
|
||||
@@ -40,8 +40,8 @@ class array_test(unittest.TestCase):
|
||||
a.sp_write(tempspice)
|
||||
a.gds_write(tempgds)
|
||||
|
||||
self.assertFalse(calibre.run_drc(a.name, tempgds))
|
||||
self.assertFalse(calibre.run_lvs(a.name, tempgds, tempspice))
|
||||
self.assertFalse(verify.run_drc(a.name, tempgds))
|
||||
self.assertFalse(verify.run_lvs(a.name, tempgds, tempspice))
|
||||
|
||||
os.remove(tempspice)
|
||||
os.remove(tempgds)
|
||||
|
||||
Reference in New Issue
Block a user