Rotate the output pins of the control logic. Need to fix this permanently.

This commit is contained in:
Matt Guthaus 2018-07-24 14:26:01 -07:00
parent 16a084fde1
commit 48d3b25b74
1 changed files with 4 additions and 2 deletions

View File

@ -624,8 +624,10 @@ class layout(lef.lef):
# not on the right layer
if pin.layer != route_layer:
self.add_via_center(layers=layer_stack,
offset=pin_pos,
rotate=90)
offset=pin_pos)
# FIXME: output pins tend to not be rotate, but supply pins are. Make consistent?
# We only need a via if they happened to align perfectly
# so the add_wire didn't add a via