mirror of https://github.com/VLSIDA/OpenRAM.git
Remove zjog and go with L shape.
This commit is contained in:
parent
d65eb16513
commit
5ab0d01779
|
|
@ -116,10 +116,11 @@ class port_address(design.design):
|
||||||
rbl_in_pin = self.rbl_driver_inst.get_pin("A")
|
rbl_in_pin = self.rbl_driver_inst.get_pin("A")
|
||||||
rbl_in_pos = rbl_in_pin.center()
|
rbl_in_pos = rbl_in_pin.center()
|
||||||
|
|
||||||
|
mid_pos = vector(en_pos.x, rbl_in_pos.y)
|
||||||
self.add_via_stack_center(from_layer=rbl_in_pin.layer,
|
self.add_via_stack_center(from_layer=rbl_in_pin.layer,
|
||||||
to_layer=en_pin.layer,
|
to_layer=en_pin.layer,
|
||||||
offset=rbl_in_pos)
|
offset=rbl_in_pos)
|
||||||
self.add_zjog(en_pin.layer, rbl_in_pos, en_pos)
|
self.add_path(en_pin.layer, [rbl_in_pos, mid_pos, en_pos])
|
||||||
self.add_layout_pin_rect_center(text="wl_en",
|
self.add_layout_pin_rect_center(text="wl_en",
|
||||||
layer=en_pin.layer,
|
layer=en_pin.layer,
|
||||||
offset=rbl_in_pos)
|
offset=rbl_in_pos)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue