How to generate xparameters.h in Vivado

Using PYNQ z1;
Vivado 2020.1;

hello,

How to generate the xparameters.h file using vivado 2020.1? is there an SDK supported by this version.

Thank you.

This is generated when you build the software for your hardware design. For 2020.1 you need to install Vitis to have the SDK tools to build this.

Cathal

Thank you Mr McCabe