Skip to content

Commit c81b87c

Browse files
jason--wuMichal Simek
authored andcommitted
Check if axi_ethernet_buffer is connected to the axi-dma
For vivado 2013.3, the axi-ethernet is been known as axi_ethernet_buffer. We need to detect this and generated the correct comptabile string and dts node for axi-ethernet. Signed-off-by: Jason Wu <j.wu@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
1 parent e64cfec commit c81b87c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

data/device-tree_v2_1_0.tcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,6 +1599,8 @@ proc gener_slave {node slave intc {force_type ""}} {
15991599
# FIXME - this need to be check because axi_ethernet contains axi dma handling in it
16001600
if {[string compare $connected_ip_type "axi_ethernet"] == 0} {
16011601
set axiethernetfound 1
1602+
} elseif {[string compare $connected_ip_type "axi_ethernet_buffer"] == 0} {
1603+
set axiethernetfound 1
16021604
} else {
16031605
# Axi loopback widget can be found just in this way because they are not connected to any bus
16041606
variable periphery_array

0 commit comments

Comments
 (0)