Anuj Dubey
02/28/2022, 3:05 PMAnuj Dubey
02/28/2022, 3:11 PMMatthew Guthaus
02/28/2022, 4:40 PMMatthew Guthaus
02/28/2022, 4:41 PMMatthew Guthaus
02/28/2022, 4:41 PMAnuj Dubey
02/28/2022, 5:06 PMMatthew Guthaus
02/28/2022, 5:06 PMMatthew Guthaus
02/28/2022, 5:07 PMAnuj Dubey
02/28/2022, 5:08 PMAnuj Dubey
02/28/2022, 5:26 PMMatthew Guthaus
02/28/2022, 5:26 PMMatthew Guthaus
02/28/2022, 5:27 PMAnuj Dubey
02/28/2022, 5:28 PMMatthew Guthaus
02/28/2022, 5:29 PMAnuj Dubey
02/28/2022, 5:30 PMMatthew Guthaus
02/28/2022, 5:30 PMAnuj Dubey
02/28/2022, 5:30 PMAnuj Dubey
02/28/2022, 5:44 PM** Start: 02/28/2022 12:36:15
Technology: sky130
Total size: 32768 bits
Word size: 32
Words: 1024
Banks: 1
Write size: None
RW ports: 1
R-only ports: 0
W-only ports: 0
DRC/LVS/PEX is only run on the top-level design to save run-time (inline_lvsdrc=True to do inline checking).
DRC/LVS/PEX is disabled (check_lvsdrc=True to enable).
Characterization is disabled (using analytical delay models) (analytical_delay=False to simulate).
ERROR: file sram_config.py: line 132: Invalid number of cols including rbl(s): 257. Total cols must be divisible by 2
Traceback (most recent call last):
File "/home/anuj/OpenRAM_dev/compiler/openram.py", line 54, in <module>
c = sram_config(word_size=OPTS.word_size,
File "/home/anuj/OpenRAM_dev/compiler/sram/sram_config.py", line 44, in __init__
self.compute_sizes()
File "/home/anuj/OpenRAM_dev/compiler/sram/sram_config.py", line 95, in compute_sizes
self.recompute_sizes()
File "/home/anuj/OpenRAM_dev/compiler/sram/sram_config.py", line 132, in recompute_sizes
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, self.array_col_multiple), -1)
File "/home/anuj/OpenRAM_dev/compiler/debug.py", line 47, in error
assert return_value == 0
AssertionError