Tim 'mithro' Ansell
Tim 'mithro' Ansell
The HDL GitHub organization is trying to build a critical mass around providing open source EDA tooling (like the open source FPGA tooling) in a number of different ways like...
It would be nice to have a comparison to Microwatt.
I can now issue commands through the web interface, yay!
Hi! I've [created a small extension which monkey patches exhale to support multiple doxygen projects](https://github.com/mithro/sphinx-contrib-mithro/tree/master/sphinx-contrib-exhale-multiproject). Would you be interested in incorporating this into exhale as a default feature? If so...
Signed-off-by: Tim 'mithro' Ansell
@petut - any chance you or any of your contributors are Uni students? If so, I would love to see a MigenAXI/Zynq intergration proposal as part of the [Google Summer...
@olofk recently posted https://twitter.com/OlofKindgren/status/1354178191431245824?s=20 > I finally got around to merge a really cool Edalize feature. If you install edalize with the optional reporting module (e.g. `pip install --user -e...
Links; - https://openlane.io - https://theopenroadproject.org/ - https://skywater-pdk.readthedocs.io/ As a totally open source way to generate a fully open source ASIC, it would be great to make sure that edalize correctly...
The various tools can produce a lot of messages about the design. Extract them and report in a useful common format.
Here is a simple example for Vivado. https://github.com/SymbiFlow/fpga-tool-perf/blob/f8438d0447ae808fd1434073b037fa30b274c423/fpgaperf.py#L444-L506 ```python def vivado_resources(self): report_path = self.out_dir + "/" + self.project_name + ".runs/impl_1/top_utilization_placed.rpt" with open(report_path, 'r') as fp: report_data = fp.read() report_data =...