Skip to content

Commit 2b664fe

Browse files
committed
[core] code format
1 parent 0f14bd9 commit 2b664fe

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

vpr/src/base/SetupGrid.h

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ DeviceGrid create_device_grid(const std::string& layout_name,
2222
float target_device_utilization = 0.0);
2323

2424
///@brief Find the device close in size to the specified dimensions
25-
2625
DeviceGrid create_device_grid(const std::string& layout_name, const std::vector<t_grid_def>& grid_layouts, size_t min_width, size_t min_height);
2726

2827

vpr/src/route/rr_graph.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,6 @@ static void alloc_rr_switch_inf(RRGraphBuilder& rr_graph_builder,
568568
t_arch_switch_fanin& arch_switch_fanins,
569569
const std::map<int, t_arch_switch_inf>& arch_sw_map);
570570

571-
572571
static std::vector<t_seg_details> alloc_and_load_global_route_seg_details(const int global_route_switch);
573572

574573
static RRNodeId pick_best_direct_connect_target_rr_node(const RRGraphView& rr_graph,

0 commit comments

Comments
 (0)