File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -602,7 +602,6 @@ function(DEFINE_DEVICE)
602
602
--device ${DEVICE_FULL}
603
603
${WIRE_EBLIF}
604
604
--place_algorithm bounding_box
605
- --enable_timing_computations off
606
605
--route_chan_width 6
607
606
--echo_file on
608
607
--min_route_chan_width_hint 1
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ function(ADD_XC_ARCH_DEFINE)
63
63
--clock_modeling route \
64
64
--place_delta_delay_matrix_calculation_method dijkstra \
65
65
--place_delay_model delta_override \
66
- --router_lookahead connection_box_map \
66
+ --router_lookahead map \
67
67
--check_route quick \
68
68
--strict_checks off \
69
69
--allow_dangling_combinational_nodes on \
Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ function(ADD_XC_DEVICE_DEFINE)
355
355
--constant_net_method route
356
356
--clock_modeling route
357
357
--place_delay_model delta_override
358
- --router_lookahead connection_box_map
358
+ --router_lookahead map
359
359
--disable_errors check_unbuffered_edges:check_route:check_place
360
360
--suppress_warnings sum_pin_class:check_unbuffered_edges:load_rr_indexed_data_T_values:check_rr_node:trans_per_R
361
361
--route_chan_width 500
You can’t perform that action at this time.
0 commit comments