Olof Kindgren

Results 83 issues of Olof Kindgren

The SymbiFlow backend is currently a mixed bag with a yosys+nextpnr-centric flow and a yosys+vpr-centric flow with the latter being called through the symbiflow_* shell script wrappers. The drawback of...

The new Flow API allows for more esoteric flows and tools. Some of these will not make sense to have in the main Edalize code base but might be distributed...

Some flows using the new flow API has e.g. support for optional frontends. Problem is that those are dynamically inserted into the flow graph after all options have been applied...

The flow API abstracts the chaining of tools to the EdaCommands class which is responsible for creating a final makefile. Due to make being a bit of a pain on...

enhancement

The ModelSim makefile contains a check to detect if vco is run as 32 or 64 bits. This check explicitly calls for shell which seems like it tries to invoke...

This is a meta issue to keep track of the status of the migration to [Edalize (Slight Return)](https://github.com/olofk/edalize/wiki/Edalize-(Slight-return)). While there are still a lot of things that needs to be...

Starting a meta issue to cover some aspect of the OpenLane support. First issue we see is that we are stretching FuseSoC/Edalize to its limits with the kind of hierachical...

Vivado (and other tools) support setting the contents of on-chip memories in an FPGA image without rebuilding. This would be good to support and doing it in the run stage...

enhancement

This enables support for the new flow API in Edalize, which will eventually supersede the current Edalize API. For now these two APIs live side by side. FuseSoC users who...

FuseSoC 2.0 (with dropped support for CAPI1) should had been out for a while already, so let's list the things remaining to get this released. Writing the items I think...