Karol Gugala

Results 83 comments of Karol Gugala

One of the things we may want to do is to extend the tools (toolchains) we can (the open source ones) with some "self-awareness" features - `pkgconfig` style. In VPR...

there is an ongoing work on having better wrappers in SymbiFlow (python based). Those should be more configurable than the ones we have now. I believe we can also use...

This is blocked by https://github.com/SymbiFlow/python-symbiflow-v2x/pull/32 @mithro can you take a look on V2X fasm annotations?

I suppose the kokoro run is not triggered automatically because the author of the PR (bot) is not a member of the project - maybe we should automatically mark the...

https://github.com/peter-evans/create-pull-request/issues/48

Hmm, it looks like the red CI is a conda failure. I'll force another run

I fixed golde model for single port ram, and cmake deps for the rest of the tests. the remaining tests fail on implicit FFs (#652)

@mithro I addressed most of the issues that were keeping CI red. Right now the `dsp_conditional` fails with: ``` # Load Timing Constraints took 0.00 seconds (max_rss 8.7 MiB, delta_rss...

It looks like the test does not synthesize correct verilog file. This is the eblif we get in the `dsp_in_registered` test: ``` .model top .inputs a0 a1 a2 a3 a4...

Oh. I see the eblifs in the tests are generated with `vpr_pbtype_to_eblif.py`