diff --git a/library/scripts/adi_ip.tcl b/library/scripts/adi_ip.tcl index 6f6f684bc..533860bf1 100644 --- a/library/scripts/adi_ip.tcl +++ b/library/scripts/adi_ip.tcl @@ -3,7 +3,7 @@ ## check tool version if {![info exists REQUIRED_VIVADO_VERSION]} { - set REQUIRED_VIVADO_VERSION "2016.4" + set REQUIRED_VIVADO_VERSION "2017.4.1" } if {[info exists ::env(ADI_IGNORE_VERSION_CHECK)]} { diff --git a/projects/scripts/adi_project.tcl b/projects/scripts/adi_project.tcl index 1d82fc2ba..de10f13c6 100644 --- a/projects/scripts/adi_project.tcl +++ b/projects/scripts/adi_project.tcl @@ -7,7 +7,7 @@ variable p_prcfg_list variable p_prcfg_status if {![info exists REQUIRED_VIVADO_VERSION]} { - set REQUIRED_VIVADO_VERSION "2016.4" + set REQUIRED_VIVADO_VERSION "2017.4.1" } if {[info exists ::env(ADI_IGNORE_VERSION_CHECK)]} { diff --git a/projects/scripts/adi_project_alt.tcl b/projects/scripts/adi_project_alt.tcl index f25e26f9c..3876442fd 100644 --- a/projects/scripts/adi_project_alt.tcl +++ b/projects/scripts/adi_project_alt.tcl @@ -5,7 +5,7 @@ variable version set family "none" set device "none" -set version "16.1.2" +set version "17.1.1" proc adi_project_altera {project_name} {