mirror of https://github.com/VLSIDA/OpenRAM.git
Fix typo on w_en
This commit is contained in:
parent
fdba1f4d7b
commit
0ca14a3662
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in New Issue