scripts/adi_ip: Remove AXIMM inference from adi_ip_infer_interfaces
The AXI Memory Map interface is infered in the adi_ip_properties process. Infer it again in the adi_ip_infer_interfaces brakes the flow, the tool will not find the cell's address segment, so there will not be any address space assigned to the AXI interface. Affected cores were axi_i2s_adi and axi_spdif_tx.main
parent
753f4bd06e
commit
8b8c37e2e2
|
@ -124,7 +124,6 @@ proc adi_ip_infer_interfaces {ip_name} {
|
|||
|
||||
ipx::infer_bus_interfaces xilinx.com:interface:clock_rtl:1.0 [ipx::current_core]
|
||||
ipx::infer_bus_interfaces xilinx.com:interface:reset_rtl:1.0 [ipx::current_core]
|
||||
ipx::infer_bus_interfaces xilinx.com:interface:aximm_rtl:1.0 [ipx::current_core]
|
||||
ipx::infer_bus_interfaces xilinx.com:interface:axis_rtl:1.0 [ipx::current_core]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue