Kaleb Barrett

Results 630 comments of Kaleb Barrett

Riviera is failing with `test_struct.test_struct_format failed: passed but we expected a failure`. Questa is failing with ``` # 0.00ns INFO cocotb.regression test_iteration.recursive_discovery failed # Traceback (most recent call last): #...

@cocotb/maintainers Considering I plan on reintroducing the indexing in a future commit, is this good?

Any update on this? We don't have ActiveHDL available for debugging.

@AndrewNolte 1. Importing from a test module registers all the tests in that module. Fixed. And you can even import test implementations from other modules and use them to implement...

I guess I should fix some newsfragments.

Apparently the reason that CI isn't being run is that workflows aren't triggered by workflow actions by default ([see here](https://github.com/orgs/community/discussions/55906)). This could be remedied by adding `workflow_dispatch` to `regression.yml` and...

> This can be used to ease the analysis of output files or the test outputs. Any idea what's meant by this?

Does bluesim implement the VPI or a similar procedural interface?

AFAICT bluespec is just a transpiler? So it should be possible to have the transpilation stage be run before the cocotb simulation stage is run. What is needed from cocotb...

It's definitely of interest. We (the maintainers, power users, previous personal employers, etc.) have been tossing the idea around for a couple years now, but no one has had time...