Lan Dang
05/11/2024, 11:10 AMmake 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 lotMitch Bailey
05/11/2024, 12:12 PMcaravan_core.v
(analog) should probably not be used with the caravel (digital) top.Lan Dang
05/11/2024, 1:44 PMdesign_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?Mitch Bailey
05/11/2024, 2:08 PMLan Dang
05/11/2024, 2:15 PM