Hello. I am synthesizing the MicroZed Basic System reference design using Vivado 2013.4. I get a ton of warnings about stuff not being driven for DDR and ENET0. Below are a couple of them. Is this an issue or is it just because those nets are not actually part of the PL and Vivado gets confused?
[Synth 8-3848] Net ENET0_GMII_TX_EN in module/entity processing_system7_v5_3_processing_system7 does not have driver.
[Synth 8-4446] all outputs are unconnected for this instance and logic may be removed.
The last one is related to this auto generated code in the wrapper for the Zynq.
generate
for (i=0; i < 15; i=i+1) begin
BIBUF DDR_Addr_BIBUF (.PAD(DDR_Addr[i]), .IO(buffered_DDR_Addr[i]));
end
endgenerate