axi_dmac: axi_dmac_hw.tcl: Fix indention
Fix some slight indentation issues in the axi_dmac_hw.tcl. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>main
parent
e609c7fd3b
commit
5418dfeb50
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue