Current outstanding questions / topics #
how does vpi workhow does cocotb connect to the simulator- is it possible to connect a debugger to the compiled libraries?
- how simulation time advances and how variables are set from python -> simulator
- how does the cocotb scheduler work
possible bugs / confusing code #
GpiCommon.cpp
: why can you register multiple implementations ingpi_register_impl
when all the code is setup to access only the first thing in the vectorregistered_impls[0]->