edalize icon indicating copy to clipboard operation
edalize copied to clipboard

An abstraction library for interfacing EDA tools

Results 130 edalize issues
Sort by recently updated
recently updated
newest added

See https://github.com/m-labs/migen/issues/153

I'm looking for clarification on the intended usage of the multiple packages (`edalize`, `edalize.tools`, `edalize.flows`). I have searched the code, issues, and Wiki and understand that `edalize.flows` is the newest...

I use bd file, with several custom IPs, as top level of a Vivado project. I created cores for each IP as well as the top level. However, it will...

The ``$(EDALIZE_LAUNCHER)`` environment variable was missing from the calls to ``xtclsh`` in the code that generates the ``Makefile``(s), so ISE docker images could not be used (the custom launcher was...

This contains the changes to Yosys which allows it to work with the F4PGA flow. What F4PGA does is use its own TCL script for synthesis, then runs its own...

Relates to issue #334.

A recent change in FuseSoC to better check data types revealed that some Edalize tool options were mistakenly set as strings instead of integers

When using Vivado as a tool, the pnr key-value pair gets lost from the tool_options object. As such, "implemenentation" (place and route) is always run as it is the default...

This works with my simple builds, but needs additional testing and validation for libraries and more complex GHDL usage. I will correct any problems as I encounter them.

This proposal adds a flag to enable power optimization during implementation stage of a Vivado run. Power optimization can have huge impacts, especially when using a device that has a...