mirror of https://github.com/VLSIDA/OpenRAM.git
Fix whitespace
This commit is contained in:
parent
8fd08916a1
commit
9b6eb4a120
|
|
@ -233,7 +233,7 @@ class cell_properties():
|
|||
|
||||
self._row_cap_2port = bitcell(["wl0", "wl1", "gnd"],
|
||||
["INPUT", "INPUT", "POWER", "GROUND"])
|
||||
|
||||
|
||||
self._internal = cell([],[])
|
||||
|
||||
@property
|
||||
|
|
|
|||
|
|
@ -12,5 +12,3 @@ class internal_base(design):
|
|||
|
||||
def __init__(self, name, cell_name=None, prop=None):
|
||||
design.__init__(self, name, cell_name, prop)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue