Alessandro Comodi
Alessandro Comodi
@jhu960213 I believe that, as short term, you may comment out the SLEW property setting in the XDC file. You can find the XDC file in the gateware directory that...
@jhu960213 Keep in mind that, adding a new primitive to support might take some time, but the various steps are as follows: 1. Document the primitive in prjxray. This means...
@bl0x @tcal-x Great to hear that it works. The CMOD A7 should be on the way so I can test on HW as well. I am not sure though what...
@tcal-x Yep, actually it has arrived, I am gonna give it a try tomorrow probably
@pabigot @tcal-x I have opened a [PR](https://github.com/SymbiFlow/symbiflow-examples/pull/110) to: - fix the absence of openocd in the env (and also the link to the config file); - fix the non-working counter...
Hi @ssmolov, even though there are still some problems when it comes to the fasm package, for which the antlr library seems to not being correctly installed, the above is...
@andrewb1999 The latest tars produced by symbiflow-arch-defs master do contain the 200T data files ([latest](https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/98/20201120-093358/symbiflow-arch-defs-install-d5f8ce8d.tar.xz))
@mithro At the moment, we need to post-process the XDC generated by LiteX to avoid having unrecognized commands which are not yet implemented in the yosys plugin. Examples of these...
To solve 1 the possible way forward is: - have the projects jsons define which toolchains are supported, and, for each toolchain, a board-related set of constraints file. E.g.: ```json...
@mithro the first issue is solved. The lower priority one, but non-trivial with the current test run system, is to be able to get existing build outputs to use for...