standardize rbl arguments interface

This commit is contained in:
samuelkcrow
2023-01-18 22:43:37 -08:00
parent 78c4ba5fc0
commit d460eacfcc
2 changed files with 5 additions and 10 deletions
+1 -2
View File
@@ -37,8 +37,7 @@ class replica_bitcell_array(bitcell_base_array):
self.row_size = rows
# This is how many RBLs are in all the arrays
self.rbl = rbl
# This specifies which RBL to put on the left or right
# by port number
# This specifies which RBL to put on the left or right by port number
# This could be an empty list
if left_rbl is not None:
self.left_rbl = left_rbl