Fix typos

This commit is contained in:
mrg 2020-11-24 10:35:14 -08:00
parent d2bc7340ed
commit cdcd115cec
1 changed files with 2 additions and 2 deletions

View File

@ -220,8 +220,8 @@ class cell_properties():
self._col_cap_1port_strap_ground = _cell(["gnd"], self._col_cap_1port_strap_ground = _cell(["gnd"],
["GROUND"]) ["GROUND"])
self._row_cap_1port_cell = _cell(['vdd]'], self._row_cap_1port_cell = _cell(['vdd'],
['POWRER']) ['POWER'])
self._row_cap_1port = _bitcell(["wl", "gnd"], self._row_cap_1port = _bitcell(["wl", "gnd"],
["INPUT", "POWER", "GROUND"]) ["INPUT", "POWER", "GROUND"])