Hi, I work on Openram, I run python but I take an ...
# openram
v
Hi, I work on Openram, I run python but I take an error , Can you help me this error ?
p
Either you configured it wrong, or it is a bug.
m
What configuration are you using?
v
I use this config OpenRAM/compiler/example_configs/*example_config_2rw_scn4m_subm.py* I want to create 32kb dual port RAM so I changed word_size = 32 num_words = 1024
m
It is a bug then. It has more than one vdd pin and isn't using get_pins. What version? This may be fixed in newer versions since I changed the default power routing style.
(I have one I'm going to push today...)
👍 1
v
I dowload 2 weeks ago
m
Check for updates and make sure you use the dev branch to get the most recent changes.
v
thank you so much , I will try