Hadir Khan
02/15/2022, 4:42 AMmake verify-<test_name>
gives me the following error:
/home/mkhan33/openram_testchip/caravel/verilog/rtl/caravel_netlists.v:47: Include file libs.ref/sky130_sram_macros/verilog/sky130_sram_2kbyte_1rw1r_32x512_8.v not found
Do I have to install sram macros separately now, what is the command for that? I just did make pdk
to install the pdk.Matthew Guthaus
02/15/2022, 4:45 AMHadir Khan
02/15/2022, 4:46 AMMatthew Guthaus
02/15/2022, 4:47 AMMatthew Guthaus
02/15/2022, 4:48 AMDinesh A
02/15/2022, 5:06 AMHadir Khan
02/15/2022, 5:07 AMDinesh A
02/15/2022, 5:09 AMHadir Khan
02/15/2022, 5:12 AMHadir Khan
02/15/2022, 5:13 AMDinesh A
02/15/2022, 5:20 AMHadir Khan
02/15/2022, 5:54 AMInclude file mgmt_core_wrapper.v not found
Although I did make install_mcw
Hadir Khan
02/15/2022, 5:54 AMDinesh A
02/15/2022, 5:55 AMHadir Khan
02/15/2022, 5:56 AMmake install_mcw
command. Where to run it?Hadir Khan
02/15/2022, 5:57 AMDinesh A
02/15/2022, 5:58 AMHadir Khan
02/15/2022, 5:59 AMHadir Khan
02/15/2022, 6:05 AMmake install_mcw
inside the caravel/ directoryHadir Khan
02/15/2022, 6:11 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/ directory. 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?Dinesh A
02/15/2022, 6:15 AMMatt Venn
02/15/2022, 7:32 AMMatt Venn
02/15/2022, 7:33 AMMatt Venn
02/15/2022, 7:33 AMAbhinav Uppal
06/07/2022, 4:33 AMMatt Venn
06/07/2022, 6:07 AM