Remove print statement

This commit is contained in:
mrg 2021-06-21 15:16:36 -07:00
parent 1ce5823df8
commit f3f19aeeeb
1 changed files with 4 additions and 5 deletions

View File

@ -99,7 +99,6 @@ class sram_config:
+ " Bank addr size: {}".format(self.bank_addr_size))
num_ports = OPTS.num_rw_ports + OPTS.num_r_ports + OPTS.num_w_ports
print(num_ports)
if num_ports == 1:
if ((self.num_cols + num_ports + self.num_spare_cols) % array_col_multiple != 0):
debug.error("Invalid number of cols including rbl(s): {}. Total cols must be divisible by {}".format(self.num_cols + num_ports + self.num_spare_cols, array_col_multiple), -1)