Skip to content

Commit

Permalink
updating microblaze/ruckus.tcl for Vivado 2023.2
Browse files Browse the repository at this point in the history
Vivado bug for .bd not resolved yet
  • Loading branch information
ruck314 committed Nov 3, 2023
1 parent cede45e commit 62f68a1
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) == 2023.1 ||
if { $::env(VIVADO_VERSION) == 2023.2 ||
$::env(VIVADO_VERSION) == 2023.1 ||
$::env(VIVADO_VERSION) == 2022.2 } {
puts "\nVivado v$::env(VIVADO_VERSION) not supported for general/microblaze\n"
exit -1
Expand Down

0 comments on commit 62f68a1

Please sign in to comment.