Skip to content

Commit

Permalink
scripts/adi_env.tcl: Update to Vivado 2023.1
Browse files Browse the repository at this point in the history
Signed-off-by: Iulia Moldovan <[email protected]>
  • Loading branch information
IuliaCMoldovan committed Aug 10, 2023
1 parent 9c446a1 commit a431db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/adi_env.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [info exists ::env(ADI_GHDL_DIR)] {
}

# Define the supported tool version
set required_vivado_version "2022.2"
set required_vivado_version "2023.1"
if {[info exists ::env(REQUIRED_VIVADO_VERSION)]} {
set required_vivado_version $::env(REQUIRED_VIVADO_VERSION)
} elseif {[info exists REQUIRED_VIVADO_VERSION]} {
Expand Down

0 comments on commit a431db9

Please sign in to comment.