Move up B input in pnor2

This commit is contained in:
mrg 2020-03-23 13:49:08 -07:00
parent c15b4167b6
commit f491876a5a
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ class pnor2(pgate.pgate):
def route_inputs(self):
""" Route the A and B inputs """
# Use M2 spaces so we can drop vias on the pins later!
inputB_yoffset = self.nmos2_inst.uy() + 0.5 * contact.poly_contact.height
inputB_yoffset = self.nmos2_inst.uy() + contact.poly_contact.height
self.route_input_gate(self.pmos2_inst,
self.nmos2_inst,
inputB_yoffset,