Skip to content

Commit

Permalink
change version to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
tknopp committed Dec 6, 2024
1 parent 691afb9 commit 7b15284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpga/bd/bd.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7b15284

Please sign in to comment.