util_clkdiv: constraints should be applied LATE for this core
parent
e0efbe210e
commit
c637d848bb
|
@ -11,6 +11,9 @@ adi_ip_properties_lite util_clkdiv
|
||||||
adi_ip_constraints util_clkdiv [list \
|
adi_ip_constraints util_clkdiv [list \
|
||||||
"util_clkdiv_constr.xdc" ]
|
"util_clkdiv_constr.xdc" ]
|
||||||
|
|
||||||
|
set_property processing_order LATE [ipx::get_files "util_clkdiv_constr.xdc" \
|
||||||
|
-of_objects [ipx::get_file_groups -of_objects [ipx::current_core] -filter {NAME =~ *synthesis*}]]
|
||||||
|
|
||||||
set_property driver_value 0 [ipx::get_ports clk_sel -of_objects [ipx::current_core]]
|
set_property driver_value 0 [ipx::get_ports clk_sel -of_objects [ipx::current_core]]
|
||||||
|
|
||||||
set_property value_validation_type list [ipx::get_user_parameters SIM_DEVICE -of_objects [ipx::current_core]]
|
set_property value_validation_type list [ipx::get_user_parameters SIM_DEVICE -of_objects [ipx::current_core]]
|
||||||
|
|
Loading…
Reference in New Issue