If the device usage is more than 60% and the design is unable to meet the timing, use the following instructions for timing closure.
- Reduce AXI Control clock of SYNC IP to 100 MHz.
- Use following aggressive implementation strategies options
- set_property STEPS.PHYS_OPT_DESIGN.ARGS.DIRECTIVE AggressiveExplore [get_runs implementation_*]
- set_property STEPS.ROUTE_DESIGN.ARGS.DIRECTIVE AggressiveExplore [get_runs implementation_*]
- set_property -name {STEPS.ROUTE_DESIGN.ARGS.MORE OPTIONS} -value -tns_cleanup -objects [get_runs implementation_*]
- set_property STEPS.POST_ROUTE_PHYS_OPT_DESIGN.IS_ENABLED true [get_runs implementation_*]
- set_property STEPS.POST_ROUTE_PHYS_OPT_DESIGN.ARGS.DIRECTIVE Default [get_runs implementation_*]