chipsalliance / tools-cocotb-verilator-build

13 stars 3 forks source link

VPI Error vpi_iterate: Unsupported type vpiModule, nothing will be returned #5

Open xiajenny opened 5 years ago

xiajenny commented 5 years ago

I'm trying this build on some verilator code at work, and am encountering this error:

include/verilated_vpi.cpp
     0.00ns WARNING  cocotb.gpi                                  VpiImpl.cpp:64   in get_sim_time                    VPI Error vpi_iterate: Unsupported type vpiModule, nothing will be returned
                                                                                                                     PROD Verilator
                                                                                                                     CODE (null)
                                                                                                                     FILE /project-dir/verilator-build/env/share/verilator/

I see that there is still some work to be done here: https://gitter.im/librecores/cocotb-verilator Is this part of that, or does anyone have tips on resolving it?

ZvonimirBandic commented 5 years ago

Karol - can you look into this?