edalize icon indicating copy to clipboard operation
edalize copied to clipboard

Add Vivado power optimization option flag

Open sebinho opened this issue 5 months ago • 4 comments

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 PS (Processing System).

To use this new option, simply add the following flag in your *.core file:

flow_options :
            part           : xczu3eg-sfvc784-1-e
            power_opt      : 1

If set to 0, it will disable the power optimizations (and also if the options is not specified at all)

sebinho avatar Jan 24 '24 20:01 sebinho