axi_spi_engine: Fix value range for ID parameter
parent
46419f8d09
commit
3bd8b73028
|
@ -96,7 +96,7 @@ set cc [ipx::current_core]
|
|||
## ID
|
||||
set_property -dict [list \
|
||||
"value_validation_type" "range_long" \
|
||||
"value_validation_range_minimum" "1" \
|
||||
"value_validation_range_minimum" "0" \
|
||||
"value_validation_range_maximum" "255" \
|
||||
] \
|
||||
[ipx::get_user_parameters ID -of_objects $cc]
|
||||
|
|
Loading…
Reference in New Issue