Alessandro Comodi

Results 103 comments of Alessandro Comodi

@pgielda @mithro Currently, fpga-tool-perf tests are running on Kokoro. There are two types of builds, one is run when submitting PRs (presubmit) and the other is run when merging on...

@mkurc-ant [This](https://github.com/SymbiFlow/fpga-tool-perf/blob/master/project/daisho-usb3.json) is the top level. You can run that with the following, prior to having set up the toolperf environment: ``` ./fpgaperf.py --toolchain vpr --board nexys-video --project daisho-usb3 ```

Originally, when adding this test, there was an issue that now should be solved in the symbiflow-arch-defs (related to the CARRY4 CHAIN packing). I will try and see whether we...

Fixed with https://github.com/SymbiFlow/fpga-tool-perf/pull/196

Thanks for filing this @srtemp. Regarding the various README issues you are right, there have been quite some changes lately and the README is out of date, I will update...

@srtemp FYI, the README has been updated

I think this is an issue with the colab code. The data for the trendpoints use dataframes which have filtered out projects for each different build which failed for some...

> Is this a case where an inverter needs to be absorbed into the OLOGIC tile Looking at the design, there is no OSERDES that has an inverted clock, but...

@mithro it adds the test design, for now built with vivado and yosys-vivado, until we find a solution to this issue.

@mithro CI works in a way that all the possible toolchain/devices/designs are tested. It is expected that some of them won't build successfully, and there are combinations which *have* to...