Skip to content
Snippets Groups Projects
Unverified Commit 2eb8b987 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

tiny adj

parent 09b1f062
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ function import_vivadofile_impl () {
function import_vivadofile () {
import_vivadofile_impl
[[ $? == 1 ]] && echo 'Vivadofile, vivadofile, VivadoFile not found.' && return 1
[[ $? == 1 ]] && echo 'Vivadofile, vivadofile, VivadoFile, VIVADOFILE not found.' && return 1
[[ ! -e ${vivado_exec} ]] && echo "vivado_exec '${vivado_exec}' not found." && return 1
[[ ! -x ${vivado_exec} ]] && echo "vivado_exec '${vivado_exec}' not executable." && return 1
[[ "${thread_num}" == '' ]] && thread_num=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment