Skip to content

Commit

Permalink
vpr: use router lookahead map instead of connection box
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
  • Loading branch information
acomodi committed Jun 17, 2020
1 parent fb5be9e commit b444219
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion common/cmake/devices.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,6 @@ function(DEFINE_DEVICE)
--device ${DEVICE_FULL}
${WIRE_EBLIF}
--place_algorithm bounding_box
--enable_timing_computations off
--route_chan_width 6
--echo_file on
--min_route_chan_width_hint 1
Expand Down
2 changes: 1 addition & 1 deletion xc/common/cmake/arch_define.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function(ADD_XC_ARCH_DEFINE)
--clock_modeling route \
--place_delta_delay_matrix_calculation_method dijkstra \
--place_delay_model delta_override \
--router_lookahead connection_box_map \
--router_lookahead map \
--check_route quick \
--strict_checks off \
--allow_dangling_combinational_nodes on \
Expand Down
2 changes: 1 addition & 1 deletion xc/common/cmake/device_define.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ function(ADD_XC_DEVICE_DEFINE)
--constant_net_method route
--clock_modeling route
--place_delay_model delta_override
--router_lookahead connection_box_map
--router_lookahead map
--disable_errors check_unbuffered_edges:check_route:check_place
--suppress_warnings sum_pin_class:check_unbuffered_edges:load_rr_indexed_data_T_values:check_rr_node:trans_per_R
--route_chan_width 500
Expand Down

0 comments on commit b444219

Please sign in to comment.