Commit bd8919a2 authored by Alén Arias Vázquez's avatar Alén Arias Vázquez 😎

added break instead exit

parent dadbfb86
Pipeline #3450 failed with stages
in 26 minutes and 15 seconds
......@@ -132,7 +132,7 @@ if { [ string equal ${run_type} "build" ] } {
} else {
write_msg "ERROR: Synthesis run failed" "3"
write_msg "ERROR: ${status_synth}" "3"
exit
break
}
# Set Implementation Properties
......@@ -149,7 +149,7 @@ if { [ string equal ${run_type} "build" ] } {
} else {
write_msg "ERROR: Implementation run failed" "3"
write_msg "ERROR: ${status_impl_1}" "3"
exit
break
}
# Copy Bitstream
......@@ -160,6 +160,7 @@ if { [ string equal ${run_type} "build" ] } {
write_hw_platform -force ${output_path}/${_xil_proj_name_}/${_xil_proj_name_}.xsa -fixed -include_bit
} else {
write_msg "ERROR: Failed Bistream Generation" "3"
break
}
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment