Matthias Seidel

Results 5 issues of Matthias Seidel

I'm trying to run the examples after installing cocotb. I followed the installation instructions. Installed versions (running on Win10 x64): - conda 4.12.0 - cocotb 1.6.2 - python 3.10.4 (from...

type:question
category:OS:Windows
category:simulators:modelsim
category:simulators:riviera

I'm instantiating an AXI4LiteMaster in my testbench. With the default behaviour in cocotb_bus 0.2.1 installed from pypi the following line fails: https://github.com/cocotb/cocotb-bus/blob/2c846dca8d3293b7676c70dd51dbc9c7f51029f0/src/cocotb_bus/drivers/amba.py#L67 with `AttributeError: 'NoneType' object has no attribute 'setimmediatevalue'`...

I'm not sure if this is actually an issue in cocotb or in my simulator (Riviera-PRO 2019.10). I created a small set of files recreating the problem. Maybe someone could...

When using the XGMII Monitor with the scoreboard, `check_received_transaction()` tries to access the name attribute for logging. However, the Monitor class is not guaranteed to have this attribute: https://github.com/cocotb/cocotb/blob/924f35a3b7d39543118b7bfaed77dd4808e6612b/cocotb/scoreboard.py#L222 It...