HI,
I am using adrv9002 evaluation board with zcu102 board, and using vivado 2025.1.
I have taken hdl design from https://github.com/analogdevicesinc/hdl/tree/main/projects/adrv9001/zcu102
and noos design from https://github.com/analogdevicesinc/no-OS/tree/main/projects/adrv9001
I am getting build error,
[ERROR] prjpath/adrv9001/src/hal/parameters.h:65:41: error: 'XPAR_XSPIPS_SPI_0_DEVICE_ID' undeclared (first use in this function)adrv_component::build
In vitis ide , xparameters.h no longer contains DEVICE_ID definitions. Instead the BASEADDR definition is used,
to build successfully,which files should I change?