Skip to content

Commit b444219

Browse files
committed
vpr: use router lookahead map instead of connection box
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent fb5be9e commit b444219

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

common/cmake/devices.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,6 @@ function(DEFINE_DEVICE)
602602
--device ${DEVICE_FULL}
603603
${WIRE_EBLIF}
604604
--place_algorithm bounding_box
605-
--enable_timing_computations off
606605
--route_chan_width 6
607606
--echo_file on
608607
--min_route_chan_width_hint 1

xc/common/cmake/arch_define.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function(ADD_XC_ARCH_DEFINE)
6363
--clock_modeling route \
6464
--place_delta_delay_matrix_calculation_method dijkstra \
6565
--place_delay_model delta_override \
66-
--router_lookahead connection_box_map \
66+
--router_lookahead map \
6767
--check_route quick \
6868
--strict_checks off \
6969
--allow_dangling_combinational_nodes on \

xc/common/cmake/device_define.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ function(ADD_XC_DEVICE_DEFINE)
355355
--constant_net_method route
356356
--clock_modeling route
357357
--place_delay_model delta_override
358-
--router_lookahead connection_box_map
358+
--router_lookahead map
359359
--disable_errors check_unbuffered_edges:check_route:check_place
360360
--suppress_warnings sum_pin_class:check_unbuffered_edges:load_rr_indexed_data_T_values:check_rr_node:trans_per_R
361361
--route_chan_width 500

0 commit comments

Comments
 (0)