From 423e2c165f2d94bb95dc40bf582ee73115516c67 Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 3 Nov 2020 16:38:55 -0800 Subject: [PATCH] Remove test cell in scn4m_subm tech.py --- technology/scn4m_subm/tech/tech.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technology/scn4m_subm/tech/tech.py b/technology/scn4m_subm/tech/tech.py index 8ddbd9b0..0bea4035 100644 --- a/technology/scn4m_subm/tech/tech.py +++ b/technology/scn4m_subm/tech/tech.py @@ -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 ###################################################