diff --git a/compiler/router/tests/02_blockages_test.py b/compiler/router/tests/02_blockages_test.py index 900462b0..485b39f6 100644 --- a/compiler/router/tests/02_blockages_test.py +++ b/compiler/router/tests/02_blockages_test.py @@ -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) diff --git a/compiler/router/tests/03_same_layer_pins_test.py b/compiler/router/tests/03_same_layer_pins_test.py index 6a20ef3a..c8b10142 100644 --- a/compiler/router/tests/03_same_layer_pins_test.py +++ b/compiler/router/tests/03_same_layer_pins_test.py @@ -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) diff --git a/compiler/router/tests/ABCD_two_nets.gds b/compiler/router/tests/ABCD_two_nets.gds index 07596ec6..736bdb91 100644 Binary files a/compiler/router/tests/ABCD_two_nets.gds and b/compiler/router/tests/ABCD_two_nets.gds differ diff --git a/compiler/router/tests/AB_blockages.gds b/compiler/router/tests/AB_blockages.gds index 8c445e18..943699d9 100644 Binary files a/compiler/router/tests/AB_blockages.gds and b/compiler/router/tests/AB_blockages.gds differ diff --git a/compiler/router/tests/AB_diff_layer_pins.gds b/compiler/router/tests/AB_diff_layer_pins.gds index ebea35d1..8a7fd5f4 100644 Binary files a/compiler/router/tests/AB_diff_layer_pins.gds and b/compiler/router/tests/AB_diff_layer_pins.gds differ diff --git a/compiler/router/tests/AB_no_blockages.gds b/compiler/router/tests/AB_no_blockages.gds index 339f8b18..471153ac 100644 Binary files a/compiler/router/tests/AB_no_blockages.gds and b/compiler/router/tests/AB_no_blockages.gds differ diff --git a/compiler/router/tests/AB_same_layer_pins.gds b/compiler/router/tests/AB_same_layer_pins.gds index 19a31fbd..80fe96e1 100644 Binary files a/compiler/router/tests/AB_same_layer_pins.gds and b/compiler/router/tests/AB_same_layer_pins.gds differ