From 7b1528439a4a49761057744079301e7f8312b759 Mon Sep 17 00:00:00 2001 From: Tobias Knopp Date: Fri, 6 Dec 2024 21:02:21 +0100 Subject: [PATCH] change version to 10 --- src/fpga/bd/bd.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fpga/bd/bd.tcl b/src/fpga/bd/bd.tcl index f85d8cfb..d6049ccc 100644 --- a/src/fpga/bd/bd.tcl +++ b/src/fpga/bd/bd.tcl @@ -1567,7 +1567,7 @@ proc create_hier_cell_system_1 { parentCell nameHier } { # Create instance: image_version, and set properties set image_version [ create_bd_cell -type ip -vlnv xilinx.com:ip:xlconstant:1.1 image_version ] set_property -dict [ list \ - CONFIG.CONST_VAL {9} \ + CONFIG.CONST_VAL {10} \ CONFIG.CONST_WIDTH {32} \ ] $image_version