Hi all, I try to run the provided cocotb examples ...
# caravel
l
Hi all, I try to run the provided cocotb examples of the caravel_user_project example but it didn't work. I have already run
make setup
and install
caravel_cocotb
successfully. But I encountered this error when running the example
hello_world
. The error is weird since it seems like coming from the caravel Verilog source code. Any suggestions on the possible fix? Thanks a lot
m
@Lan Dang take a look at the included files.
caravan_core.v
(analog) should probably not be used with the caravel (digital) top.
l
in the
design_info.yaml
the caravan is already set to
false
, but I checked that the
caravan.v
file still included in the Verilog compilation. Is there something I missed?
m
@Lan Dang Looks like you may be using an older version of the caravel repo. This appears to be fixed 9 months ago.
😯 1
👍 1
l
Thank you for pointing that out. I will test again and check of it works