From https://github.com/cocotb/cocotb/issues/330#issuecomment-606548409.
me here, using latest ghdl / cocotb
make SIM=ghdl TOPLEVEL_LANG=vhdlgives
sample_module contains no object named inout_if
Is this a cocotb or a GHDL problem?
This is a ghdl issue. I'm working on it but it'll be a few weeks before I get it working (https://github.com/ghdl/ghdl/pull/1249).
generics of std_logic and std_logic_vector are also not accessible.
std_logicgenerics should be accessible since https://github.com/ghdl/ghdl/pull/1297.
std_logic_vector generics are on the to do list.
Since this is not a limitation of GHDL and not cocotb I'm closing this. If you want to keep posting updates here @benreynwar, feel free.
Most helpful comment
std_logicgenerics should be accessible since https://github.com/ghdl/ghdl/pull/1297.std_logic_vectorgenerics are on the to do list.