mirror of https://github.com/VLSIDA/OpenRAM.git
Rotate via and PEP8 formatting
This commit is contained in:
parent
23501c7b35
commit
c5a1be703c
|
|
@ -234,8 +234,8 @@ class pnand2(pgate.pgate):
|
|||
self.add_layout_pin_rect_center(text="Z",
|
||||
layer="m1",
|
||||
offset=out_offset,
|
||||
width=contact.m1_via.first_layer_height,
|
||||
height=contact.m1_via.first_layer_width)
|
||||
width=contact.m1_via.first_layer_width,
|
||||
height=contact.m1_via.first_layer_height)
|
||||
|
||||
def analytical_power(self, corner, load):
|
||||
"""Returns dynamic and leakage power. Results in nW"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue