mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-03 16:31:08 +02:00
Fix typo on w_en
This commit is contained in:
@@ -397,7 +397,7 @@ class port_data(design):
|
||||
for i in range(self.num_spare_cols):
|
||||
temp.append("bank_spare_wen{}".format(i))
|
||||
|
||||
elif self.num_spare_cols and self.write_size != self.word_size:
|
||||
elif self.num_spare_cols and self.write_size == self.word_size:
|
||||
temp.append("w_en")
|
||||
for i in range(self.num_spare_cols):
|
||||
temp.append("bank_spare_wen{}".format(i))
|
||||
|
||||
Reference in New Issue
Block a user