diff --git a/compiler/modules/bitcell_array.py b/compiler/modules/bitcell_array.py index b4865f48..f0874a84 100644 --- a/compiler/modules/bitcell_array.py +++ b/compiler/modules/bitcell_array.py @@ -57,20 +57,6 @@ class bitcell_array(bitcell_base_array): """ Add the modules used in this design """ self.cell = factory.create(module_type=OPTS.bitcell) - # def create_instances(self): - # """ Create the module instances used in this design """ - # self.cell_inst = {} - # for col in range(self.column_size): - # for row in range(self.row_size): - # name = "bit_r{0}_c{1}".format(row, col) - # self.cell_inst[row, col]=self.add_inst(name=name, - # mod=self.cell) - # self.connect_inst(self.get_bitcell_pins(row, col)) - # - # # If it is a "core" cell, it could be trimmed for sim time - # if col>0 and col0 and row None: - array.connect_isnt() -