Kaleb Barrett

Results 630 comments of Kaleb Barrett

The SV VPI extension supports `vpiPackage`, but I don't think GHDL supports SV VPI extensions.

One way to accomplish this right now is to use the following. ```python my_pack = cocotb.handle.SimHandle(cocotb.simulator.get_root_handle("my_pack")) ```

Also looks like the code doesn't pass the linting checks. You should install and use pre-commit. ```sh python -m pip install pre-commit pre-commit install ``` This will prevent you from...

I have no details, simply noticed the test was failing and opened an issue to investigate further at some point in time.

@M0stafaRady Please open an issue in GHDL's repo, this is an upstream problem.

I have not put in an SR. I'll leave that to FOSSi.

It should be noted that this vagueness goes away once we replace the Makefiles with the Python runner.

In what version of Questa was this introduced? We do want to support a "reasonable" set of older versions of tools. Personally I'd like to see cocotb continue to support...

Seems to only affect Questa FLI, which is where I was experiencing it.

@cmarqu I added a newsfragment. Is there any way to retry the RTD build from their site? Otherwise I'll just do the close/reopen trick later.