mirror of https://github.com/VLSIDA/OpenRAM.git
Fix typos
This commit is contained in:
parent
d2bc7340ed
commit
cdcd115cec
|
|
@ -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"])
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue