mirror of https://github.com/VLSIDA/OpenRAM.git
fix typo
This commit is contained in:
parent
520b496611
commit
50a0b88ef8
|
|
@ -35,7 +35,7 @@ class design(hierarchy_design):
|
||||||
cell_name = props.name[name]
|
cell_name = props.name[name]
|
||||||
|
|
||||||
elif not cell_name:
|
elif not cell_name:
|
||||||
cell_name = nacell_name = props.name[name]
|
cell_name = name
|
||||||
super().__init__(name, cell_name)
|
super().__init__(name, cell_name)
|
||||||
|
|
||||||
# This means it is a custom cell.
|
# This means it is a custom cell.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue