Marlon James

Results 141 comments of Marlon James

The approach I started was to add callback functions to the `Task` that are called when it finishes. The regression manager would create the test `Task`, add the callback for...

You could take your SV and Python files and make a new cocotb test like `tests\test_cases\test_sv_struct_array`. I think you'll have to exclude icarus as in `test_array` because of the lack...

https://github.com/cocotb/cocotb/blob/d566d19a8a400e99ab5a298844e9fa7b86940a68/cocotb/__init__.py#L58 This appears to be failing when reopening `stdout`, which then causes an Exception for every logging command. Perhaps we should restore them using `sys.__stdout__`/`sys.__stderr__` on failure?

Is the `vhpiCbRepStartOfPostponed` callback on the Questa roadmap? I know they are planning on being more permissive in `vhpiCbRepEndOfTimeStep` callbacks, but I would rather be VHPI compliant if possible.

> Is this the restart issue? No, this relates to #2749

`test_vhdl_access` is having an issue with `for generate` statements as well.

I just ran into this as well. Looks like it's here: https://github.com/ymyzk/tox-gh-actions/blob/a0631129cb84b4c72f31be92210a2da98800c78d/src/tox_gh_actions/plugin.py#L28

My problem is related. If @imphil's `tox.ini` file is structured slightly differently: ```ini [tox] envlist = py3 [testenv] deps = pytest [testenv:py3-ci] # Dependencies only when running in CI, #...

Upstream PR to add `vpiRealVar` and `vpiStringVar` support: https://github.com/verilator/verilator/pull/4594