From 50a0b88ef890c5c511f389516119df63ba4b708c Mon Sep 17 00:00:00 2001 From: jcirimel Date: Wed, 18 Nov 2020 11:02:40 -0800 Subject: [PATCH] fix typo --- compiler/base/design.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/base/design.py b/compiler/base/design.py index c087576f..d124970c 100644 --- a/compiler/base/design.py +++ b/compiler/base/design.py @@ -35,7 +35,7 @@ class design(hierarchy_design): cell_name = props.name[name] elif not cell_name: - cell_name = nacell_name = props.name[name] + cell_name = name super().__init__(name, cell_name) # This means it is a custom cell.