Yomei Harada
05/13/2024, 6:45 AMMitch Bailey
05/13/2024, 11:08 AMcaravel_core.v
, make sure you have the verilog/rtl/user_defines.v
settings that you want and then run
make gpio_defaults
The problem with the verify-wb_port-gl-sdf
target is that in the current version uses caravel_core
, and the gate level netlists for mgmt_core
, DFFRAM
, gpio_control_block
, digitial_pll
, etc have been flattened and do not exist. You might try removing the sdf_annotate
lines for the modules that are giving errors from verilog/dv/wb_port/wb_port_tb.v
and adding a line for caravel_core
.
Also note that there is no longer an sdf
directory in caravel
. It appears that the sdf
files have been moved to caravel/signoff/<cell>/openlane-signoff/sdf/<timing>/<cell>.<corner>.sdf
files.
You could try to fix it yourself (much appreciated), or log an issue on the caravel github.Yomei Harada
05/14/2024, 5:10 AMMitch Bailey
05/14/2024, 7:00 AMCARAVEL_LITE
) repo. Can you try
export CARAVEL_LITE=0
make install
This will delete the CARAVEL_ROOT
directory and reinstall the full caravel directory.Yomei Harada
05/14/2024, 7:02 AMYomei Harada
05/14/2024, 7:12 AMMitch Bailey
05/14/2024, 7:21 AMYomei Harada
05/15/2024, 3:06 AMMitch Bailey
05/15/2024, 3:47 AMfind . -mtime -1
to find files modified in the past 24 hours.