Shabbar Vejlani
09/18/2022, 7:00 AMshabbarvejlani@f9f3ff12e7e7:/home/cad-user$ python3 $OPENRAM_HOME/openram.py myconfig.py
|==============================================================================|
|========= OpenRAM v1.2.0 =========|
|========= =========|
|========= VLSI Design and Automation Lab =========|
|========= Computer Science and Engineering Department =========|
|========= University of California Santa Cruz =========|
|========= =========|
|========= Usage help: <mailto:openram-user-group@ucsc.edu|openram-user-group@ucsc.edu> =========|
|========= Development help: <mailto:openram-dev-group@ucsc.edu|openram-dev-group@ucsc.edu> =========|
|========= Temp dir: /tmp/openram_shabbarvejlani_10_temp/ =========|
|========= See LICENSE for license info =========|
|==============================================================================|
** Start: 09/17/2022 23:54:57
Technology: sky130
Total size: 32 bits
Word size: 2
Words: 16
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).
Only generating nominal corner timing.
ERROR: file sram_config.py: line 132: Invalid number of cols including rbl(s): 3. Total cols must be divisible by 2
Traceback (most recent call last):
File "/openram/compiler/openram.py", line 54, in <module>
c = sram_config(word_size=OPTS.word_size,
File "/openram/compiler/modules/sram_config.py", line 44, in __init__
self.compute_sizes()
File "/openram/compiler/modules/sram_config.py", line 95, in compute_sizes
self.recompute_sizes()
File "/openram/compiler/modules/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 "/openram/compiler/debug.py", line 47, in error
assert return_value == 0
AssertionError
Arman Avetisyan
09/18/2022, 7:13 AMShabbar Vejlani
09/18/2022, 7:53 AMMatthew Guthaus
09/18/2022, 8:15 AMShabbar Vejlani
09/18/2022, 8:58 AMMatthew Guthaus
09/18/2022, 11:49 AMMatthew Guthaus
09/18/2022, 11:49 AMShabbar Vejlani
09/19/2022, 3:40 AMMatthew Guthaus
09/19/2022, 4:22 AMShabbar Vejlani
09/19/2022, 3:19 PM