Remove test cell in scn4m_subm tech.py

This commit is contained in:
mrg 2020-11-03 16:38:55 -08:00
parent 45cdecdea9
commit 423e2c165f
1 changed files with 1 additions and 1 deletions

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
###################################################