Hadir Khan
02/15/2022, 6:12 AMopenram_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 #shuttleVijayan Krishnan
02/15/2022, 6:15 AMjeffdi