Hello, I am facing this issue while running RTL s...
# sky130
s
Hello, I am facing this issue while running RTL simulation.
/home/lifam/Documents/shivani/caravel_user_project/caravel/verilog/rtl/caravel_netlists.v:47: Include file libs.ref/sky130_sram_macros/verilog/sky130_sram_2kbyte_1rw1r_32x512_8.v not found
Can anyone help?
v
can you post snippet of caravel_netlists.v line 47
your PDK path not have
sky130_sram_2kbyte_1rw1r_32x512_8.v
s
yes PDK_ROOT path is not having the macros folder. Do you know how to install that?
there is libs.ref folder but inside that there is no
sky130_sram_macros
v
which is ur PDK_ROOT?
s
image.png
v
openlane root?
s
/home/lifam/Documents/shivani/cache_design/caravel_user_project/openlane
one sec not this.
v
goto that directory and do
make pdk
s
OPEN_LANE path:
/home/lifam/Documents/shivani/caravel_user_project/openlane
make pdk
from PDK_ROOT right?
v
There is Makefile in your installation path, which has required pdk commits
yes
follow the setup instruction carefully
s
ok, I did
make pdk
from working directory.
are you free for small sync up now over gmeet?
v
is make pdk running? it will take time download
s
its done but still the same error
m
before you run
make pdk
,
export INSTALL_SRAM=enable
s
ok