mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-02 23:49:25 +02:00
progress with rba pin mismatch
This commit is contained in:
@@ -294,7 +294,10 @@ class replica_bitcell_array(bitcell_base_array.bitcell_base_array):
|
||||
supplies = ["vdd", "gnd"]
|
||||
|
||||
# Used for names/dimensions only
|
||||
self.cell = factory.create(module_type="bitcell")
|
||||
if not cell_properties.compare_ports(cell_properties.bitcell_array.use_custom_cell_arrangement):
|
||||
self.cell = factory.create(module_type="bitcell")
|
||||
else:
|
||||
self.cell = factory.create(module_type="s8_bitcell", version = "opt1")
|
||||
|
||||
# Main array
|
||||
self.bitcell_array_inst=self.add_inst(name="bitcell_array",
|
||||
|
||||
Reference in New Issue
Block a user