mirror of https://github.com/VLSIDA/OpenRAM.git
Convert gds to on grid. Remove view from tests.
This commit is contained in:
parent
396a41733c
commit
4e505b80dc
|
|
@ -49,7 +49,7 @@ class no_blockages_test(unittest.TestCase):
|
|||
r=router.router(gdsname+".gds")
|
||||
layer_stack =("metal1","via1","metal2")
|
||||
path=r.route(layer_stack,src="A",dest="B")
|
||||
#r.rg.view()
|
||||
r.rg.view()
|
||||
|
||||
self.add_wire(layer_stack,path)
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ class no_blockages_test(unittest.TestCase):
|
|||
r=router.router(gdsname+".gds")
|
||||
layer_stack =("metal1","via1","metal2")
|
||||
path=r.route(layer_stack,src="A",dest="B")
|
||||
#r.rg.view()
|
||||
r.rg.view()
|
||||
|
||||
self.add_wire(layer_stack,path)
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue