Olof Kindgren

Results 560 comments of Olof Kindgren

The name of the backend you are looking for is called `modelsim`, not `Questasim`

There is `fusesoc gen clean` which should clean out the generator cache, but I'm also curious how this happened in the first place.

Adding a cocotb_testcase parameter is doable, but in the meantime you can do like you do already or run with `TESTCASE=test_busy_cfg2 fusesoc run ...` (which is what I do typically...

Closing this now. If you still have a need for a cocotb_testcase option, feel free to file a new bug here https://github.com/olofk/edalize/issues

This was caused by a change in Icarus Verilog where a previous warning now is an error. I just filed https://github.com/steveicarus/iverilog/issues/1137 in the hope that this can be downgraded to...

I pushed some fixes now. Please let me know if those solve your issues.

Yes, it could be an include file, but that's not how it is currently implemented. Either way, closing now.

We will not add support for that for both technical and philosophical reasons. We can't rely on things outside of the core to exist in specific directories. A core can't...

Completely missed this one. Sorry about that. Patch looks fine, but since you added this we have moved to a new API in Edalize called the Flow API. The changes...

I think this might be better to handle with a generator so that all simulators can benefit from this. Also, the xsim backend currently only implements the old Tool API....