I am getting an error here: ```openram_testchip/ca...
# shuttle
h
I am getting an error here:
Copy code
openram_testchip/caravel/verilog/rtl/caravel_netlists.v:90: Include file mgmt_core_wrapper.v not found
This means it expects the
mgmt_core_wrapper.v
to reside inside the caravel/verilog/rtl/ directoy. But running the
make install_mcw
creates a folder in the caravel/ folder. Do I have to manually copy the
mgmt_core_wrapper.v
from the caravel/mgmt_core_wrapper/ so that iverilog can read it correctly? From a thread in #shuttle
v
you can copy it local or add relative path to point mgmt_core_wrapper.v as include file
j
please update the mgmt core wrapper and try again. we had missed a merge.