Skip to content

Commit

Permalink
Merge pull request #1080 from slaclab/vivado-2023-1
Browse files Browse the repository at this point in the history
updating microblaze/ruckus.tcl
  • Loading branch information
ruck314 committed May 19, 2023
2 parents de4906d + fbfd396 commit 9e258db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xilinx/general/microblaze/ruckus.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ if { [info exists ::env(VITIS_SRC_PATH)] != 1 } {
loadSource -lib surf -path "$::DIR_PATH/generate/MicroblazeBasicCoreWrapper.vhd"

# Load the .bd file
if { $::env(VIVADO_VERSION) == 2022.2 } {
if { $::env(VIVADO_VERSION) == 2023.1 ||
$::env(VIVADO_VERSION) == 2022.2 } {
puts "\nVivado v$::env(VIVADO_VERSION) not supported for general/microblaze\n"
exit -1
} elseif { $::env(VIVADO_VERSION) >= 2021.1 } {
Expand Down

0 comments on commit 9e258db

Please sign in to comment.