I posted this also on the Xilinx forums, but it looks more related to the board definition file of the Zedboard in Vivado 2015.3
I discovered several unexpected warnings in Vivado when making a basic design with the Zedboard :
just doing these basic steps :
1) create new project, select Zedboard
2) add Zynq
3) run block automation & connection automation
4) connect FCLK_CLK0 to M_AXI_GP0_ACLK
5) create wrapper
6) generate bitstream
In 2014.4 & 2015.2 this worked just fine, howver in 2015.3 :
I get 3 sysnthesis warnings :
[Synth 8-992] S_AXI_GP0_ACLK_temp is already implicitly declared earlier
[Synth 8-992] S_AXI_GP1_ACLK_temp is already implicitly declared earlier
[Synth 8-350] instance 'inst' of module 'processing_system7_v5_5_processing_system7' requires 685 connections, but only 672 given
A placement warning :
[Place 30-12] An IO Bus FIXED_IO_mio with more than one IO standard is found. Components associated with this bus are:
A Route desing warning :
[DRC 23-20] Rule violation (PLIO-7) Placement Constraints Check for IO constraints - An IO Bus FIXED_IO_mio[53:0] with more than one IO standard is found. Components associated with this bus are: LVCMOS18 (FIXED_IO_mio[53], ...
Also, when trying to test a basic LwIP, I get no ethernet communication, so there's definitely something wrong with this