mirror of https://github.com/VLSIDA/OpenRAM.git
Hack to fix pnand3 in freepdk45
This commit is contained in:
parent
2f353187ba
commit
1e3734cb26
|
|
@ -214,14 +214,16 @@ class pnand3(pgate.pgate):
|
|||
"B",
|
||||
position="center")
|
||||
|
||||
self.inputC_yoffset = self.inputB_yoffset - 1.25 * m1_pitch
|
||||
# FIXME: constant hack
|
||||
self.inputC_yoffset = self.inputB_yoffset - 1.1 * m1_pitch
|
||||
self.route_input_gate(self.pmos3_inst,
|
||||
self.nmos3_inst,
|
||||
self.inputC_yoffset,
|
||||
"C",
|
||||
position="center")
|
||||
|
||||
self.inputA_yoffset = self.inputB_yoffset + 1.25 * m1_pitch
|
||||
# FIXME: constant hack
|
||||
self.inputA_yoffset = self.inputB_yoffset + 1.1 * m1_pitch
|
||||
self.route_input_gate(self.pmos1_inst,
|
||||
self.nmos1_inst,
|
||||
self.inputA_yoffset,
|
||||
|
|
|
|||
Loading…
Reference in New Issue