diff --git a/library/axi_dmac/bd/bd.tcl b/library/axi_dmac/bd/bd.tcl index 40d5525dd..d67f5134c 100644 --- a/library/axi_dmac/bd/bd.tcl +++ b/library/axi_dmac/bd/bd.tcl @@ -103,7 +103,7 @@ proc propagate {cellpath otherinfo} { if {$dest_type == 2} { set dest_clk [get_bd_pins "$ip/fifo_rd_clk"] - } elseif {$src_type == 1} { + } elseif {$dest_type == 1} { set dest_clk [get_bd_pins "$ip/m_axis_aclk"] } else { set dest_clk [get_bd_pins "$ip/m_dest_axi_aclk"]