This message was deleted.
# caravan
s
This message was deleted.
m
What version of caravan are you using?
j
I cloned this caravan repository: https://github.com/efabless/caravel_user_project_analog (I deleted the message to paste it in the previous thread)
m
The maintenance on the caravan repo may not be as current as the caravel repo. If you have the bandwidth, you might look into the differences (chip_io_alt (vs chip_io), management_core_wrapper (should be the same), and caravan_core (vs caravel_core)) and make pull requests to bring it up to date.
j
Do you mean difference between those files and the older version or between which files?
m
@JONATHAN ARMANDO PATIÑO What I’m suggesting is to clone
user_project_wrapper
and
user_project_wrapper_analog
in parallel directories and then run
make setup
in each directory using the default
*_ROOT
variables. If you define
CARAVEL_ROOT
or
MCW_ROOT
then
make setup
will overwrite those directories. Just define
PDK
. Then compare the
caravel
and
mgmt_core_wrapper
directories. You might also find something when comparing the verilog test directories.