diff --git a/library/scripts/adi_ip.tcl b/library/scripts/adi_ip.tcl index 66fa8d02d..df83cc579 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 "2017.4.1" + set REQUIRED_VIVADO_VERSION "2018.2" } if {[info exists ::env(ADI_IGNORE_VERSION_CHECK)]} { diff --git a/projects/scripts/adi_project.tcl b/projects/scripts/adi_project.tcl index d5abb4154..cf41a1037 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 "2017.4.1" + set REQUIRED_VIVADO_VERSION "2018.2" } if {[info exists ::env(ADI_IGNORE_VERSION_CHECK)]} {