Refactor dynamic cell name to utilize base class

This commit is contained in:
mrg
2020-11-03 13:18:46 -08:00
parent 1890385be1
commit 29ac541b28
120 changed files with 145 additions and 185 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ tech_modules = module_type()
cell_properties = cell_properties()
cell_properties.bitcell.mirror.x = True
cell_properties.bitcell.mirror.y = False
cell_properties.names["bitcell"] = "mycell"
###################################################
# Custom cell properties
###################################################