mirror of https://github.com/VLSIDA/OpenRAM.git
Move up B input in pnor2
This commit is contained in:
parent
c15b4167b6
commit
f491876a5a
|
|
@ -197,7 +197,7 @@ class pnor2(pgate.pgate):
|
||||||
def route_inputs(self):
|
def route_inputs(self):
|
||||||
""" Route the A and B inputs """
|
""" Route the A and B inputs """
|
||||||
# Use M2 spaces so we can drop vias on the pins later!
|
# 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.route_input_gate(self.pmos2_inst,
|
||||||
self.nmos2_inst,
|
self.nmos2_inst,
|
||||||
inputB_yoffset,
|
inputB_yoffset,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue