Hi everyone Can someone help with this error? Wher...
# openram
b
Hi everyone Can someone help with this error? Where to get this file? -
sky130_sram_2kbyte_1rw1r_32x512_8.v
Thanks in advance!
m
It looks like an OpenLane problem. The memories were not installed with the PDK?
b
I'm not sure what's the issue. I'll try reinstalling open_pdks.
m
There might be an option to install them? I think it was like INSTALL_SRAMS or something
b
Oh ok. Anyways I reinstalled the entire OpenLane from this link. Now I get this error shown in the screenshot image below. It seems that the file
mgmt_core_wrapper.v
is not there in caravel repo - https://github.com/efabless/caravel/tree/main/verilog/rtl
m
you need to run 'make setup' that should install everything. If you are missing mgmt core wrapper then you can install that separately with this
make install_mcw
see this make target in caravel_user_project:
b
I did git clone of caravel_user_project repo. Then I ran
make setup
command. This created a new directory called
mgmt_core_wrapper
. When I ran make of
hkspi
example I get the following error. It seems that
. vvp
file is missing. Did I miss anything? I'm quite new to OpenLane. Sorry if this is something very basic. Basically I want to do verification for a sample application and obtain the waveform.
m
maybe your environment variables are not setup correctly?
You might need this set: