diff --git a/library/scripts/adi_ip.tcl b/library/scripts/adi_ip.tcl index b6730ebfb..f7a6266d6 100644 --- a/library/scripts/adi_ip.tcl +++ b/library/scripts/adi_ip.tcl @@ -2,7 +2,7 @@ # check tool version if {![info exists REQUIRED_VIVADO_VERSION]} { - set REQUIRED_VIVADO_VERSION "2014.4.1" + set REQUIRED_VIVADO_VERSION "2015.2.1" } if {[info exists ::env(ADI_IGNORE_VERSION_CHECK)]} { diff --git a/projects/scripts/adi_project.tcl b/projects/scripts/adi_project.tcl index fe1b776c5..3b7d10256 100644 --- a/projects/scripts/adi_project.tcl +++ b/projects/scripts/adi_project.tcl @@ -1,13 +1,13 @@ -variable p_board -variable p_device +variable p_board +variable p_device variable sys_zynq variable p_prcfg_init variable p_prcfg_list variable p_prcfg_status if {![info exists REQUIRED_VIVADO_VERSION]} { - set REQUIRED_VIVADO_VERSION "2014.4.1" + set REQUIRED_VIVADO_VERSION "2015.2.1" } if {[info exists ::env(ADI_IGNORE_VERSION_CHECK)]} {