Robert Winkler

Results 17 comments of Robert Winkler

This is a great feature! When it will be available in `netlistsvg`? Is there any work that needs to be done here?

Are there any plans to provide support for arrays of channels shortly? Would it be possible to flatten the array of channels when converting DSLX to IR, so that each...

@ktbarrett Are there any plans to allow for parameterizing cocotb tests with pytest, as in your example? > ```python > @pytest.parameterize("a", [1, 2, 3]) > @cocotb.test() > async def test_thing(a):...

I believe `test_parallel_cocotb.py` is a different thing than the snippet presented earlier. The parallel test uses pytests parameterization to set parameters for Cocotb Runner invocation, while @ktbarrett's snippet is about...

This PR has been created to discuss the changes and then add it as a `wip/` branch to SymbiFlow Yosys. The code comes from the QuickLogic Yosys fork (which is...

Is there any other issue that needs to be addressed before creating `wip/quicklogic` branch and regenerating Yosys `master+wip` branch?

> I believe converting this PR into a plugin, likely under its own project, is my preferred path forward. Ok, I will create a PR which will add those changes...