Replica bitcell array with arbitrary RBLs working

This commit is contained in:
mrg
2019-07-10 15:56:51 -07:00
parent 9dab0be737
commit b841fd7ce3
19 changed files with 565 additions and 596 deletions
+2 -1
View File
@@ -283,7 +283,8 @@ class sram_base(design, verilog, lef):
# Create the bank module (up to four are instantiated)
from bank import bank
self.bank = bank(self.sram_config,
name="bank")
name="bank",
num_ports=len(self.all_ports))
self.add_mod(self.bank)
# Create bank decoder