Cocotb: Top-level structs not accessible using GHDL

Created on 5 May 2020  路  4Comments  路  Source: cocotb/cocotb

From https://github.com/cocotb/cocotb/issues/330#issuecomment-606548409.

me here, using latest ghdl / cocotb

make SIM=ghdl TOPLEVEL_LANG=vhdl

gives

sample_module contains no object named inout_if

Is this a cocotb or a GHDL problem?

simulators categoryghdl bug

Most helpful comment

std_logicgenerics should be accessible since https://github.com/ghdl/ghdl/pull/1297.
std_logic_vector generics are on the to do list.

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

raysalemi picture raysalemi  路  5Comments

chiggs picture chiggs  路  6Comments

imphil picture imphil  路  7Comments

themperek picture themperek  路  3Comments

ktbarrett picture ktbarrett  路  8Comments