Skip to content

Commit

Permalink
axi_dmac: axi_dmac_hw.tcl: Fix indention
Browse files Browse the repository at this point in the history
Fix some slight indentation issues in the axi_dmac_hw.tcl.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
  • Loading branch information
larsclausen authored and Lars-Peter Clausen committed Apr 24, 2018
1 parent e609c7f commit 5418dfe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions library/axi_dmac/axi_dmac_hw.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,12 @@ proc axi_dmac_validate {} {
set_parameter_property $p VISIBLE $auto_clk
}
foreach suffix {SRC DEST} {
if {[get_parameter_value DMA_TYPE_$suffix] == 0} {
set show_axi_protocol true
} else {
set show_axi_protocol false
}
set_parameter_property DMA_AXI_PROTOCOL_$suffix VISIBLE $show_axi_protocol
if {[get_parameter_value DMA_TYPE_$suffix] == 0} {
set show_axi_protocol true
} else {
set show_axi_protocol false
}
set_parameter_property DMA_AXI_PROTOCOL_$suffix VISIBLE $show_axi_protocol
}
}

Expand Down

0 comments on commit 5418dfe

Please sign in to comment.