Move port 2 column address bus down.

PEP 8 cleanup.
This commit is contained in:
mrg
2020-02-06 19:46:10 +00:00
parent 5e514215d5
commit 4b06ab9eaf
2 changed files with 4 additions and 15 deletions
+2 -2
View File
@@ -224,11 +224,11 @@ class pnand2(pgate.pgate):
# Non-preferred active contacts
self.add_via_center(layers=self.m1_stack,
directions=("V","H"),
directions=("V", "H"),
offset=pmos_pin.center())
# Non-preferred active contacts
self.add_via_center(layers=self.m1_stack,
directions=("V","H"),
directions=("V", "H"),
offset=nmos_pin.center())
self.add_via_center(layers=self.m1_stack,
offset=out_offset)