Krzysztof Bieganski

Results 89 comments of Krzysztof Bieganski

I initially considered that, but rejected the idea as that would still require some locking. But after your comment, [I decided to try it](https://github.com/antmicro/OpenSTA/tree/dispatch-multiqueue), and the results are pretty good:...

Ibex cannot be bumped automatically because the FPGA synth example has been moved to [a separate repo](https://github.com/lowRISC/ibex-demo-system). So fusesoc has to be pointed there instead of the actual Ibex repo....

> @kbieganski thank you for the pointer. This seems to be different to the C++ concern mentioned in the initial issue. It's connected. We haven't updated Ibex in years (because...

@YilouWang Could you please take a look? Since it is your commit that introduced this issue

The check should only guard against writing to interface members, but this line writes to the interface reference itself, I think it's safe to relax it (edit: although, should updating...

Huh, I think this is a new rule in IEEE 1800-2023. Something like this would work: ```diff diff --git i/src/V3Begin.cpp w/src/V3Begin.cpp index 9eed66f71..4d7e73896 100644 --- i/src/V3Begin.cpp +++ w/src/V3Begin.cpp @@ -132,6...

> I assume it isn't necessary part of the tix. That's right, it can be dropped. As for the `#0` warning, we could have some sort of a special flag...

@proppy From our perspective this is ready, I wouldn't consider this a draft, it's waiting for a review.