PEP8 fixes

This commit is contained in:
mrg 2020-12-14 14:18:53 -08:00
parent da48b8d98c
commit 5c4389efa4
1 changed files with 3 additions and 3 deletions

View File

@ -158,9 +158,9 @@ class ptx(design.design):
# TEMP FIX: Use old device names if using Calibre.
self.lvs_device = "M{{0}} {{1}} {0} m={1} w={2} l={3} mult=1".format("nshort" if self.tx_type == "nmos" else "pshort",
self.mults,
self.tx_width,
drc("minwidth_poly"))
self.mults,
self.tx_width,
drc("minwidth_poly"))
elif cell_props.ptx.model_is_subckt:
# sky130 requires mult parameter too
self.lvs_device = "X{{0}} {{1}} {0} m={1} w={2}u l={3}u".format(spice[self.tx_type],