Skip to content

Commit

Permalink
scripts: Update tools for the next release
Browse files Browse the repository at this point in the history
The next supported tool versions are:
  + Vivado 2017.4.1
  + Quartus 17.1
  • Loading branch information
Istvan Csomortani authored and Csomi committed Apr 11, 2018
1 parent 3e18291 commit 47e95fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library/scripts/adi_ip.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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)]} {
Expand Down
2 changes: 1 addition & 1 deletion projects/scripts/adi_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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)]} {
Expand Down
2 changes: 1 addition & 1 deletion projects/scripts/adi_project_alt.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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} {

Expand Down

0 comments on commit 47e95fc

Please sign in to comment.