SymbiFlow / conda-packages

Conda build recipes for the toolchains needed by LiteX / MiSoC firmware
https://github.com/mithro/HDMI2USB-litex-firmware
Apache License 2.0
2 stars 10 forks source link

Add yosys fork capable of processing Ibex #124

Closed wtatarski closed 4 years ago

wtatarski commented 4 years ago

This PR adds yosys from Antmicro fork to conda packages https://github.com/antmicro/yosys/tree/ibex-wip-symbiflow This fork is able to process the whole Ibex design. We're adding this fork to conda packages to check its results with other cores in sv-tests.

wtatarski commented 4 years ago

CC: @hzeller

mithro commented 4 years ago

@PiotrZierhoffer -- This is another example of where something like conda-build-prepare could be useful to enable upstream / antmicro / symbiflow Yosys forks to share the same recipe which build-prepare converts to a real recipe for a given version?