当我尝试在Vivado 2017.4中运行ADI的项目https://wiki.analog.com/resources/fpga/xilinx/kc705/adv7511时,就收到了此消息
ERROR: [BD 41-1075] Cannot create address segment for </axi_hdmi_clkgen/s_axi/reg0> in </sys_ps7/Data> at 0x079000000 [ 4G ]. The proposed address exceeds the base address limitations <0x40000000 [ 1G ]> of the interface(s) </sys_ps7/M_AXI_GP0> through which this peripheral is accessed by this address space
然后我尝试使用Address Editter中的自动地址分配来分配每个外设的每个地址。
然后我改变了zed_system_bd.tcl
但仍然遇到同样的错误。根据{{1}},GP0映射在0x4000_0000到0x7FFF_FFFF。 谁能告诉我我能做什么?